From 7c5420119cc022f2c29717bb652f0ce920ad0095 Mon Sep 17 00:00:00 2001 From: "Macdonald, Zak" Date: Sun, 28 Jun 2015 20:33:26 -0700 Subject: [PATCH] Committing SASS and Less sources compiled by the build process. --- README.md | 1 - css/font-awesome.css | 3004 +++++++++++---------- css/font-awesome.min.css | 4 +- less/animated.less | 2 +- less/bordered-pulled.less | 2 +- less/core.less | 3 +- less/fixed-width.less | 2 +- less/list.less | 3 +- less/mixins.less | 3 +- less/path.less | 8 +- less/rotated-flipped.less | 2 +- less/sizes.less | 45 +- less/stacked.less | 2 +- less/variables.less | 1212 ++++----- scss/_animated.scss | 2 +- scss/_bordered-pulled.scss | 2 +- scss/_core.scss | 3 +- scss/_fixed-width.scss | 2 +- scss/_functions.scss | 2 +- scss/_larger.scss | 18 + scss/_list.scss | 2 +- scss/_mixins.scss | 2 +- scss/_path.scss | 4 +- scss/_rotated-flipped.scss | 2 +- scss/_sizes.scss | 2 +- scss/_stacked.scss | 2 +- scss/_variables.scss | 25 +- src/assets/font-awesome/less/larger.less | 16 - src/assets/font-awesome/scss/_larger.scss | 16 - 29 files changed, 2301 insertions(+), 2092 deletions(-) create mode 100644 scss/_larger.scss delete mode 100644 src/assets/font-awesome/less/larger.less delete mode 100644 src/assets/font-awesome/scss/_larger.scss diff --git a/README.md b/README.md index 2353a2f12..1ead8ecc5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ Get started at http://fontawesome.io! - Full details: http://fontawesome.io/license ##Changelog -- v4.4.0 - SASS/LessCSS refactoring - v3.0.0 - all icons redesigned from scratch, optimized for Bootstrap's 14px default - v3.0.1 - much improved rendering in webkit, various bug fixes - v3.0.2 - much improved rendering and alignment in IE7 diff --git a/css/font-awesome.css b/css/font-awesome.css index 2dcdc2207..3303c989f 100644 --- a/css/font-awesome.css +++ b/css/font-awesome.css @@ -1,15 +1,13 @@ /*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ -/* FONT PATH - * -------------------------- */ @font-face { font-family: 'FontAwesome'; - src: url('../fonts/fontawesome-webfont.eot?v=4.3.0'); - src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg'); - font-weight: normal; font-style: normal; + font-weight: normal; + src: url('../fonts/fontawesome-webfont.eot?v=4.4.0'); + src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg'); } .fa { display: inline-block; @@ -20,23 +18,42 @@ -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); } -/* makes the font 33% larger relative to the icon container */ +.fa-default { + font-size: 14px; + line-height: 10px; + vertical-align: -15%; +} .fa-lg { - font-size: 1.33333333em; - line-height: 0.75em; + font-size: 18px; + line-height: 13px; + vertical-align: -15%; +} +.fa-sm { + font-size: 9px; + line-height: 6px; + vertical-align: -15%; +} +.fa-xlg { + font-size: 23px; + line-height: 17px; + vertical-align: -15%; +} +.fa-xsm { + font-size: 4px; + line-height: 3px; vertical-align: -15%; } .fa-2x { - font-size: 2em; + font-size: 28px; } .fa-3x { - font-size: 3em; + font-size: 42px; } .fa-4x { - font-size: 4em; + font-size: 56px; } .fa-5x { - font-size: 5em; + font-size: 70px; } .fa-fw { width: 1.28571429em; @@ -105,11 +122,21 @@ transform: rotate(359deg); } } -.fa-rotate-90 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); +.fa-rotate-315 { + -webkit-transform: rotate(315deg); + -ms-transform: rotate(315deg); + transform: rotate(315deg); +} +.fa-rotate-270 { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-rotate-225 { + -webkit-transform: rotate(225deg); + -ms-transform: rotate(225deg); + transform: rotate(225deg); } .fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); @@ -117,11 +144,27 @@ -ms-transform: rotate(180deg); transform: rotate(180deg); } -.fa-rotate-270 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); +.fa-rotate-135 { + -webkit-transform: rotate(135deg); + -ms-transform: rotate(135deg); + transform: rotate(135deg); +} +.fa-rotate-90 { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-45 { + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.fa-rotate-0 { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); + -webkit-transform: rotate(0deg); + -ms-transform: rotate(0deg); + transform: rotate(0deg); } .fa-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); @@ -135,11 +178,16 @@ -ms-transform: scale(1, -1); transform: scale(1, -1); } -:root .fa-rotate-90, -:root .fa-rotate-180, -:root .fa-rotate-270, -:root .fa-flip-horizontal, -:root .fa-flip-vertical { +:root .fa-rotate-270 { + filter: none; +} +:root .fa-rotate-180 { + filter: none; +} +:root .fa-rotate-90 { + filter: none; +} +:root .fa-rotate-0 { filter: none; } .fa-stack { @@ -168,717 +216,38 @@ } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ -.fa-glass:before { - content: "\f000"; +.fa-adjust:before { + content: "\f042"; } -.fa-music:before { - content: "\f001"; -} -.fa-search:before { - content: "\f002"; -} -.fa-envelope-o:before { - content: "\f003"; -} -.fa-heart:before { - content: "\f004"; -} -.fa-star:before { - content: "\f005"; -} -.fa-star-o:before { - content: "\f006"; -} -.fa-user:before { - content: "\f007"; -} -.fa-film:before { - content: "\f008"; -} -.fa-th-large:before { - content: "\f009"; -} -.fa-th:before { - content: "\f00a"; -} -.fa-th-list:before { - content: "\f00b"; -} -.fa-check:before { - content: "\f00c"; -} -.fa-remove:before, -.fa-close:before, -.fa-times:before { - content: "\f00d"; -} -.fa-search-plus:before { - content: "\f00e"; -} -.fa-search-minus:before { - content: "\f010"; -} -.fa-power-off:before { - content: "\f011"; -} -.fa-signal:before { - content: "\f012"; -} -.fa-gear:before, -.fa-cog:before { - content: "\f013"; -} -.fa-trash-o:before { - content: "\f014"; -} -.fa-home:before { - content: "\f015"; -} -.fa-file-o:before { - content: "\f016"; -} -.fa-clock-o:before { - content: "\f017"; -} -.fa-road:before { - content: "\f018"; -} -.fa-download:before { - content: "\f019"; -} -.fa-arrow-circle-o-down:before { - content: "\f01a"; -} -.fa-arrow-circle-o-up:before { - content: "\f01b"; -} -.fa-inbox:before { - content: "\f01c"; -} -.fa-play-circle-o:before { - content: "\f01d"; -} -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; -} -.fa-refresh:before { - content: "\f021"; -} -.fa-list-alt:before { - content: "\f022"; -} -.fa-lock:before { - content: "\f023"; -} -.fa-flag:before { - content: "\f024"; -} -.fa-headphones:before { - content: "\f025"; -} -.fa-volume-off:before { - content: "\f026"; -} -.fa-volume-down:before { - content: "\f027"; -} -.fa-volume-up:before { - content: "\f028"; -} -.fa-qrcode:before { - content: "\f029"; -} -.fa-barcode:before { - content: "\f02a"; -} -.fa-tag:before { - content: "\f02b"; -} -.fa-tags:before { - content: "\f02c"; -} -.fa-book:before { - content: "\f02d"; -} -.fa-bookmark:before { - content: "\f02e"; -} -.fa-print:before { - content: "\f02f"; -} -.fa-camera:before { - content: "\f030"; -} -.fa-font:before { - content: "\f031"; -} -.fa-bold:before { - content: "\f032"; -} -.fa-italic:before { - content: "\f033"; -} -.fa-text-height:before { - content: "\f034"; -} -.fa-text-width:before { - content: "\f035"; -} -.fa-align-left:before { - content: "\f036"; +.fa-adn:before { + content: "\f170"; } .fa-align-center:before { content: "\f037"; } -.fa-align-right:before { - content: "\f038"; -} .fa-align-justify:before { content: "\f039"; } -.fa-list:before { - content: "\f03a"; +.fa-align-left:before { + content: "\f036"; } -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; -} -.fa-indent:before { - content: "\f03c"; -} -.fa-video-camera:before { - content: "\f03d"; -} -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: "\f03e"; -} -.fa-pencil:before { - content: "\f040"; -} -.fa-map-marker:before { - content: "\f041"; -} -.fa-adjust:before { - content: "\f042"; -} -.fa-tint:before { - content: "\f043"; -} -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; -} -.fa-share-square-o:before { - content: "\f045"; -} -.fa-check-square-o:before { - content: "\f046"; -} -.fa-arrows:before { - content: "\f047"; -} -.fa-step-backward:before { - content: "\f048"; -} -.fa-fast-backward:before { - content: "\f049"; -} -.fa-backward:before { - content: "\f04a"; -} -.fa-play:before { - content: "\f04b"; -} -.fa-pause:before { - content: "\f04c"; -} -.fa-stop:before { - content: "\f04d"; -} -.fa-forward:before { - content: "\f04e"; -} -.fa-fast-forward:before { - content: "\f050"; -} -.fa-step-forward:before { - content: "\f051"; -} -.fa-eject:before { - content: "\f052"; -} -.fa-chevron-left:before { - content: "\f053"; -} -.fa-chevron-right:before { - content: "\f054"; -} -.fa-plus-circle:before { - content: "\f055"; -} -.fa-minus-circle:before { - content: "\f056"; -} -.fa-times-circle:before { - content: "\f057"; -} -.fa-check-circle:before { - content: "\f058"; -} -.fa-question-circle:before { - content: "\f059"; -} -.fa-info-circle:before { - content: "\f05a"; -} -.fa-crosshairs:before { - content: "\f05b"; -} -.fa-times-circle-o:before { - content: "\f05c"; -} -.fa-check-circle-o:before { - content: "\f05d"; -} -.fa-ban:before { - content: "\f05e"; -} -.fa-arrow-left:before { - content: "\f060"; -} -.fa-arrow-right:before { - content: "\f061"; -} -.fa-arrow-up:before { - content: "\f062"; -} -.fa-arrow-down:before { - content: "\f063"; -} -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; -} -.fa-expand:before { - content: "\f065"; -} -.fa-compress:before { - content: "\f066"; -} -.fa-plus:before { - content: "\f067"; -} -.fa-minus:before { - content: "\f068"; -} -.fa-asterisk:before { - content: "\f069"; -} -.fa-exclamation-circle:before { - content: "\f06a"; -} -.fa-gift:before { - content: "\f06b"; -} -.fa-leaf:before { - content: "\f06c"; -} -.fa-fire:before { - content: "\f06d"; -} -.fa-eye:before { - content: "\f06e"; -} -.fa-eye-slash:before { - content: "\f070"; -} -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; -} -.fa-plane:before { - content: "\f072"; -} -.fa-calendar:before { - content: "\f073"; -} -.fa-random:before { - content: "\f074"; -} -.fa-comment:before { - content: "\f075"; -} -.fa-magnet:before { - content: "\f076"; -} -.fa-chevron-up:before { - content: "\f077"; -} -.fa-chevron-down:before { - content: "\f078"; -} -.fa-retweet:before { - content: "\f079"; -} -.fa-shopping-cart:before { - content: "\f07a"; -} -.fa-folder:before { - content: "\f07b"; -} -.fa-folder-open:before { - content: "\f07c"; -} -.fa-arrows-v:before { - content: "\f07d"; -} -.fa-arrows-h:before { - content: "\f07e"; -} -.fa-bar-chart-o:before, -.fa-bar-chart:before { - content: "\f080"; -} -.fa-twitter-square:before { - content: "\f081"; -} -.fa-facebook-square:before { - content: "\f082"; -} -.fa-camera-retro:before { - content: "\f083"; -} -.fa-key:before { - content: "\f084"; -} -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; -} -.fa-comments:before { - content: "\f086"; -} -.fa-thumbs-o-up:before { - content: "\f087"; -} -.fa-thumbs-o-down:before { - content: "\f088"; -} -.fa-star-half:before { - content: "\f089"; -} -.fa-heart-o:before { - content: "\f08a"; -} -.fa-sign-out:before { - content: "\f08b"; -} -.fa-linkedin-square:before { - content: "\f08c"; -} -.fa-thumb-tack:before { - content: "\f08d"; -} -.fa-external-link:before { - content: "\f08e"; -} -.fa-sign-in:before { - content: "\f090"; -} -.fa-trophy:before { - content: "\f091"; -} -.fa-github-square:before { - content: "\f092"; -} -.fa-upload:before { - content: "\f093"; -} -.fa-lemon-o:before { - content: "\f094"; -} -.fa-phone:before { - content: "\f095"; -} -.fa-square-o:before { - content: "\f096"; -} -.fa-bookmark-o:before { - content: "\f097"; -} -.fa-phone-square:before { - content: "\f098"; -} -.fa-twitter:before { - content: "\f099"; -} -.fa-facebook-f:before, -.fa-facebook:before { - content: "\f09a"; -} -.fa-github:before { - content: "\f09b"; -} -.fa-unlock:before { - content: "\f09c"; -} -.fa-credit-card:before { - content: "\f09d"; -} -.fa-rss:before { - content: "\f09e"; -} -.fa-hdd-o:before { - content: "\f0a0"; -} -.fa-bullhorn:before { - content: "\f0a1"; -} -.fa-bell:before { - content: "\f0f3"; -} -.fa-certificate:before { - content: "\f0a3"; -} -.fa-hand-o-right:before { - content: "\f0a4"; -} -.fa-hand-o-left:before { - content: "\f0a5"; -} -.fa-hand-o-up:before { - content: "\f0a6"; -} -.fa-hand-o-down:before { - content: "\f0a7"; -} -.fa-arrow-circle-left:before { - content: "\f0a8"; -} -.fa-arrow-circle-right:before { - content: "\f0a9"; -} -.fa-arrow-circle-up:before { - content: "\f0aa"; -} -.fa-arrow-circle-down:before { - content: "\f0ab"; -} -.fa-globe:before { - content: "\f0ac"; -} -.fa-wrench:before { - content: "\f0ad"; -} -.fa-tasks:before { - content: "\f0ae"; -} -.fa-filter:before { - content: "\f0b0"; -} -.fa-briefcase:before { - content: "\f0b1"; -} -.fa-arrows-alt:before { - content: "\f0b2"; -} -.fa-group:before, -.fa-users:before { - content: "\f0c0"; -} -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; -} -.fa-cloud:before { - content: "\f0c2"; -} -.fa-flask:before { - content: "\f0c3"; -} -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; -} -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; -} -.fa-paperclip:before { - content: "\f0c6"; -} -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; -} -.fa-square:before { - content: "\f0c8"; -} -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before { - content: "\f0c9"; -} -.fa-list-ul:before { - content: "\f0ca"; -} -.fa-list-ol:before { - content: "\f0cb"; -} -.fa-strikethrough:before { - content: "\f0cc"; -} -.fa-underline:before { - content: "\f0cd"; -} -.fa-table:before { - content: "\f0ce"; -} -.fa-magic:before { - content: "\f0d0"; -} -.fa-truck:before { - content: "\f0d1"; -} -.fa-pinterest:before { - content: "\f0d2"; -} -.fa-pinterest-square:before { - content: "\f0d3"; -} -.fa-google-plus-square:before { - content: "\f0d4"; -} -.fa-google-plus:before { - content: "\f0d5"; -} -.fa-money:before { - content: "\f0d6"; -} -.fa-caret-down:before { - content: "\f0d7"; -} -.fa-caret-up:before { - content: "\f0d8"; -} -.fa-caret-left:before { - content: "\f0d9"; -} -.fa-caret-right:before { - content: "\f0da"; -} -.fa-columns:before { - content: "\f0db"; -} -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; -} -.fa-sort-down:before, -.fa-sort-desc:before { - content: "\f0dd"; -} -.fa-sort-up:before, -.fa-sort-asc:before { - content: "\f0de"; -} -.fa-envelope:before { - content: "\f0e0"; -} -.fa-linkedin:before { - content: "\f0e1"; -} -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; -} -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; -} -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; -} -.fa-comment-o:before { - content: "\f0e5"; -} -.fa-comments-o:before { - content: "\f0e6"; -} -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; -} -.fa-sitemap:before { - content: "\f0e8"; -} -.fa-umbrella:before { - content: "\f0e9"; -} -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; -} -.fa-lightbulb-o:before { - content: "\f0eb"; -} -.fa-exchange:before { - content: "\f0ec"; -} -.fa-cloud-download:before { - content: "\f0ed"; -} -.fa-cloud-upload:before { - content: "\f0ee"; -} -.fa-user-md:before { - content: "\f0f0"; -} -.fa-stethoscope:before { - content: "\f0f1"; -} -.fa-suitcase:before { - content: "\f0f2"; -} -.fa-bell-o:before { - content: "\f0a2"; -} -.fa-coffee:before { - content: "\f0f4"; -} -.fa-cutlery:before { - content: "\f0f5"; -} -.fa-file-text-o:before { - content: "\f0f6"; -} -.fa-building-o:before { - content: "\f0f7"; -} -.fa-hospital-o:before { - content: "\f0f8"; +.fa-align-right:before { + content: "\f038"; } .fa-ambulance:before { content: "\f0f9"; } -.fa-medkit:before { - content: "\f0fa"; +.fa-anchor:before { + content: "\f13d"; } -.fa-fighter-jet:before { - content: "\f0fb"; +.fa-android:before { + content: "\f17b"; } -.fa-beer:before { - content: "\f0fc"; +.fa-angellist:before { + content: "\f209"; } -.fa-h-square:before { - content: "\f0fd"; -} -.fa-plus-square:before { - content: "\f0fe"; +.fa-angle-double-down:before { + content: "\f103"; } .fa-angle-double-left:before { content: "\f100"; @@ -889,8 +258,8 @@ .fa-angle-double-up:before { content: "\f102"; } -.fa-angle-double-down:before { - content: "\f103"; +.fa-angle-down:before { + content: "\f107"; } .fa-angle-left:before { content: "\f104"; @@ -901,140 +270,278 @@ .fa-angle-up:before { content: "\f106"; } -.fa-angle-down:before { - content: "\f107"; +.fa-apple:before { + content: "\f179"; } -.fa-desktop:before { - content: "\f108"; +.fa-archive:before { + content: "\f187"; } -.fa-laptop:before { - content: "\f109"; +.fa-area-chart:before { + content: "\f1fe"; } -.fa-tablet:before { - content: "\f10a"; +.fa-arrow-circle-down:before { + content: "\f0ab"; } -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; +.fa-arrow-circle-left:before { + content: "\f0a8"; } -.fa-circle-o:before { - content: "\f10c"; +.fa-arrow-circle-o-down:before { + content: "\f01a"; } -.fa-quote-left:before { - content: "\f10d"; +.fa-arrow-circle-o-left:before { + content: "\f190"; } -.fa-quote-right:before { - content: "\f10e"; +.fa-arrow-circle-o-right:before { + content: "\f18e"; } -.fa-spinner:before { - content: "\f110"; +.fa-arrow-circle-o-up:before { + content: "\f01b"; } -.fa-circle:before { - content: "\f111"; +.fa-arrow-circle-right:before { + content: "\f0a9"; } -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; +.fa-arrow-circle-up:before { + content: "\f0aa"; } -.fa-github-alt:before { - content: "\f113"; +.fa-arrow-down:before { + content: "\f063"; } -.fa-folder-o:before { - content: "\f114"; +.fa-arrow-left:before { + content: "\f060"; } -.fa-folder-open-o:before { - content: "\f115"; +.fa-arrow-right:before { + content: "\f061"; } -.fa-smile-o:before { - content: "\f118"; +.fa-arrow-up:before { + content: "\f062"; } -.fa-frown-o:before { - content: "\f119"; +.fa-arrows:before { + content: "\f047"; } -.fa-meh-o:before { - content: "\f11a"; +.fa-arrows-alt:before { + content: "\f0b2"; } -.fa-gamepad:before { - content: "\f11b"; +.fa-arrows-h:before { + content: "\f07e"; } -.fa-keyboard-o:before { - content: "\f11c"; +.fa-arrows-v:before { + content: "\f07d"; } -.fa-flag-o:before { - content: "\f11d"; +.fa-asterisk:before { + content: "\f069"; } -.fa-flag-checkered:before { - content: "\f11e"; +.fa-at:before { + content: "\f1fa"; } -.fa-terminal:before { - content: "\f120"; +.fa-automobile:before { + content: "\f1b9"; } -.fa-code:before { - content: "\f121"; +.fa-backward:before { + content: "\f04a"; } -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: "\f122"; +.fa-ban:before { + content: "\f05e"; } -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; +.fa-bank:before { + content: "\f19c"; } -.fa-location-arrow:before { - content: "\f124"; +.fa-bar-chart:before { + content: "\f080"; } -.fa-crop:before { - content: "\f125"; +.fa-bar-chart-o:before { + content: "\f080"; } -.fa-code-fork:before { - content: "\f126"; +.fa-barcode:before { + content: "\f02a"; } -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; +.fa-bars:before { + content: "\f0c9"; } -.fa-question:before { - content: "\f128"; +.fa-bed:before { + content: "\f236"; } -.fa-info:before { - content: "\f129"; +.fa-beer:before { + content: "\f0fc"; } -.fa-exclamation:before { - content: "\f12a"; +.fa-behance:before { + content: "\f1b4"; } -.fa-superscript:before { - content: "\f12b"; +.fa-behance-square:before { + content: "\f1b5"; } -.fa-subscript:before { - content: "\f12c"; +.fa-bell:before { + content: "\f0f3"; } -.fa-eraser:before { - content: "\f12d"; +.fa-bell-o:before { + content: "\f0a2"; } -.fa-puzzle-piece:before { - content: "\f12e"; +.fa-bell-slash:before { + content: "\f1f6"; } -.fa-microphone:before { - content: "\f130"; +.fa-bell-slash-o:before { + content: "\f1f7"; } -.fa-microphone-slash:before { - content: "\f131"; +.fa-bicycle:before { + content: "\f206"; } -.fa-shield:before { - content: "\f132"; +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-bitcoin:before { + content: "\f15a"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-bolt:before { + content: "\f0e7"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-btc:before { + content: "\f15a"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-cab:before { + content: "\f1ba"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-calendar:before { + content: "\f073"; } .fa-calendar-o:before { content: "\f133"; } -.fa-fire-extinguisher:before { - content: "\f134"; +.fa-camera:before { + content: "\f030"; } -.fa-rocket:before { - content: "\f135"; +.fa-camera-retro:before { + content: "\f083"; } -.fa-maxcdn:before { - content: "\f136"; +.fa-car:before { + content: "\f1b9"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-chain:before { + content: "\f0c1"; +} +.fa-chain-broken:before { + content: "\f127"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; } .fa-chevron-circle-left:before { content: "\f137"; @@ -1045,23 +552,176 @@ .fa-chevron-circle-up:before { content: "\f139"; } -.fa-chevron-circle-down:before { - content: "\f13a"; +.fa-chevron-down:before { + content: "\f078"; } -.fa-html5:before { - content: "\f13b"; +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-close:before { + content: "\f00d"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-cny:before { + content: "\f157"; +} +.fa-code:before { + content: "\f121"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cog:before { + content: "\f013"; +} +.fa-cogs:before { + content: "\f085"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-copy:before { + content: "\f0c5"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-crosshairs:before { + content: "\f05b"; } .fa-css3:before { content: "\f13c"; } -.fa-anchor:before { - content: "\f13d"; +.fa-cube:before { + content: "\f1b2"; } -.fa-unlock-alt:before { - content: "\f13e"; +.fa-cubes:before { + content: "\f1b3"; } -.fa-bullseye:before { - content: "\f140"; +.fa-cut:before { + content: "\f0c4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-dashboard:before { + content: "\f0e4"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-dedent:before { + content: "\f03b"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-dollar:before { + content: "\f155"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-download:before { + content: "\f019"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-edit:before { + content: "\f044"; +} +.fa-eject:before { + content: "\f052"; } .fa-ellipsis-h:before { content: "\f141"; @@ -1069,14 +729,530 @@ .fa-ellipsis-v:before { content: "\f142"; } -.fa-rss-square:before { - content: "\f143"; +.fa-empire:before { + content: "\f1d1"; } -.fa-play-circle:before { - content: "\f144"; +.fa-envelope:before { + content: "\f0e0"; } -.fa-ticket:before { - content: "\f145"; +.fa-envelope-o:before { + content: "\f003"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-eur:before { + content: "\f153"; +} +.fa-euro:before { + content: "\f153"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-facebook:before { + content: "\f09a"; +} +.fa-facebook-f:before { + content: "\f09a"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-female:before { + content: "\f182"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-movie-o:before { + content: "\f1c8"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-photo-o:before { + content: "\f1c5"; +} +.fa-file-picture-o:before { + content: "\f1c5"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-sound-o:before { + content: "\f1c7"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-zip-o:before { + content: "\f1c6"; +} +.fa-files-o:before { + content: "\f0c5"; +} +.fa-film:before { + content: "\f008"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flash:before { + content: "\f0e7"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-font:before { + content: "\f031"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-gavel:before { + content: "\f0e3"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-ge:before { + content: "\f1d1"; +} +.fa-gear:before { + content: "\f013"; +} +.fa-gears:before { + content: "\f085"; +} +.fa-genderless:before { + content: "\f1db"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-gittip:before { + content: "\f184"; +} +.fa-glass:before { + content: "\f000"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-gratipay:before { + content: "\f184"; +} +.fa-group:before { + content: "\f0c0"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-home:before { + content: "\f015"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-hotel:before { + content: "\f236"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-ils:before { + content: "\f20b"; +} +.fa-image:before { + content: "\f03e"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-info:before { + content: "\f129"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-inr:before { + content: "\f156"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-institution:before { + content: "\f19c"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-jpy:before { + content: "\f157"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-key:before { + content: "\f084"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-krw:before { + content: "\f159"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-legal:before { + content: "\f0e3"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-life-bouy:before { + content: "\f1cd"; +} +.fa-life-buoy:before { + content: "\f1cd"; +} +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-life-saver:before { + content: "\f1cd"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-link:before { + content: "\f0c1"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-mail-forward:before { + content: "\f064"; +} +.fa-mail-reply:before { + content: "\f112"; +} +.fa-mail-reply-all:before { + content: "\f122"; +} +.fa-male:before { + content: "\f183"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-minus-circle:before { + content: "\f056"; } .fa-minus-square:before { content: "\f146"; @@ -1084,78 +1260,338 @@ .fa-minus-square-o:before { content: "\f147"; } -.fa-level-up:before { - content: "\f148"; +.fa-mobile:before { + content: "\f10b"; } -.fa-level-down:before { - content: "\f149"; +.fa-mobile-phone:before { + content: "\f10b"; } -.fa-check-square:before { - content: "\f14a"; +.fa-money:before { + content: "\f0d6"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-mortar-board:before { + content: "\f19d"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-music:before { + content: "\f001"; +} +.fa-navicon:before { + content: "\f0c9"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-outdent:before { + content: "\f03b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-paste:before { + content: "\f0ea"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-pencil:before { + content: "\f040"; } .fa-pencil-square:before { content: "\f14b"; } -.fa-external-link-square:before { - content: "\f14c"; +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-photo:before { + content: "\f03e"; +} +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-pied-piper:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-question:before { + content: "\f128"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-ra:before { + content: "\f1d0"; +} +.fa-random:before { + content: "\f074"; +} +.fa-rebel:before { + content: "\f1d0"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-remove:before { + content: "\f00d"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-reorder:before { + content: "\f0c9"; +} +.fa-repeat:before { + content: "\f01e"; +} +.fa-reply:before { + content: "\f112"; +} +.fa-reply-all:before { + content: "\f122"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-rmb:before { + content: "\f157"; +} +.fa-road:before { + content: "\f018"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-rotate-left:before { + content: "\f0e2"; +} +.fa-rotate-right:before { + content: "\f01e"; +} +.fa-rouble:before { + content: "\f158"; +} +.fa-rss:before { + content: "\f09e"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-rub:before { + content: "\f158"; +} +.fa-ruble:before { + content: "\f158"; +} +.fa-rupee:before { + content: "\f156"; +} +.fa-save:before { + content: "\f0c7"; +} +.fa-scissors:before { + content: "\f0c4"; +} +.fa-search:before { + content: "\f002"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-send:before { + content: "\f1d8"; +} +.fa-send-o:before { + content: "\f1d9"; +} +.fa-server:before { + content: "\f233"; +} +.fa-share:before { + content: "\f064"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; } .fa-share-square:before { content: "\f14d"; } -.fa-compass:before { - content: "\f14e"; +.fa-share-square-o:before { + content: "\f045"; } -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; +.fa-shekel:before { + content: "\f20b"; } -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; +.fa-sheqel:before { + content: "\f20b"; } -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; +.fa-shield:before { + content: "\f132"; } -.fa-euro:before, -.fa-eur:before { - content: "\f153"; +.fa-ship:before { + content: "\f21a"; } -.fa-gbp:before { - content: "\f154"; +.fa-shirtsinbulk:before { + content: "\f214"; } -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; +.fa-shopping-cart:before { + content: "\f07a"; } -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; +.fa-sign-in:before { + content: "\f090"; } -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; +.fa-sign-out:before { + content: "\f08b"; } -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; +.fa-signal:before { + content: "\f012"; } -.fa-won:before, -.fa-krw:before { - content: "\f159"; +.fa-simplybuilt:before { + content: "\f215"; } -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; +.fa-sitemap:before { + content: "\f0e8"; } -.fa-file:before { - content: "\f15b"; +.fa-skyatlas:before { + content: "\f216"; } -.fa-file-text:before { - content: "\f15c"; +.fa-skype:before { + content: "\f17e"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-soccer-ball-o:before { + content: "\f1e3"; +} +.fa-sort:before { + content: "\f0dc"; } .fa-sort-alpha-asc:before { content: "\f15d"; @@ -1169,248 +1605,68 @@ .fa-sort-amount-desc:before { content: "\f161"; } +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-down:before { + content: "\f0dd"; +} .fa-sort-numeric-asc:before { content: "\f162"; } .fa-sort-numeric-desc:before { content: "\f163"; } -.fa-thumbs-up:before { - content: "\f164"; +.fa-sort-up:before { + content: "\f0de"; } -.fa-thumbs-down:before { - content: "\f165"; -} -.fa-youtube-square:before { - content: "\f166"; -} -.fa-youtube:before { - content: "\f167"; -} -.fa-xing:before { - content: "\f168"; -} -.fa-xing-square:before { - content: "\f169"; -} -.fa-youtube-play:before { - content: "\f16a"; -} -.fa-dropbox:before { - content: "\f16b"; -} -.fa-stack-overflow:before { - content: "\f16c"; -} -.fa-instagram:before { - content: "\f16d"; -} -.fa-flickr:before { - content: "\f16e"; -} -.fa-adn:before { - content: "\f170"; -} -.fa-bitbucket:before { - content: "\f171"; -} -.fa-bitbucket-square:before { - content: "\f172"; -} -.fa-tumblr:before { - content: "\f173"; -} -.fa-tumblr-square:before { - content: "\f174"; -} -.fa-long-arrow-down:before { - content: "\f175"; -} -.fa-long-arrow-up:before { - content: "\f176"; -} -.fa-long-arrow-left:before { - content: "\f177"; -} -.fa-long-arrow-right:before { - content: "\f178"; -} -.fa-apple:before { - content: "\f179"; -} -.fa-windows:before { - content: "\f17a"; -} -.fa-android:before { - content: "\f17b"; -} -.fa-linux:before { - content: "\f17c"; -} -.fa-dribbble:before { - content: "\f17d"; -} -.fa-skype:before { - content: "\f17e"; -} -.fa-foursquare:before { - content: "\f180"; -} -.fa-trello:before { - content: "\f181"; -} -.fa-female:before { - content: "\f182"; -} -.fa-male:before { - content: "\f183"; -} -.fa-gittip:before, -.fa-gratipay:before { - content: "\f184"; -} -.fa-sun-o:before { - content: "\f185"; -} -.fa-moon-o:before { - content: "\f186"; -} -.fa-archive:before { - content: "\f187"; -} -.fa-bug:before { - content: "\f188"; -} -.fa-vk:before { - content: "\f189"; -} -.fa-weibo:before { - content: "\f18a"; -} -.fa-renren:before { - content: "\f18b"; -} -.fa-pagelines:before { - content: "\f18c"; -} -.fa-stack-exchange:before { - content: "\f18d"; -} -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} -.fa-arrow-circle-o-left:before { - content: "\f190"; -} -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} -.fa-dot-circle-o:before { - content: "\f192"; -} -.fa-wheelchair:before { - content: "\f193"; -} -.fa-vimeo-square:before { - content: "\f194"; -} -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} -.fa-plus-square-o:before { - content: "\f196"; +.fa-soundcloud:before { + content: "\f1be"; } .fa-space-shuttle:before { content: "\f197"; } -.fa-slack:before { - content: "\f198"; -} -.fa-envelope-square:before { - content: "\f199"; -} -.fa-wordpress:before { - content: "\f19a"; -} -.fa-openid:before { - content: "\f19b"; -} -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: "\f19c"; -} -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: "\f19d"; -} -.fa-yahoo:before { - content: "\f19e"; -} -.fa-google:before { - content: "\f1a0"; -} -.fa-reddit:before { - content: "\f1a1"; -} -.fa-reddit-square:before { - content: "\f1a2"; -} -.fa-stumbleupon-circle:before { - content: "\f1a3"; -} -.fa-stumbleupon:before { - content: "\f1a4"; -} -.fa-delicious:before { - content: "\f1a5"; -} -.fa-digg:before { - content: "\f1a6"; -} -.fa-pied-piper:before { - content: "\f1a7"; -} -.fa-pied-piper-alt:before { - content: "\f1a8"; -} -.fa-drupal:before { - content: "\f1a9"; -} -.fa-joomla:before { - content: "\f1aa"; -} -.fa-language:before { - content: "\f1ab"; -} -.fa-fax:before { - content: "\f1ac"; -} -.fa-building:before { - content: "\f1ad"; -} -.fa-child:before { - content: "\f1ae"; -} -.fa-paw:before { - content: "\f1b0"; +.fa-spinner:before { + content: "\f110"; } .fa-spoon:before { content: "\f1b1"; } -.fa-cube:before { - content: "\f1b2"; +.fa-spotify:before { + content: "\f1bc"; } -.fa-cubes:before { - content: "\f1b3"; +.fa-square:before { + content: "\f0c8"; } -.fa-behance:before { - content: "\f1b4"; +.fa-square-o:before { + content: "\f096"; } -.fa-behance-square:before { - content: "\f1b5"; +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-star-half-empty:before { + content: "\f123"; +} +.fa-star-half-full:before { + content: "\f123"; +} +.fa-star-half-o:before { + content: "\f123"; +} +.fa-star-o:before { + content: "\f006"; } .fa-steam:before { content: "\f1b6"; @@ -1418,236 +1674,125 @@ .fa-steam-square:before { content: "\f1b7"; } -.fa-recycle:before { - content: "\f1b8"; +.fa-step-backward:before { + content: "\f048"; } -.fa-automobile:before, -.fa-car:before { - content: "\f1b9"; +.fa-step-forward:before { + content: "\f051"; } -.fa-cab:before, -.fa-taxi:before { - content: "\f1ba"; +.fa-stethoscope:before { + content: "\f0f1"; } -.fa-tree:before { - content: "\f1bb"; +.fa-stop:before { + content: "\f04d"; } -.fa-spotify:before { - content: "\f1bc"; +.fa-street-view:before { + content: "\f21d"; } -.fa-deviantart:before { - content: "\f1bd"; +.fa-strikethrough:before { + content: "\f0cc"; } -.fa-soundcloud:before { - content: "\f1be"; +.fa-stumbleupon:before { + content: "\f1a4"; } -.fa-database:before { - content: "\f1c0"; +.fa-stumbleupon-circle:before { + content: "\f1a3"; } -.fa-file-pdf-o:before { - content: "\f1c1"; +.fa-subscript:before { + content: "\f12c"; } -.fa-file-word-o:before { - content: "\f1c2"; +.fa-subway:before { + content: "\f239"; } -.fa-file-excel-o:before { - content: "\f1c3"; +.fa-suitcase:before { + content: "\f0f2"; } -.fa-file-powerpoint-o:before { - content: "\f1c4"; +.fa-sun-o:before { + content: "\f185"; } -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: "\f1c5"; +.fa-superscript:before { + content: "\f12b"; } -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: "\f1c6"; -} -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: "\f1c7"; -} -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: "\f1c8"; -} -.fa-file-code-o:before { - content: "\f1c9"; -} -.fa-vine:before { - content: "\f1ca"; -} -.fa-codepen:before { - content: "\f1cb"; -} -.fa-jsfiddle:before { - content: "\f1cc"; -} -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before { +.fa-support:before { content: "\f1cd"; } -.fa-circle-o-notch:before { - content: "\f1ce"; +.fa-table:before { + content: "\f0ce"; } -.fa-ra:before, -.fa-rebel:before { - content: "\f1d0"; +.fa-tablet:before { + content: "\f10a"; } -.fa-ge:before, -.fa-empire:before { - content: "\f1d1"; +.fa-tachometer:before { + content: "\f0e4"; } -.fa-git-square:before { - content: "\f1d2"; +.fa-tag:before { + content: "\f02b"; } -.fa-git:before { - content: "\f1d3"; +.fa-tags:before { + content: "\f02c"; } -.fa-hacker-news:before { - content: "\f1d4"; +.fa-tasks:before { + content: "\f0ae"; +} +.fa-taxi:before { + content: "\f1ba"; } .fa-tencent-weibo:before { content: "\f1d5"; } -.fa-qq:before { - content: "\f1d6"; +.fa-terminal:before { + content: "\f120"; } -.fa-wechat:before, -.fa-weixin:before { - content: "\f1d7"; +.fa-text-height:before { + content: "\f034"; } -.fa-send:before, -.fa-paper-plane:before { - content: "\f1d8"; +.fa-text-width:before { + content: "\f035"; } -.fa-send-o:before, -.fa-paper-plane-o:before { - content: "\f1d9"; +.fa-th:before { + content: "\f00a"; } -.fa-history:before { - content: "\f1da"; +.fa-th-large:before { + content: "\f009"; } -.fa-genderless:before, -.fa-circle-thin:before { - content: "\f1db"; +.fa-th-list:before { + content: "\f00b"; } -.fa-header:before { - content: "\f1dc"; +.fa-thumb-tack:before { + content: "\f08d"; } -.fa-paragraph:before { - content: "\f1dd"; +.fa-thumbs-down:before { + content: "\f165"; } -.fa-sliders:before { - content: "\f1de"; +.fa-thumbs-o-down:before { + content: "\f088"; } -.fa-share-alt:before { - content: "\f1e0"; +.fa-thumbs-o-up:before { + content: "\f087"; } -.fa-share-alt-square:before { - content: "\f1e1"; +.fa-thumbs-up:before { + content: "\f164"; } -.fa-bomb:before { - content: "\f1e2"; +.fa-ticket:before { + content: "\f145"; } -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: "\f1e3"; +.fa-times:before { + content: "\f00d"; } -.fa-tty:before { - content: "\f1e4"; +.fa-times-circle:before { + content: "\f057"; } -.fa-binoculars:before { - content: "\f1e5"; +.fa-times-circle-o:before { + content: "\f05c"; } -.fa-plug:before { - content: "\f1e6"; +.fa-tint:before { + content: "\f043"; } -.fa-slideshare:before { - content: "\f1e7"; +.fa-toggle-down:before { + content: "\f150"; } -.fa-twitch:before { - content: "\f1e8"; -} -.fa-yelp:before { - content: "\f1e9"; -} -.fa-newspaper-o:before { - content: "\f1ea"; -} -.fa-wifi:before { - content: "\f1eb"; -} -.fa-calculator:before { - content: "\f1ec"; -} -.fa-paypal:before { - content: "\f1ed"; -} -.fa-google-wallet:before { - content: "\f1ee"; -} -.fa-cc-visa:before { - content: "\f1f0"; -} -.fa-cc-mastercard:before { - content: "\f1f1"; -} -.fa-cc-discover:before { - content: "\f1f2"; -} -.fa-cc-amex:before { - content: "\f1f3"; -} -.fa-cc-paypal:before { - content: "\f1f4"; -} -.fa-cc-stripe:before { - content: "\f1f5"; -} -.fa-bell-slash:before { - content: "\f1f6"; -} -.fa-bell-slash-o:before { - content: "\f1f7"; -} -.fa-trash:before { - content: "\f1f8"; -} -.fa-copyright:before { - content: "\f1f9"; -} -.fa-at:before { - content: "\f1fa"; -} -.fa-eyedropper:before { - content: "\f1fb"; -} -.fa-paint-brush:before { - content: "\f1fc"; -} -.fa-birthday-cake:before { - content: "\f1fd"; -} -.fa-area-chart:before { - content: "\f1fe"; -} -.fa-pie-chart:before { - content: "\f200"; -} -.fa-line-chart:before { - content: "\f201"; -} -.fa-lastfm:before { - content: "\f202"; -} -.fa-lastfm-square:before { - content: "\f203"; +.fa-toggle-left:before { + content: "\f191"; } .fa-toggle-off:before { content: "\f204"; @@ -1655,88 +1800,14 @@ .fa-toggle-on:before { content: "\f205"; } -.fa-bicycle:before { - content: "\f206"; +.fa-toggle-right:before { + content: "\f152"; } -.fa-bus:before { - content: "\f207"; +.fa-toggle-up:before { + content: "\f151"; } -.fa-ioxhost:before { - content: "\f208"; -} -.fa-angellist:before { - content: "\f209"; -} -.fa-cc:before { - content: "\f20a"; -} -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: "\f20b"; -} -.fa-meanpath:before { - content: "\f20c"; -} -.fa-buysellads:before { - content: "\f20d"; -} -.fa-connectdevelop:before { - content: "\f20e"; -} -.fa-dashcube:before { - content: "\f210"; -} -.fa-forumbee:before { - content: "\f211"; -} -.fa-leanpub:before { - content: "\f212"; -} -.fa-sellsy:before { - content: "\f213"; -} -.fa-shirtsinbulk:before { - content: "\f214"; -} -.fa-simplybuilt:before { - content: "\f215"; -} -.fa-skyatlas:before { - content: "\f216"; -} -.fa-cart-plus:before { - content: "\f217"; -} -.fa-cart-arrow-down:before { - content: "\f218"; -} -.fa-diamond:before { - content: "\f219"; -} -.fa-ship:before { - content: "\f21a"; -} -.fa-user-secret:before { - content: "\f21b"; -} -.fa-motorcycle:before { - content: "\f21c"; -} -.fa-street-view:before { - content: "\f21d"; -} -.fa-heartbeat:before { - content: "\f21e"; -} -.fa-venus:before { - content: "\f221"; -} -.fa-mars:before { - content: "\f222"; -} -.fa-mercury:before { - content: "\f223"; +.fa-train:before { + content: "\f238"; } .fa-transgender:before { content: "\f224"; @@ -1744,58 +1815,183 @@ .fa-transgender-alt:before { content: "\f225"; } -.fa-venus-double:before { - content: "\f226"; +.fa-trash:before { + content: "\f1f8"; } -.fa-mars-double:before { - content: "\f227"; +.fa-trash-o:before { + content: "\f014"; } -.fa-venus-mars:before { - content: "\f228"; +.fa-tree:before { + content: "\f1bb"; } -.fa-mars-stroke:before { - content: "\f229"; +.fa-trello:before { + content: "\f181"; } -.fa-mars-stroke-v:before { - content: "\f22a"; +.fa-trophy:before { + content: "\f091"; } -.fa-mars-stroke-h:before { - content: "\f22b"; +.fa-truck:before { + content: "\f0d1"; } -.fa-neuter:before { - content: "\f22c"; +.fa-try:before { + content: "\f195"; } -.fa-facebook-official:before { - content: "\f230"; +.fa-tty:before { + content: "\f1e4"; } -.fa-pinterest-p:before { - content: "\f231"; +.fa-tumblr:before { + content: "\f173"; } -.fa-whatsapp:before { - content: "\f232"; +.fa-tumblr-square:before { + content: "\f174"; } -.fa-server:before { - content: "\f233"; +.fa-turkish-lira:before { + content: "\f195"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-undo:before { + content: "\f0e2"; +} +.fa-university:before { + content: "\f19c"; +} +.fa-unlink:before { + content: "\f127"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-unsorted:before { + content: "\f0dc"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-usd:before { + content: "\f155"; +} +.fa-user:before { + content: "\f007"; +} +.fa-user-md:before { + content: "\f0f0"; } .fa-user-plus:before { content: "\f234"; } +.fa-user-secret:before { + content: "\f21b"; +} .fa-user-times:before { content: "\f235"; } -.fa-hotel:before, -.fa-bed:before { - content: "\f236"; +.fa-users:before { + content: "\f0c0"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-venus-mars:before { + content: "\f228"; } .fa-viacoin:before { content: "\f237"; } -.fa-train:before { - content: "\f238"; +.fa-video-camera:before { + content: "\f03d"; } -.fa-subway:before { - content: "\f239"; +.fa-vimeo-square:before { + content: "\f194"; } -.fa-medium:before { - content: "\f23a"; +.fa-vine:before { + content: "\f1ca"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-warning:before { + content: "\f071"; +} +.fa-wechat:before { + content: "\f1d7"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-weixin:before { + content: "\f1d7"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-won:before { + content: "\f159"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-yen:before { + content: "\f157"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-youtube-square:before { + content: "\f166"; } diff --git a/css/font-awesome.min.css b/css/font-awesome.min.css index 24fcc04c4..a27337030 100644 --- a/css/font-awesome.min.css +++ b/css/font-awesome.min.css @@ -1,4 +1,4 @@ /*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome + * Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"} \ No newline at end of file + */@font-face{font-family:'FontAwesome';font-style:normal;font-weight:normal;src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg')}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-default{font-size:14px;line-height:10px;vertical-align:-15%}.fa-lg{font-size:18px;line-height:13px;vertical-align:-15%}.fa-sm{font-size:9px;line-height:6px;vertical-align:-15%}.fa-xlg{font-size:23px;line-height:17px;vertical-align:-15%}.fa-xsm{font-size:4px;line-height:3px;vertical-align:-15%}.fa-2x{font-size:28px}.fa-3x{font-size:42px}.fa-4x{font-size:56px}.fa-5x{font-size:70px}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-315{-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-rotate-225{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-135{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-45{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.fa-rotate-0{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-270{filter:none}:root .fa-rotate-180{filter:none}:root .fa-rotate-90{filter:none}:root .fa-rotate-0{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-ambulance:before{content:"\f0f9"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-apple:before{content:"\f179"}.fa-archive:before{content:"\f187"}.fa-area-chart:before{content:"\f1fe"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-asterisk:before{content:"\f069"}.fa-at:before{content:"\f1fa"}.fa-automobile:before{content:"\f1b9"}.fa-backward:before{content:"\f04a"}.fa-ban:before{content:"\f05e"}.fa-bank:before{content:"\f19c"}.fa-bar-chart:before{content:"\f080"}.fa-bar-chart-o:before{content:"\f080"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-o:before{content:"\f0a2"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-bicycle:before{content:"\f206"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-bitcoin:before{content:"\f15a"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bookmark-o:before{content:"\f097"}.fa-briefcase:before{content:"\f0b1"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-building-o:before{content:"\f0f7"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-cab:before{content:"\f1ba"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f073"}.fa-calendar-o:before{content:"\f133"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-o-down:before{content:"\f150"}.fa-caret-square-o-left:before{content:"\f191"}.fa-caret-square-o-right:before{content:"\f152"}.fa-caret-square-o-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc:before{content:"\f20a"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-certificate:before{content:"\f0a3"}.fa-chain:before{content:"\f0c1"}.fa-chain-broken:before{content:"\f127"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-circle-o:before{content:"\f05d"}.fa-check-square:before{content:"\f14a"}.fa-check-square-o:before{content:"\f046"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-circle:before{content:"\f111"}.fa-circle-o:before{content:"\f10c"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-circle-thin:before{content:"\f1db"}.fa-clipboard:before{content:"\f0ea"}.fa-clock-o:before{content:"\f017"}.fa-close:before{content:"\f00d"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cny:before{content:"\f157"}.fa-code:before{content:"\f121"}.fa-code-fork:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-o:before{content:"\f0e5"}.fa-comments:before{content:"\f086"}.fa-comments-o:before{content:"\f0e6"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cutlery:before{content:"\f0f5"}.fa-dashboard:before{content:"\f0e4"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-dedent:before{content:"\f03b"}.fa-delicious:before{content:"\f1a5"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diamond:before{content:"\f219"}.fa-digg:before{content:"\f1a6"}.fa-dollar:before{content:"\f155"}.fa-dot-circle-o:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-dribbble:before{content:"\f17d"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-o:before{content:"\f003"}.fa-envelope-square:before{content:"\f199"}.fa-eraser:before{content:"\f12d"}.fa-eur:before{content:"\f153"}.fa-euro:before{content:"\f153"}.fa-exchange:before{content:"\f0ec"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-external-link:before{content:"\f08e"}.fa-external-link-square:before{content:"\f14c"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-eyedropper:before{content:"\f1fb"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f09a"}.fa-facebook-official:before{content:"\f230"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-archive-o:before{content:"\f1c6"}.fa-file-audio-o:before{content:"\f1c7"}.fa-file-code-o:before{content:"\f1c9"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-image-o:before{content:"\f1c5"}.fa-file-movie-o:before{content:"\f1c8"}.fa-file-o:before{content:"\f016"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-photo-o:before{content:"\f1c5"}.fa-file-picture-o:before{content:"\f1c5"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-sound-o:before{content:"\f1c7"}.fa-file-text:before{content:"\f15c"}.fa-file-text-o:before{content:"\f0f6"}.fa-file-video-o:before{content:"\f1c8"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-zip-o:before{content:"\f1c6"}.fa-files-o:before{content:"\f0c5"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-o:before{content:"\f11d"}.fa-flash:before{content:"\f0e7"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-floppy-o:before{content:"\f0c7"}.fa-folder:before{content:"\f07b"}.fa-folder-o:before{content:"\f114"}.fa-folder-open:before{content:"\f07c"}.fa-folder-open-o:before{content:"\f115"}.fa-font:before{content:"\f031"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-frown-o:before{content:"\f119"}.fa-futbol-o:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gbp:before{content:"\f154"}.fa-ge:before{content:"\f1d1"}.fa-gear:before{content:"\f013"}.fa-gears:before{content:"\f085"}.fa-genderless:before{content:"\f1db"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gittip:before{content:"\f184"}.fa-glass:before{content:"\f000"}.fa-globe:before{content:"\f0ac"}.fa-google:before{content:"\f1a0"}.fa-google-plus:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-group:before{content:"\f0c0"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hand-o-down:before{content:"\f0a7"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hdd-o:before{content:"\f0a0"}.fa-header:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heart-o:before{content:"\f08a"}.fa-heartbeat:before{content:"\f21e"}.fa-history:before{content:"\f1da"}.fa-home:before{content:"\f015"}.fa-hospital-o:before{content:"\f0f8"}.fa-hotel:before{content:"\f236"}.fa-html5:before{content:"\f13b"}.fa-ils:before{content:"\f20b"}.fa-image:before{content:"\f03e"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-inr:before{content:"\f156"}.fa-instagram:before{content:"\f16d"}.fa-institution:before{content:"\f19c"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-joomla:before{content:"\f1aa"}.fa-jpy:before{content:"\f157"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard-o:before{content:"\f11c"}.fa-krw:before{content:"\f159"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-legal:before{content:"\f0e3"}.fa-lemon-o:before{content:"\f094"}.fa-level-down:before{content:"\f149"}.fa-level-up:before{content:"\f148"}.fa-life-bouy:before{content:"\f1cd"}.fa-life-buoy:before{content:"\f1cd"}.fa-life-ring:before{content:"\f1cd"}.fa-life-saver:before{content:"\f1cd"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-line-chart:before{content:"\f201"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f0e1"}.fa-linkedin-square:before{content:"\f08c"}.fa-linux:before{content:"\f17c"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-forward:before{content:"\f064"}.fa-mail-reply:before{content:"\f112"}.fa-mail-reply-all:before{content:"\f122"}.fa-male:before{content:"\f183"}.fa-map-marker:before{content:"\f041"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-meanpath:before{content:"\f20c"}.fa-medium:before{content:"\f23a"}.fa-medkit:before{content:"\f0fa"}.fa-meh-o:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-mobile:before{content:"\f10b"}.fa-mobile-phone:before{content:"\f10b"}.fa-money:before{content:"\f0d6"}.fa-moon-o:before{content:"\f186"}.fa-mortar-board:before{content:"\f19d"}.fa-motorcycle:before{content:"\f21c"}.fa-music:before{content:"\f001"}.fa-navicon:before{content:"\f0c9"}.fa-neuter:before{content:"\f22c"}.fa-newspaper-o:before{content:"\f1ea"}.fa-openid:before{content:"\f19b"}.fa-outdent:before{content:"\f03b"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paper-plane:before{content:"\f1d8"}.fa-paper-plane-o:before{content:"\f1d9"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-pause:before{content:"\f04c"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pencil:before{content:"\f040"}.fa-pencil-square:before{content:"\f14b"}.fa-pencil-square-o:before{content:"\f044"}.fa-phone:before{content:"\f095"}.fa-phone-square:before{content:"\f098"}.fa-photo:before{content:"\f03e"}.fa-picture-o:before{content:"\f03e"}.fa-pie-chart:before{content:"\f200"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-play-circle-o:before{content:"\f01d"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-plus-square-o:before{content:"\f196"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-puzzle-piece:before{content:"\f12e"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-ra:before{content:"\f1d0"}.fa-random:before{content:"\f074"}.fa-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-refresh:before{content:"\f021"}.fa-remove:before{content:"\f00d"}.fa-renren:before{content:"\f18b"}.fa-reorder:before{content:"\f0c9"}.fa-repeat:before{content:"\f01e"}.fa-reply:before{content:"\f112"}.fa-reply-all:before{content:"\f122"}.fa-retweet:before{content:"\f079"}.fa-rmb:before{content:"\f157"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rotate-left:before{content:"\f0e2"}.fa-rotate-right:before{content:"\f01e"}.fa-rouble:before{content:"\f158"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-rub:before{content:"\f158"}.fa-ruble:before{content:"\f158"}.fa-rupee:before{content:"\f156"}.fa-save:before{content:"\f0c7"}.fa-scissors:before{content:"\f0c4"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-sellsy:before{content:"\f213"}.fa-send:before{content:"\f1d8"}.fa-send-o:before{content:"\f1d9"}.fa-server:before{content:"\f233"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-share-square-o:before{content:"\f045"}.fa-shekel:before{content:"\f20b"}.fa-sheqel:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-ship:before{content:"\f21a"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-cart:before{content:"\f07a"}.fa-sign-in:before{content:"\f090"}.fa-sign-out:before{content:"\f08b"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-sliders:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile-o:before{content:"\f118"}.fa-soccer-ball-o:before{content:"\f1e3"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-asc:before{content:"\f0de"}.fa-sort-desc:before{content:"\f0dd"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-spinner:before{content:"\f110"}.fa-spoon:before{content:"\f1b1"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-o:before{content:"\f096"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-star-half-empty:before{content:"\f123"}.fa-star-half-full:before{content:"\f123"}.fa-star-half-o:before{content:"\f123"}.fa-star-o:before{content:"\f006"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-stop:before{content:"\f04d"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun-o:before{content:"\f185"}.fa-superscript:before{content:"\f12b"}.fa-support:before{content:"\f1cd"}.fa-table:before{content:"\f0ce"}.fa-tablet:before{content:"\f10a"}.fa-tachometer:before{content:"\f0e4"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-thumb-tack:before{content:"\f08d"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-o-down:before{content:"\f088"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-up:before{content:"\f164"}.fa-ticket:before{content:"\f145"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-circle-o:before{content:"\f05c"}.fa-tint:before{content:"\f043"}.fa-toggle-down:before{content:"\f150"}.fa-toggle-left:before{content:"\f191"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toggle-right:before{content:"\f152"}.fa-toggle-up:before{content:"\f151"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-o:before{content:"\f014"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-try:before{content:"\f195"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-turkish-lira:before{content:"\f195"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsorted:before{content:"\f0dc"}.fa-upload:before{content:"\f093"}.fa-usd:before{content:"\f155"}.fa-user:before{content:"\f007"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-video-camera:before{content:"\f03d"}.fa-vimeo-square:before{content:"\f194"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-warning:before{content:"\f071"}.fa-wechat:before{content:"\f1d7"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-wheelchair:before{content:"\f193"}.fa-wifi:before{content:"\f1eb"}.fa-windows:before{content:"\f17a"}.fa-won:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wrench:before{content:"\f0ad"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-yahoo:before{content:"\f19e"}.fa-yelp:before{content:"\f1e9"}.fa-yen:before{content:"\f157"}.fa-youtube:before{content:"\f167"}.fa-youtube-play:before{content:"\f16a"}.fa-youtube-square:before{content:"\f166"} \ No newline at end of file diff --git a/less/animated.less b/less/animated.less index 66ad52a5b..99dc4012a 100644 --- a/less/animated.less +++ b/less/animated.less @@ -1,4 +1,4 @@ -// Animated Icons +// animated icons // -------------------------- .@{fa-css-prefix}-spin { diff --git a/less/bordered-pulled.less b/less/bordered-pulled.less index 0c90eb567..38304e4aa 100644 --- a/less/bordered-pulled.less +++ b/less/bordered-pulled.less @@ -1,4 +1,4 @@ -// Bordered & Pulled +// bordered and pulled // ------------------------- .@{fa-css-prefix}-border { diff --git a/less/core.less b/less/core.less index 34c687705..14975b4e9 100644 --- a/less/core.less +++ b/less/core.less @@ -1,4 +1,4 @@ -// Base Class Definition +// base class definition // ------------------------- .@{fa-css-prefix} { @@ -9,4 +9,5 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); // ensures no half-pixel rendering in firefox + } diff --git a/less/fixed-width.less b/less/fixed-width.less index d72fa6eb7..32756001c 100644 --- a/less/fixed-width.less +++ b/less/fixed-width.less @@ -1,4 +1,4 @@ -// Fixed Width Icons +// fixed width icons // ------------------------- .@{fa-css-prefix}-fw { diff --git a/less/list.less b/less/list.less index 21d71a462..334977965 100644 --- a/less/list.less +++ b/less/list.less @@ -1,4 +1,4 @@ -// List Icons +// list icons // ------------------------- .@{fa-css-prefix}-ul { @@ -7,7 +7,6 @@ list-style-type: none; > li { position: relative; } } - .@{fa-css-prefix}-li { position: absolute; left: -@fa-li-width; diff --git a/less/mixins.less b/less/mixins.less index 87eae8a70..cdf7c19bb 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -1,4 +1,4 @@ -// Mixins +// mixins // -------------------------- .fa-icon() { @@ -9,6 +9,7 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); // ensures no half-pixel rendering in firefox + } .fa-icon-rotate(@degrees) { diff --git a/less/path.less b/less/path.less index 9211e6659..b873389db 100644 --- a/less/path.less +++ b/less/path.less @@ -1,8 +1,10 @@ -/* FONT PATH - * -------------------------- */ +// font path +// -------------------------- @font-face { font-family: 'FontAwesome'; + font-style: normal; + font-weight: normal; src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}'); src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'), url('@{fa-font-path}/fontawesome-webfont.woff2?v=@{fa-version}') format('woff2'), @@ -10,6 +12,4 @@ url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'), url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg'); // src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts - font-weight: normal; - font-style: normal; } diff --git a/less/rotated-flipped.less b/less/rotated-flipped.less index d9ea757af..0ae8886fa 100644 --- a/less/rotated-flipped.less +++ b/less/rotated-flipped.less @@ -1,4 +1,4 @@ -// Rotated & Flipped Icons +// rotated and flipped icons // ------------------------- @rotations-requiring-ie-fix: diff --git a/less/sizes.less b/less/sizes.less index c9d646770..222300487 100644 --- a/less/sizes.less +++ b/less/sizes.less @@ -1,13 +1,36 @@ -// Icon Sizes -// ------------------------- +// icon sizes +// -------------------------- -/* makes the font 33% larger relative to the icon container */ -.@{fa-css-prefix}-lg { - font-size: (4em / 3); - line-height: (3em / 4); - vertical-align: -15%; +// scale icon size by n +.createIconScales(@iterator: 1) when(@iterator <= length(@fa-var-scales)) { + + @fa-icon-scale-name: extract(extract(@fa-var-scales, @iterator), 1); + @fa-icon-scale-name-unquoted: ~"@{fa-icon-scale-name}"; + @fa-icon-scale: extract(extract(@fa-var-scales, @iterator), 2); + + .@{fa-css-prefix}-@{fa-icon-scale-name-unquoted} { + + font-size: floor(@fa-font-size-base * @fa-icon-scale); + line-height: floor(@fa-font-size-base * @fa-icon-scale * 0.75); + vertical-align: -15%; + } + + .createIconScales((@iterator + 1)); } -.@{fa-css-prefix}-2x { font-size: 2em; } -.@{fa-css-prefix}-3x { font-size: 3em; } -.@{fa-css-prefix}-4x { font-size: 4em; } -.@{fa-css-prefix}-5x { font-size: 5em; } +.createIconScales(); + +// multiply icon size by n +.createIconMultipliers(@iterator: 1) when(@iterator <= length(@fa-var-multipliers)) { + + @fa-icon-multiplier-name: extract(extract(@fa-var-multipliers, @iterator), 1); + @fa-icon-multiplier-name-unquoted: ~"@{fa-icon-multiplier-name}"; + @fa-icon-multiplier: extract(extract(@fa-var-multipliers, @iterator), 2); + + .@{fa-css-prefix}-@{fa-icon-multiplier-name-unquoted} { + + font-size: floor(@fa-font-size-base * @fa-icon-multiplier); + } + + .createIconMultipliers((@iterator + 1)); +} +.createIconMultipliers(); diff --git a/less/stacked.less b/less/stacked.less index fc53fb0e7..0d7032904 100644 --- a/less/stacked.less +++ b/less/stacked.less @@ -1,4 +1,4 @@ -// Stacked Icons +// stacked icons // ------------------------- .@{fa-css-prefix}-stack { diff --git a/less/variables.less b/less/variables.less index dc50f8417..fb216b5d4 100644 --- a/less/variables.less +++ b/less/variables.less @@ -1,611 +1,613 @@ -// Variables +// variables // -------------------------- -@fa-border-color: #eee; -@fa-css-prefix: fa; -@fa-font-path: "../fonts"; -@fa-font-size-base: 14px; -@fa-inverse: #fff; -@fa-li-width: (30em / 14); -@fa-rotation-increment: 45 !default; -@fa-version: "4.4.0"; -//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts"; // for referencing Bootstrap CDN font files directly +@fa-font-path: "../fonts"; +@fa-font-size-base: 14px; +//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts"; // for referencing Bootstrap CDN font files directly +@fa-css-prefix: fa; +@fa-version: "4.4.0"; +@fa-border-color: #eee; +@fa-inverse: #fff; +@fa-li-width: (30em / 14); +@fa-rotation-increment: 45; + + -// the icons @fa-var-glyphs: - "adjust" "\f042", - "adn" "\f170", - "align-center" "\f037", - "align-justify" "\f039", - "align-left" "\f036", - "align-right" "\f038", - "ambulance" "\f0f9", - "anchor" "\f13d", - "android" "\f17b", - "angellist" "\f209", - "angle-double-down" "\f103", - "angle-double-left" "\f100", - "angle-double-right" "\f101", - "angle-double-up" "\f102", - "angle-down" "\f107", - "angle-left" "\f104", - "angle-right" "\f105", - "angle-up" "\f106", - "apple" "\f179", - "archive" "\f187", - "area-chart" "\f1fe", - "arrow-circle-down" "\f0ab", - "arrow-circle-left" "\f0a8", - "arrow-circle-o-down" "\f01a", - "arrow-circle-o-left" "\f190", - "arrow-circle-o-right" "\f18e", - "arrow-circle-o-up" "\f01b", - "arrow-circle-right" "\f0a9", - "arrow-circle-up" "\f0aa", - "arrow-down" "\f063", - "arrow-left" "\f060", - "arrow-right" "\f061", - "arrow-up" "\f062", - "arrows" "\f047", - "arrows-alt" "\f0b2", - "arrows-h" "\f07e", - "arrows-v" "\f07d", - "asterisk" "\f069", - "at" "\f1fa", - "automobile" "\f1b9", - "backward" "\f04a", - "ban" "\f05e", - "bank" "\f19c", - "bar-chart" "\f080", - "bar-chart-o" "\f080", - "barcode" "\f02a", - "bars" "\f0c9", - "bed" "\f236", - "beer" "\f0fc", - "behance" "\f1b4", - "behance-square" "\f1b5", - "bell" "\f0f3", - "bell-o" "\f0a2", - "bell-slash" "\f1f6", - "bell-slash-o" "\f1f7", - "bicycle" "\f206", - "binoculars" "\f1e5", - "birthday-cake" "\f1fd", - "bitbucket" "\f171", - "bitbucket-square" "\f172", - "bitcoin" "\f15a", - "bold" "\f032", - "bolt" "\f0e7", - "bomb" "\f1e2", - "book" "\f02d", - "bookmark" "\f02e", - "bookmark-o" "\f097", - "briefcase" "\f0b1", - "btc" "\f15a", - "bug" "\f188", - "building" "\f1ad", - "building-o" "\f0f7", - "bullhorn" "\f0a1", - "bullseye" "\f140", - "bus" "\f207", - "buysellads" "\f20d", - "cab" "\f1ba", - "calculator" "\f1ec", - "calendar" "\f073", - "calendar-o" "\f133", - "camera" "\f030", - "camera-retro" "\f083", - "car" "\f1b9", - "caret-down" "\f0d7", - "caret-left" "\f0d9", - "caret-right" "\f0da", - "caret-square-o-down" "\f150", - "caret-square-o-left" "\f191", - "caret-square-o-right" "\f152", - "caret-square-o-up" "\f151", - "caret-up" "\f0d8", - "cart-arrow-down" "\f218", - "cart-plus" "\f217", - "cc" "\f20a", - "cc-amex" "\f1f3", - "cc-discover" "\f1f2", - "cc-mastercard" "\f1f1", - "cc-paypal" "\f1f4", - "cc-stripe" "\f1f5", - "cc-visa" "\f1f0", - "certificate" "\f0a3", - "chain" "\f0c1", - "chain-broken" "\f127", - "check" "\f00c", - "check-circle" "\f058", - "check-circle-o" "\f05d", - "check-square" "\f14a", - "check-square-o" "\f046", - "chevron-circle-down" "\f13a", - "chevron-circle-left" "\f137", - "chevron-circle-right" "\f138", - "chevron-circle-up" "\f139", - "chevron-down" "\f078", - "chevron-left" "\f053", - "chevron-right" "\f054", - "chevron-up" "\f077", - "child" "\f1ae", - "circle" "\f111", - "circle-o" "\f10c", - "circle-o-notch" "\f1ce", - "circle-thin" "\f1db", - "clipboard" "\f0ea", - "clock-o" "\f017", - "close" "\f00d", - "cloud" "\f0c2", - "cloud-download" "\f0ed", - "cloud-upload" "\f0ee", - "cny" "\f157", - "code" "\f121", - "code-fork" "\f126", - "codepen" "\f1cb", - "coffee" "\f0f4", - "cog" "\f013", - "cogs" "\f085", - "columns" "\f0db", - "comment" "\f075", - "comment-o" "\f0e5", - "comments" "\f086", - "comments-o" "\f0e6", - "compass" "\f14e", - "compress" "\f066", - "connectdevelop" "\f20e", - "copy" "\f0c5", - "copyright" "\f1f9", - "credit-card" "\f09d", - "crop" "\f125", - "crosshairs" "\f05b", - "css3" "\f13c", - "cube" "\f1b2", - "cubes" "\f1b3", - "cut" "\f0c4", - "cutlery" "\f0f5", - "dashboard" "\f0e4", - "dashcube" "\f210", - "database" "\f1c0", - "dedent" "\f03b", - "delicious" "\f1a5", - "desktop" "\f108", - "deviantart" "\f1bd", - "diamond" "\f219", - "digg" "\f1a6", - "dollar" "\f155", - "dot-circle-o" "\f192", - "download" "\f019", - "dribbble" "\f17d", - "dropbox" "\f16b", - "drupal" "\f1a9", - "edit" "\f044", - "eject" "\f052", - "ellipsis-h" "\f141", - "ellipsis-v" "\f142", - "empire" "\f1d1", - "envelope" "\f0e0", - "envelope-o" "\f003", - "envelope-square" "\f199", - "eraser" "\f12d", - "eur" "\f153", - "euro" "\f153", - "exchange" "\f0ec", - "exclamation" "\f12a", - "exclamation-circle" "\f06a", - "exclamation-triangle" "\f071", - "expand" "\f065", - "external-link" "\f08e", - "external-link-square" "\f14c", - "eye" "\f06e", - "eye-slash" "\f070", - "eyedropper" "\f1fb", - "facebook" "\f09a", - "facebook-f" "\f09a", - "facebook-official" "\f230", - "facebook-square" "\f082", - "fast-backward" "\f049", - "fast-forward" "\f050", - "fax" "\f1ac", - "female" "\f182", - "fighter-jet" "\f0fb", - "file" "\f15b", - "file-archive-o" "\f1c6", - "file-audio-o" "\f1c7", - "file-code-o" "\f1c9", - "file-excel-o" "\f1c3", - "file-image-o" "\f1c5", - "file-movie-o" "\f1c8", - "file-o" "\f016", - "file-pdf-o" "\f1c1", - "file-photo-o" "\f1c5", - "file-picture-o" "\f1c5", - "file-powerpoint-o" "\f1c4", - "file-sound-o" "\f1c7", - "file-text" "\f15c", - "file-text-o" "\f0f6", - "file-video-o" "\f1c8", - "file-word-o" "\f1c2", - "file-zip-o" "\f1c6", - "files-o" "\f0c5", - "film" "\f008", - "filter" "\f0b0", - "fire" "\f06d", - "fire-extinguisher" "\f134", - "flag" "\f024", - "flag-checkered" "\f11e", - "flag-o" "\f11d", - "flash" "\f0e7", - "flask" "\f0c3", - "flickr" "\f16e", - "floppy-o" "\f0c7", - "folder" "\f07b", - "folder-o" "\f114", - "folder-open" "\f07c", - "folder-open-o" "\f115", - "font" "\f031", - "forumbee" "\f211", - "forward" "\f04e", - "foursquare" "\f180", - "frown-o" "\f119", - "futbol-o" "\f1e3", - "gamepad" "\f11b", - "gavel" "\f0e3", - "gbp" "\f154", - "ge" "\f1d1", - "gear" "\f013", - "gears" "\f085", - "genderless" "\f1db", - "gift" "\f06b", - "git" "\f1d3", - "git-square" "\f1d2", - "github" "\f09b", - "github-alt" "\f113", - "github-square" "\f092", - "gittip" "\f184", - "glass" "\f000", - "globe" "\f0ac", - "google" "\f1a0", - "google-plus" "\f0d5", - "google-plus-square" "\f0d4", - "google-wallet" "\f1ee", - "graduation-cap" "\f19d", - "gratipay" "\f184", - "group" "\f0c0", - "h-square" "\f0fd", - "hacker-news" "\f1d4", - "hand-o-down" "\f0a7", - "hand-o-left" "\f0a5", - "hand-o-right" "\f0a4", - "hand-o-up" "\f0a6", - "hdd-o" "\f0a0", - "header" "\f1dc", - "headphones" "\f025", - "heart" "\f004", - "heart-o" "\f08a", - "heartbeat" "\f21e", - "history" "\f1da", - "home" "\f015", - "hospital-o" "\f0f8", - "hotel" "\f236", - "html5" "\f13b", - "ils" "\f20b", - "image" "\f03e", - "inbox" "\f01c", - "indent" "\f03c", - "info" "\f129", - "info-circle" "\f05a", - "inr" "\f156", - "instagram" "\f16d", - "institution" "\f19c", - "ioxhost" "\f208", - "italic" "\f033", - "joomla" "\f1aa", - "jpy" "\f157", - "jsfiddle" "\f1cc", - "key" "\f084", - "keyboard-o" "\f11c", - "krw" "\f159", - "language" "\f1ab", - "laptop" "\f109", - "lastfm" "\f202", - "lastfm-square" "\f203", - "leaf" "\f06c", - "leanpub" "\f212", - "legal" "\f0e3", - "lemon-o" "\f094", - "level-down" "\f149", - "level-up" "\f148", - "life-bouy" "\f1cd", - "life-buoy" "\f1cd", - "life-ring" "\f1cd", - "life-saver" "\f1cd", - "lightbulb-o" "\f0eb", - "line-chart" "\f201", - "link" "\f0c1", - "linkedin" "\f0e1", - "linkedin-square" "\f08c", - "linux" "\f17c", - "list" "\f03a", - "list-alt" "\f022", - "list-ol" "\f0cb", - "list-ul" "\f0ca", - "location-arrow" "\f124", - "lock" "\f023", - "long-arrow-down" "\f175", - "long-arrow-left" "\f177", - "long-arrow-right" "\f178", - "long-arrow-up" "\f176", - "magic" "\f0d0", - "magnet" "\f076", - "mail-forward" "\f064", - "mail-reply" "\f112", - "mail-reply-all" "\f122", - "male" "\f183", - "map-marker" "\f041", - "mars" "\f222", - "mars-double" "\f227", - "mars-stroke" "\f229", - "mars-stroke-h" "\f22b", - "mars-stroke-v" "\f22a", - "maxcdn" "\f136", - "meanpath" "\f20c", - "medium" "\f23a", - "medkit" "\f0fa", - "meh-o" "\f11a", - "mercury" "\f223", - "microphone" "\f130", - "microphone-slash" "\f131", - "minus" "\f068", - "minus-circle" "\f056", - "minus-square" "\f146", - "minus-square-o" "\f147", - "mobile" "\f10b", - "mobile-phone" "\f10b", - "money" "\f0d6", - "moon-o" "\f186", - "mortar-board" "\f19d", - "motorcycle" "\f21c", - "music" "\f001", - "navicon" "\f0c9", - "neuter" "\f22c", - "newspaper-o" "\f1ea", - "openid" "\f19b", - "outdent" "\f03b", - "pagelines" "\f18c", - "paint-brush" "\f1fc", - "paper-plane" "\f1d8", - "paper-plane-o" "\f1d9", - "paperclip" "\f0c6", - "paragraph" "\f1dd", - "paste" "\f0ea", - "pause" "\f04c", - "paw" "\f1b0", - "paypal" "\f1ed", - "pencil" "\f040", - "pencil-square" "\f14b", - "pencil-square-o" "\f044", - "phone" "\f095", - "phone-square" "\f098", - "photo" "\f03e", - "picture-o" "\f03e", - "pie-chart" "\f200", - "pied-piper" "\f1a7", - "pied-piper-alt" "\f1a8", - "pinterest" "\f0d2", - "pinterest-p" "\f231", - "pinterest-square" "\f0d3", - "plane" "\f072", - "play" "\f04b", - "play-circle" "\f144", - "play-circle-o" "\f01d", - "plug" "\f1e6", - "plus" "\f067", - "plus-circle" "\f055", - "plus-square" "\f0fe", - "plus-square-o" "\f196", - "power-off" "\f011", - "print" "\f02f", - "puzzle-piece" "\f12e", - "qq" "\f1d6", - "qrcode" "\f029", - "question" "\f128", - "question-circle" "\f059", - "quote-left" "\f10d", - "quote-right" "\f10e", - "ra" "\f1d0", - "random" "\f074", - "rebel" "\f1d0", - "recycle" "\f1b8", - "reddit" "\f1a1", - "reddit-square" "\f1a2", - "refresh" "\f021", - "remove" "\f00d", - "renren" "\f18b", - "reorder" "\f0c9", - "repeat" "\f01e", - "reply" "\f112", - "reply-all" "\f122", - "retweet" "\f079", - "rmb" "\f157", - "road" "\f018", - "rocket" "\f135", - "rotate-left" "\f0e2", - "rotate-right" "\f01e", - "rouble" "\f158", - "rss" "\f09e", - "rss-square" "\f143", - "rub" "\f158", - "ruble" "\f158", - "rupee" "\f156", - "save" "\f0c7", - "scissors" "\f0c4", - "search" "\f002", - "search-minus" "\f010", - "search-plus" "\f00e", - "sellsy" "\f213", - "send" "\f1d8", - "send-o" "\f1d9", - "server" "\f233", - "share" "\f064", - "share-alt" "\f1e0", - "share-alt-square" "\f1e1", - "share-square" "\f14d", - "share-square-o" "\f045", - "shekel" "\f20b", - "sheqel" "\f20b", - "shield" "\f132", - "ship" "\f21a", - "shirtsinbulk" "\f214", - "shopping-cart" "\f07a", - "sign-in" "\f090", - "sign-out" "\f08b", - "signal" "\f012", - "simplybuilt" "\f215", - "sitemap" "\f0e8", - "skyatlas" "\f216", - "skype" "\f17e", - "slack" "\f198", - "sliders" "\f1de", - "slideshare" "\f1e7", - "smile-o" "\f118", - "soccer-ball-o" "\f1e3", - "sort" "\f0dc", - "sort-alpha-asc" "\f15d", - "sort-alpha-desc" "\f15e", - "sort-amount-asc" "\f160", - "sort-amount-desc" "\f161", - "sort-asc" "\f0de", - "sort-desc" "\f0dd", - "sort-down" "\f0dd", - "sort-numeric-asc" "\f162", - "sort-numeric-desc" "\f163", - "sort-up" "\f0de", - "soundcloud" "\f1be", - "space-shuttle" "\f197", - "spinner" "\f110", - "spoon" "\f1b1", - "spotify" "\f1bc", - "square" "\f0c8", - "square-o" "\f096", - "stack-exchange" "\f18d", - "stack-overflow" "\f16c", - "star" "\f005", - "star-half" "\f089", - "star-half-empty" "\f123", - "star-half-full" "\f123", - "star-half-o" "\f123", - "star-o" "\f006", - "steam" "\f1b6", - "steam-square" "\f1b7", - "step-backward" "\f048", - "step-forward" "\f051", - "stethoscope" "\f0f1", - "stop" "\f04d", - "street-view" "\f21d", - "strikethrough" "\f0cc", - "stumbleupon" "\f1a4", - "stumbleupon-circle" "\f1a3", - "subscript" "\f12c", - "subway" "\f239", - "suitcase" "\f0f2", - "sun-o" "\f185", - "superscript" "\f12b", - "support" "\f1cd", - "table" "\f0ce", - "tablet" "\f10a", - "tachometer" "\f0e4", - "tag" "\f02b", - "tags" "\f02c", - "tasks" "\f0ae", - "taxi" "\f1ba", - "tencent-weibo" "\f1d5", - "terminal" "\f120", - "text-height" "\f034", - "text-width" "\f035", - "th" "\f00a", - "th-large" "\f009", - "th-list" "\f00b", - "thumb-tack" "\f08d", - "thumbs-down" "\f165", - "thumbs-o-down" "\f088", - "thumbs-o-up" "\f087", - "thumbs-up" "\f164", - "ticket" "\f145", - "times" "\f00d", - "times-circle" "\f057", - "times-circle-o" "\f05c", - "tint" "\f043", - "toggle-down" "\f150", - "toggle-left" "\f191", - "toggle-off" "\f204", - "toggle-on" "\f205", - "toggle-right" "\f152", - "toggle-up" "\f151", - "train" "\f238", - "transgender" "\f224", - "transgender-alt" "\f225", - "trash" "\f1f8", - "trash-o" "\f014", - "tree" "\f1bb", - "trello" "\f181", - "trophy" "\f091", - "truck" "\f0d1", - "try" "\f195", - "tty" "\f1e4", - "tumblr" "\f173", - "tumblr-square" "\f174", - "turkish-lira" "\f195", - "twitch" "\f1e8", - "twitter" "\f099", - "twitter-square" "\f081", - "umbrella" "\f0e9", - "underline" "\f0cd", - "undo" "\f0e2", - "university" "\f19c", - "unlink" "\f127", - "unlock" "\f09c", - "unlock-alt" "\f13e", - "unsorted" "\f0dc", - "upload" "\f093", - "usd" "\f155", - "user" "\f007", - "user-md" "\f0f0", - "user-plus" "\f234", - "user-secret" "\f21b", - "user-times" "\f235", - "users" "\f0c0", - "venus" "\f221", - "venus-double" "\f226", - "venus-mars" "\f228", - "viacoin" "\f237", - "video-camera" "\f03d", - "vimeo-square" "\f194", - "vine" "\f1ca", - "vk" "\f189", - "volume-down" "\f027", - "volume-off" "\f026", - "volume-up" "\f028", - "warning" "\f071", - "wechat" "\f1d7", - "weibo" "\f18a", - "weixin" "\f1d7", - "whatsapp" "\f232", - "wheelchair" "\f193", - "wifi" "\f1eb", - "windows" "\f17a", - "won" "\f159", - "wordpress" "\f19a", - "wrench" "\f0ad", - "xing" "\f168", - "xing-square" "\f169", - "yahoo" "\f19e", - "yelp" "\f1e9", - "yen" "\f157", - "youtube" "\f167", - "youtube-play" "\f16a", - "youtube-square" "\f166"; + adjust "\f042", + adn "\f170", + align-center "\f037", + align-justify "\f039", + align-left "\f036", + align-right "\f038", + ambulance "\f0f9", + anchor "\f13d", + android "\f17b", + angellist "\f209", + angle-double-down "\f103", + angle-double-left "\f100", + angle-double-right "\f101", + angle-double-up "\f102", + angle-down "\f107", + angle-left "\f104", + angle-right "\f105", + angle-up "\f106", + apple "\f179", + archive "\f187", + area-chart "\f1fe", + arrow-circle-down "\f0ab", + arrow-circle-left "\f0a8", + arrow-circle-o-down "\f01a", + arrow-circle-o-left "\f190", + arrow-circle-o-right "\f18e", + arrow-circle-o-up "\f01b", + arrow-circle-right "\f0a9", + arrow-circle-up "\f0aa", + arrow-down "\f063", + arrow-left "\f060", + arrow-right "\f061", + arrow-up "\f062", + arrows "\f047", + arrows-alt "\f0b2", + arrows-h "\f07e", + arrows-v "\f07d", + asterisk "\f069", + at "\f1fa", + automobile "\f1b9", + backward "\f04a", + ban "\f05e", + bank "\f19c", + bar-chart "\f080", + bar-chart-o "\f080", + barcode "\f02a", + bars "\f0c9", + bed "\f236", + beer "\f0fc", + behance "\f1b4", + behance-square "\f1b5", + bell "\f0f3", + bell-o "\f0a2", + bell-slash "\f1f6", + bell-slash-o "\f1f7", + bicycle "\f206", + binoculars "\f1e5", + birthday-cake "\f1fd", + bitbucket "\f171", + bitbucket-square "\f172", + bitcoin "\f15a", + bold "\f032", + bolt "\f0e7", + bomb "\f1e2", + book "\f02d", + bookmark "\f02e", + bookmark-o "\f097", + briefcase "\f0b1", + btc "\f15a", + bug "\f188", + building "\f1ad", + building-o "\f0f7", + bullhorn "\f0a1", + bullseye "\f140", + bus "\f207", + buysellads "\f20d", + cab "\f1ba", + calculator "\f1ec", + calendar "\f073", + calendar-o "\f133", + camera "\f030", + camera-retro "\f083", + car "\f1b9", + caret-down "\f0d7", + caret-left "\f0d9", + caret-right "\f0da", + caret-square-o-down "\f150", + caret-square-o-left "\f191", + caret-square-o-right "\f152", + caret-square-o-up "\f151", + caret-up "\f0d8", + cart-arrow-down "\f218", + cart-plus "\f217", + cc "\f20a", + cc-amex "\f1f3", + cc-discover "\f1f2", + cc-mastercard "\f1f1", + cc-paypal "\f1f4", + cc-stripe "\f1f5", + cc-visa "\f1f0", + certificate "\f0a3", + chain "\f0c1", + chain-broken "\f127", + check "\f00c", + check-circle "\f058", + check-circle-o "\f05d", + check-square "\f14a", + check-square-o "\f046", + chevron-circle-down "\f13a", + chevron-circle-left "\f137", + chevron-circle-right "\f138", + chevron-circle-up "\f139", + chevron-down "\f078", + chevron-left "\f053", + chevron-right "\f054", + chevron-up "\f077", + child "\f1ae", + circle "\f111", + circle-o "\f10c", + circle-o-notch "\f1ce", + circle-thin "\f1db", + clipboard "\f0ea", + clock-o "\f017", + close "\f00d", + cloud "\f0c2", + cloud-download "\f0ed", + cloud-upload "\f0ee", + cny "\f157", + code "\f121", + code-fork "\f126", + codepen "\f1cb", + coffee "\f0f4", + cog "\f013", + cogs "\f085", + columns "\f0db", + comment "\f075", + comment-o "\f0e5", + comments "\f086", + comments-o "\f0e6", + compass "\f14e", + compress "\f066", + connectdevelop "\f20e", + copy "\f0c5", + copyright "\f1f9", + credit-card "\f09d", + crop "\f125", + crosshairs "\f05b", + css3 "\f13c", + cube "\f1b2", + cubes "\f1b3", + cut "\f0c4", + cutlery "\f0f5", + dashboard "\f0e4", + dashcube "\f210", + database "\f1c0", + dedent "\f03b", + delicious "\f1a5", + desktop "\f108", + deviantart "\f1bd", + diamond "\f219", + digg "\f1a6", + dollar "\f155", + dot-circle-o "\f192", + download "\f019", + dribbble "\f17d", + dropbox "\f16b", + drupal "\f1a9", + edit "\f044", + eject "\f052", + ellipsis-h "\f141", + ellipsis-v "\f142", + empire "\f1d1", + envelope "\f0e0", + envelope-o "\f003", + envelope-square "\f199", + eraser "\f12d", + eur "\f153", + euro "\f153", + exchange "\f0ec", + exclamation "\f12a", + exclamation-circle "\f06a", + exclamation-triangle "\f071", + expand "\f065", + external-link "\f08e", + external-link-square "\f14c", + eye "\f06e", + eye-slash "\f070", + eyedropper "\f1fb", + facebook "\f09a", + facebook-f "\f09a", + facebook-official "\f230", + facebook-square "\f082", + fast-backward "\f049", + fast-forward "\f050", + fax "\f1ac", + female "\f182", + fighter-jet "\f0fb", + file "\f15b", + file-archive-o "\f1c6", + file-audio-o "\f1c7", + file-code-o "\f1c9", + file-excel-o "\f1c3", + file-image-o "\f1c5", + file-movie-o "\f1c8", + file-o "\f016", + file-pdf-o "\f1c1", + file-photo-o "\f1c5", + file-picture-o "\f1c5", + file-powerpoint-o "\f1c4", + file-sound-o "\f1c7", + file-text "\f15c", + file-text-o "\f0f6", + file-video-o "\f1c8", + file-word-o "\f1c2", + file-zip-o "\f1c6", + files-o "\f0c5", + film "\f008", + filter "\f0b0", + fire "\f06d", + fire-extinguisher "\f134", + flag "\f024", + flag-checkered "\f11e", + flag-o "\f11d", + flash "\f0e7", + flask "\f0c3", + flickr "\f16e", + floppy-o "\f0c7", + folder "\f07b", + folder-o "\f114", + folder-open "\f07c", + folder-open-o "\f115", + font "\f031", + forumbee "\f211", + forward "\f04e", + foursquare "\f180", + frown-o "\f119", + futbol-o "\f1e3", + gamepad "\f11b", + gavel "\f0e3", + gbp "\f154", + ge "\f1d1", + gear "\f013", + gears "\f085", + genderless "\f1db", + gift "\f06b", + git "\f1d3", + git-square "\f1d2", + github "\f09b", + github-alt "\f113", + github-square "\f092", + gittip "\f184", + glass "\f000", + globe "\f0ac", + google "\f1a0", + google-plus "\f0d5", + google-plus-square "\f0d4", + google-wallet "\f1ee", + graduation-cap "\f19d", + gratipay "\f184", + group "\f0c0", + h-square "\f0fd", + hacker-news "\f1d4", + hand-o-down "\f0a7", + hand-o-left "\f0a5", + hand-o-right "\f0a4", + hand-o-up "\f0a6", + hdd-o "\f0a0", + header "\f1dc", + headphones "\f025", + heart "\f004", + heart-o "\f08a", + heartbeat "\f21e", + history "\f1da", + home "\f015", + hospital-o "\f0f8", + hotel "\f236", + html5 "\f13b", + ils "\f20b", + image "\f03e", + inbox "\f01c", + indent "\f03c", + info "\f129", + info-circle "\f05a", + inr "\f156", + instagram "\f16d", + institution "\f19c", + ioxhost "\f208", + italic "\f033", + joomla "\f1aa", + jpy "\f157", + jsfiddle "\f1cc", + key "\f084", + keyboard-o "\f11c", + krw "\f159", + language "\f1ab", + laptop "\f109", + lastfm "\f202", + lastfm-square "\f203", + leaf "\f06c", + leanpub "\f212", + legal "\f0e3", + lemon-o "\f094", + level-down "\f149", + level-up "\f148", + life-bouy "\f1cd", + life-buoy "\f1cd", + life-ring "\f1cd", + life-saver "\f1cd", + lightbulb-o "\f0eb", + line-chart "\f201", + link "\f0c1", + linkedin "\f0e1", + linkedin-square "\f08c", + linux "\f17c", + list "\f03a", + list-alt "\f022", + list-ol "\f0cb", + list-ul "\f0ca", + location-arrow "\f124", + lock "\f023", + long-arrow-down "\f175", + long-arrow-left "\f177", + long-arrow-right "\f178", + long-arrow-up "\f176", + magic "\f0d0", + magnet "\f076", + mail-forward "\f064", + mail-reply "\f112", + mail-reply-all "\f122", + male "\f183", + map-marker "\f041", + mars "\f222", + mars-double "\f227", + mars-stroke "\f229", + mars-stroke-h "\f22b", + mars-stroke-v "\f22a", + maxcdn "\f136", + meanpath "\f20c", + medium "\f23a", + medkit "\f0fa", + meh-o "\f11a", + mercury "\f223", + microphone "\f130", + microphone-slash "\f131", + minus "\f068", + minus-circle "\f056", + minus-square "\f146", + minus-square-o "\f147", + mobile "\f10b", + mobile-phone "\f10b", + money "\f0d6", + moon-o "\f186", + mortar-board "\f19d", + motorcycle "\f21c", + music "\f001", + navicon "\f0c9", + neuter "\f22c", + newspaper-o "\f1ea", + openid "\f19b", + outdent "\f03b", + pagelines "\f18c", + paint-brush "\f1fc", + paper-plane "\f1d8", + paper-plane-o "\f1d9", + paperclip "\f0c6", + paragraph "\f1dd", + paste "\f0ea", + pause "\f04c", + paw "\f1b0", + paypal "\f1ed", + pencil "\f040", + pencil-square "\f14b", + pencil-square-o "\f044", + phone "\f095", + phone-square "\f098", + photo "\f03e", + picture-o "\f03e", + pie-chart "\f200", + pied-piper "\f1a7", + pied-piper-alt "\f1a8", + pinterest "\f0d2", + pinterest-p "\f231", + pinterest-square "\f0d3", + plane "\f072", + play "\f04b", + play-circle "\f144", + play-circle-o "\f01d", + plug "\f1e6", + plus "\f067", + plus-circle "\f055", + plus-square "\f0fe", + plus-square-o "\f196", + power-off "\f011", + print "\f02f", + puzzle-piece "\f12e", + qq "\f1d6", + qrcode "\f029", + question "\f128", + question-circle "\f059", + quote-left "\f10d", + quote-right "\f10e", + ra "\f1d0", + random "\f074", + rebel "\f1d0", + recycle "\f1b8", + reddit "\f1a1", + reddit-square "\f1a2", + refresh "\f021", + remove "\f00d", + renren "\f18b", + reorder "\f0c9", + repeat "\f01e", + reply "\f112", + reply-all "\f122", + retweet "\f079", + rmb "\f157", + road "\f018", + rocket "\f135", + rotate-left "\f0e2", + rotate-right "\f01e", + rouble "\f158", + rss "\f09e", + rss-square "\f143", + rub "\f158", + ruble "\f158", + rupee "\f156", + save "\f0c7", + scissors "\f0c4", + search "\f002", + search-minus "\f010", + search-plus "\f00e", + sellsy "\f213", + send "\f1d8", + send-o "\f1d9", + server "\f233", + share "\f064", + share-alt "\f1e0", + share-alt-square "\f1e1", + share-square "\f14d", + share-square-o "\f045", + shekel "\f20b", + sheqel "\f20b", + shield "\f132", + ship "\f21a", + shirtsinbulk "\f214", + shopping-cart "\f07a", + sign-in "\f090", + sign-out "\f08b", + signal "\f012", + simplybuilt "\f215", + sitemap "\f0e8", + skyatlas "\f216", + skype "\f17e", + slack "\f198", + sliders "\f1de", + slideshare "\f1e7", + smile-o "\f118", + soccer-ball-o "\f1e3", + sort "\f0dc", + sort-alpha-asc "\f15d", + sort-alpha-desc "\f15e", + sort-amount-asc "\f160", + sort-amount-desc "\f161", + sort-asc "\f0de", + sort-desc "\f0dd", + sort-down "\f0dd", + sort-numeric-asc "\f162", + sort-numeric-desc "\f163", + sort-up "\f0de", + soundcloud "\f1be", + space-shuttle "\f197", + spinner "\f110", + spoon "\f1b1", + spotify "\f1bc", + square "\f0c8", + square-o "\f096", + stack-exchange "\f18d", + stack-overflow "\f16c", + star "\f005", + star-half "\f089", + star-half-empty "\f123", + star-half-full "\f123", + star-half-o "\f123", + star-o "\f006", + steam "\f1b6", + steam-square "\f1b7", + step-backward "\f048", + step-forward "\f051", + stethoscope "\f0f1", + stop "\f04d", + street-view "\f21d", + strikethrough "\f0cc", + stumbleupon "\f1a4", + stumbleupon-circle "\f1a3", + subscript "\f12c", + subway "\f239", + suitcase "\f0f2", + sun-o "\f185", + superscript "\f12b", + support "\f1cd", + table "\f0ce", + tablet "\f10a", + tachometer "\f0e4", + tag "\f02b", + tags "\f02c", + tasks "\f0ae", + taxi "\f1ba", + tencent-weibo "\f1d5", + terminal "\f120", + text-height "\f034", + text-width "\f035", + th "\f00a", + th-large "\f009", + th-list "\f00b", + thumb-tack "\f08d", + thumbs-down "\f165", + thumbs-o-down "\f088", + thumbs-o-up "\f087", + thumbs-up "\f164", + ticket "\f145", + times "\f00d", + times-circle "\f057", + times-circle-o "\f05c", + tint "\f043", + toggle-down "\f150", + toggle-left "\f191", + toggle-off "\f204", + toggle-on "\f205", + toggle-right "\f152", + toggle-up "\f151", + train "\f238", + transgender "\f224", + transgender-alt "\f225", + trash "\f1f8", + trash-o "\f014", + tree "\f1bb", + trello "\f181", + trophy "\f091", + truck "\f0d1", + try "\f195", + tty "\f1e4", + tumblr "\f173", + tumblr-square "\f174", + turkish-lira "\f195", + twitch "\f1e8", + twitter "\f099", + twitter-square "\f081", + umbrella "\f0e9", + underline "\f0cd", + undo "\f0e2", + university "\f19c", + unlink "\f127", + unlock "\f09c", + unlock-alt "\f13e", + unsorted "\f0dc", + upload "\f093", + usd "\f155", + user "\f007", + user-md "\f0f0", + user-plus "\f234", + user-secret "\f21b", + user-times "\f235", + users "\f0c0", + venus "\f221", + venus-double "\f226", + venus-mars "\f228", + viacoin "\f237", + video-camera "\f03d", + vimeo-square "\f194", + vine "\f1ca", + vk "\f189", + volume-down "\f027", + volume-off "\f026", + volume-up "\f028", + warning "\f071", + wechat "\f1d7", + weibo "\f18a", + weixin "\f1d7", + whatsapp "\f232", + wheelchair "\f193", + wifi "\f1eb", + windows "\f17a", + won "\f159", + wordpress "\f19a", + wrench "\f0ad", + xing "\f168", + xing-square "\f169", + yahoo "\f19e", + yelp "\f1e9", + yen "\f157", + youtube "\f167", + youtube-play "\f16a", + youtube-square "\f166", + ; // icon sizes - these scale font size and line height @fa-var-scales: @@ -620,4 +622,4 @@ "2x" 2, "3x" 3, "4x" 4, - "5x" 5; + "5x" 5; \ No newline at end of file diff --git a/scss/_animated.scss b/scss/_animated.scss index 8a020dbff..d87ac43f6 100644 --- a/scss/_animated.scss +++ b/scss/_animated.scss @@ -1,4 +1,4 @@ -// Spinning Icons +// spinning icons // -------------------------- .#{$fa-css-prefix}-spin { diff --git a/scss/_bordered-pulled.scss b/scss/_bordered-pulled.scss index 9d3fdf3a0..c9c31a742 100644 --- a/scss/_bordered-pulled.scss +++ b/scss/_bordered-pulled.scss @@ -1,4 +1,4 @@ -// Bordered & Pulled +// bordered and pulled // ------------------------- .#{$fa-css-prefix}-border { diff --git a/scss/_core.scss b/scss/_core.scss index 3538be063..bfb7f35a9 100644 --- a/scss/_core.scss +++ b/scss/_core.scss @@ -1,4 +1,4 @@ -// Base Class Definition +// base class definition // ------------------------- .#{$fa-css-prefix} { @@ -9,4 +9,5 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); // ensures no half-pixel rendering in firefox + } diff --git a/scss/_fixed-width.scss b/scss/_fixed-width.scss index 2a091b971..343c9871f 100644 --- a/scss/_fixed-width.scss +++ b/scss/_fixed-width.scss @@ -1,4 +1,4 @@ -// Fixed Width Icons +// fixed width icons // ------------------------- .#{$fa-css-prefix}-fw { diff --git a/scss/_functions.scss b/scss/_functions.scss index 18d4d15bc..c7ba77e21 100644 --- a/scss/_functions.scss +++ b/scss/_functions.scss @@ -1,4 +1,4 @@ -// Functions +// functions // -------------------------- // extract the number from a unit diff --git a/scss/_larger.scss b/scss/_larger.scss new file mode 100644 index 000000000..dacecab46 --- /dev/null +++ b/scss/_larger.scss @@ -0,0 +1,18 @@ +// icon sizes +// ------------------------- + +// scale icon size by n +@each $fa-icon-scale-name, $fa-icon-scale in $fa-var-scales { + .#{$fa-css-prefix}-#{$fa-icon-scale-name} { + font-size: #{fudge(unitless($fa-font-size-base) * $fa-icon-scale)}px; + line-height: #{fudge(unitless($fa-font-size-base) * $fa-icon-scale * 0.75)}px; + vertical-align: -15%; + } +} + +// multiply icon size by n +@each $fa-icon-multiplier-name, $fa-icon-multiplier in $fa-var-multipliers { + .#{$fa-css-prefix}-#{$fa-icon-multiplier-name} { + font-size: #{fudge($fa-font-size-base * $fa-icon-multiplier)}px; + } +} diff --git a/scss/_list.scss b/scss/_list.scss index 26f104e42..6d93d7cbb 100644 --- a/scss/_list.scss +++ b/scss/_list.scss @@ -1,4 +1,4 @@ -// List Icons +// list icons // ------------------------- .#{$fa-css-prefix}-ul { diff --git a/scss/_mixins.scss b/scss/_mixins.scss index b169a1ee1..bfa2f7415 100644 --- a/scss/_mixins.scss +++ b/scss/_mixins.scss @@ -1,4 +1,4 @@ -// Mixins +// mixins // -------------------------- @mixin fa-icon() { diff --git a/scss/_path.scss b/scss/_path.scss index d56559582..86b28d50b 100644 --- a/scss/_path.scss +++ b/scss/_path.scss @@ -1,5 +1,5 @@ -/* FONT PATH - * -------------------------- */ +// font path +// -------------------------- @font-face { font-family: 'FontAwesome'; diff --git a/scss/_rotated-flipped.scss b/scss/_rotated-flipped.scss index e9310d708..400fa6d70 100644 --- a/scss/_rotated-flipped.scss +++ b/scss/_rotated-flipped.scss @@ -1,4 +1,4 @@ -// Rotated & Flipped Icons +// rotated and flipped icons // ------------------------- $rotations-requiring-ie-fix: ( diff --git a/scss/_sizes.scss b/scss/_sizes.scss index 821c196ff..dacecab46 100644 --- a/scss/_sizes.scss +++ b/scss/_sizes.scss @@ -1,4 +1,4 @@ -// Icon Sizes +// icon sizes // ------------------------- // scale icon size by n diff --git a/scss/_stacked.scss b/scss/_stacked.scss index aef740366..cc85e0e53 100644 --- a/scss/_stacked.scss +++ b/scss/_stacked.scss @@ -1,4 +1,4 @@ -// Stacked Icons +// stacked icons // ------------------------- .#{$fa-css-prefix}-stack { diff --git a/scss/_variables.scss b/scss/_variables.scss index 1f8bb060c..7eb858b90 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -1,17 +1,18 @@ -// Variables +// variables // -------------------------- -$fa-border-color: #eee !default; -$fa-css-prefix: fa !default; $fa-font-path: "../fonts" !default; $fa-font-size-base: 14px !default; +//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts" !default; // for referencing Bootstrap CDN font files directly +$fa-css-prefix: fa !default; +$fa-version: "4.4.0" !default; +$fa-border-color: #eee !default; $fa-inverse: #fff !default; $fa-li-width: (30em / 14) !default; -$fa-version: "4.4.0" !default; $fa-rotation-increment: 45 !default; -//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts" !default; // for referencing Bootstrap CDN font files directly -// the icons + + $fa-var-glyphs: ( "adjust": "\f042", "adn": "\f170", @@ -605,16 +606,16 @@ $fa-var-glyphs: ( "yen": "\f157", "youtube": "\f167", "youtube-play": "\f16a", - "youtube-square": "\f166" + "youtube-square": "\f166", + ); - // icon sizes - these scale font size and line height $fa-var-scales: ( "default": 1.000, - "lg": 1.333, - "sm": 0.666, - "xlg": 1.666, - "xsm": 0.333 + "lg": 1.333, + "sm": 0.666, + "xlg": 1.666, + "xsm": 0.333 ) !default; // icon size multipliers - these scale font size diff --git a/src/assets/font-awesome/less/larger.less b/src/assets/font-awesome/less/larger.less deleted file mode 100644 index 472643eb0..000000000 --- a/src/assets/font-awesome/less/larger.less +++ /dev/null @@ -1,16 +0,0 @@ ---- ---- - -// Icon Sizes -// ------------------------- - -/* makes the font 33% larger relative to the icon container */ -.@{fa-css-prefix}-lg { - font-size: (4em / 3); - line-height: (3em / 4); - vertical-align: -15%; -} -.@{fa-css-prefix}-2x { font-size: 2em; } -.@{fa-css-prefix}-3x { font-size: 3em; } -.@{fa-css-prefix}-4x { font-size: 4em; } -.@{fa-css-prefix}-5x { font-size: 5em; } diff --git a/src/assets/font-awesome/scss/_larger.scss b/src/assets/font-awesome/scss/_larger.scss deleted file mode 100644 index 403572384..000000000 --- a/src/assets/font-awesome/scss/_larger.scss +++ /dev/null @@ -1,16 +0,0 @@ ---- ---- - -// Icon Sizes -// ------------------------- - -/* makes the font 33% larger relative to the icon container */ -.#{$fa-css-prefix}-lg { - font-size: (4em / 3); - line-height: (3em / 4); - vertical-align: -15%; -} -.#{$fa-css-prefix}-2x { font-size: 2em; } -.#{$fa-css-prefix}-3x { font-size: 3em; } -.#{$fa-css-prefix}-4x { font-size: 4em; } -.#{$fa-css-prefix}-5x { font-size: 5em; }