Changes for page Font Awesome Icon Macro

Last modified by Vincent Massol on 2023/02/20 00:05

<
From version < 9.2 >
edited by Sergiu Dumitriu
on 2014/07/31 21:12
To version < 10.1 >
edited by Sergiu Dumitriu
on 2014/07/31 21:13
>
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,1498 +1,26 @@
1 1  /*!
2 - * Font Awesome 3.2.1
3 - * the iconic font designed for Bootstrap
4 - * ------------------------------------------------------------------------------
5 - * The full suite of pictographic icons, examples, and documentation can be
6 - * found at http://fontawesome.io. Stay up to date on Twitter at
7 - * http://twitter.com/fontawesome.
8 - *
9 - * License
10 - * ------------------------------------------------------------------------------
11 - * - The Font Awesome font is licensed under SIL OFL 1.1 -
12 - * http://scripts.sil.org/OFL
13 - * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
14 - * http://opensource.org/licenses/mit-license.html
15 - * - Font Awesome documentation licensed under CC BY 3.0 -
16 - * http://creativecommons.org/licenses/by/3.0/
17 - * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
18 - * "Font Awesome by Dave Gandy - http://fontawesome.io"
19 - *
20 - * Author - Dave Gandy
21 - * ------------------------------------------------------------------------------
22 - * Email: [email protected]
23 - * Twitter: http://twitter.com/byscuits
24 - * Work: Lead Product Designer @ Kyruus - http://kyruus.com
25 - */
26 -/* FONT PATH
27 - * -------------------------- */
28 -@font-face {
29 - font-family: 'FontAwesome';
30 - src: url('http://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.eot?v=3.2.1');
31 - src: url('http://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('http://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('http://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('http://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
32 - font-weight: normal;
33 - font-style: normal;
34 -}
35 -/* FONT AWESOME CORE
36 - * -------------------------- */
37 -[class^="icon-"],
38 -[class*=" icon-"] {
39 - font-family: FontAwesome;
40 - font-weight: normal;
41 - font-style: normal;
42 - text-decoration: inherit;
43 - -webkit-font-smoothing: antialiased;
44 - *margin-right: .3em;
45 -}
46 -[class^="icon-"]:before,
47 -[class*=" icon-"]:before {
48 - text-decoration: inherit;
49 - display: inline-block;
50 - speak: none;
51 -}
52 -/* makes the font 33% larger relative to the icon container */
53 -.icon-large:before {
54 - vertical-align: -10%;
55 - font-size: 1.3333333333333333em;
56 -}
57 -/* makes sure icons active on rollover in links */
58 -a [class^="icon-"],
59 -a [class*=" icon-"] {
2 + * Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
3 + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4 + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.1.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes 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);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-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);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.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-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{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: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{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-square:before,.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-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-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"}
5 +
6 +.fa {
60 60   display: inline;
8 + font-family: inherit;
61 61  }
62 -/* increased font size for icon-large */
63 -[class^="icon-"].icon-fixed-width,
64 -[class*=" icon-"].icon-fixed-width {
10 +.fa:before {
65 65   display: inline-block;
66 - width: 1.1428571428571428em;
67 - text-align: right;
68 - padding-right: 0.2857142857142857em;
12 + font-family: FontAwesome;
69 69  }
70 -[class^="icon-"].icon-fixed-width.icon-large,
71 -[class*=" icon-"].icon-fixed-width.icon-large {
72 - width: 1.4285714285714286em;
14 +.fa-spinner {
15 + -moz-animation: none;
16 + -o-animation: none;
17 + -webkit-animation: none;
18 + animation: none;
73 73  }
74 -.icons-ul {
75 - margin-left: 2.142857142857143em;
76 - list-style-type: none;
77 -}
78 -.icons-ul > li {
79 - position: relative;
80 -}
81 -.icons-ul .icon-li {
82 - position: absolute;
83 - left: -2.142857142857143em;
84 - width: 2.142857142857143em;
85 - text-align: center;
86 - line-height: inherit;
87 -}
88 -[class^="icon-"].hide,
89 -[class*=" icon-"].hide {
90 - display: none;
91 -}
92 -.icon-muted {
93 - color: #eeeeee;
94 -}
95 -.icon-light {
96 - color: #ffffff;
97 -}
98 -.icon-dark {
99 - color: #333333;
100 -}
101 -.icon-border {
102 - border: solid 1px #eeeeee;
103 - padding: .2em .25em .15em;
104 - -webkit-border-radius: 3px;
105 - -moz-border-radius: 3px;
106 - border-radius: 3px;
107 -}
108 -.icon-2x {
109 - font-size: 2em;
110 -}
111 -.icon-2x.icon-border {
112 - border-width: 2px;
113 - -webkit-border-radius: 4px;
114 - -moz-border-radius: 4px;
115 - border-radius: 4px;
116 -}
117 -.icon-3x {
118 - font-size: 3em;
119 -}
120 -.icon-3x.icon-border {
121 - border-width: 3px;
122 - -webkit-border-radius: 5px;
123 - -moz-border-radius: 5px;
124 - border-radius: 5px;
125 -}
126 -.icon-4x {
127 - font-size: 4em;
128 -}
129 -.icon-4x.icon-border {
130 - border-width: 4px;
131 - -webkit-border-radius: 6px;
132 - -moz-border-radius: 6px;
133 - border-radius: 6px;
134 -}
135 -.icon-5x {
136 - font-size: 5em;
137 -}
138 -.icon-5x.icon-border {
139 - border-width: 5px;
140 - -webkit-border-radius: 7px;
141 - -moz-border-radius: 7px;
142 - border-radius: 7px;
143 -}
144 -.pull-right {
145 - float: right;
146 -}
147 -.pull-left {
148 - float: left;
149 -}
150 -[class^="icon-"].pull-left,
151 -[class*=" icon-"].pull-left {
152 - margin-right: .3em;
153 -}
154 -[class^="icon-"].pull-right,
155 -[class*=" icon-"].pull-right {
156 - margin-left: .3em;
157 -}
158 -/* BOOTSTRAP SPECIFIC CLASSES
159 - * -------------------------- */
160 -/* Bootstrap 2.0 sprites.less reset */
161 -[class^="icon-"],
162 -[class*=" icon-"] {
163 - display: inline;
164 - width: auto;
165 - height: auto;
166 - line-height: normal;
167 - vertical-align: baseline;
168 - background-image: none;
169 - background-position: 0% 0%;
170 - background-repeat: repeat;
171 - margin-top: 0;
172 -}
173 -/* more sprites.less reset */
174 -.icon-white,
175 -.nav-pills > .active > a > [class^="icon-"],
176 -.nav-pills > .active > a > [class*=" icon-"],
177 -.nav-list > .active > a > [class^="icon-"],
178 -.nav-list > .active > a > [class*=" icon-"],
179 -.navbar-inverse .nav > .active > a > [class^="icon-"],
180 -.navbar-inverse .nav > .active > a > [class*=" icon-"],
181 -.dropdown-menu > li > a:hover > [class^="icon-"],
182 -.dropdown-menu > li > a:hover > [class*=" icon-"],
183 -.dropdown-menu > .active > a > [class^="icon-"],
184 -.dropdown-menu > .active > a > [class*=" icon-"],
185 -.dropdown-submenu:hover > a > [class^="icon-"],
186 -.dropdown-submenu:hover > a > [class*=" icon-"] {
187 - background-image: none;
188 -}
189 -/* keeps Bootstrap styles with and without icons the same */
190 -.btn [class^="icon-"].icon-large,
191 -.nav [class^="icon-"].icon-large,
192 -.btn [class*=" icon-"].icon-large,
193 -.nav [class*=" icon-"].icon-large {
194 - line-height: .9em;
195 -}
196 -.btn [class^="icon-"].icon-spin,
197 -.nav [class^="icon-"].icon-spin,
198 -.btn [class*=" icon-"].icon-spin,
199 -.nav [class*=" icon-"].icon-spin {
20 +.fa-spinner:before {
200 200   display: inline-block;
201 -}
202 -.nav-tabs [class^="icon-"],
203 -.nav-pills [class^="icon-"],
204 -.nav-tabs [class*=" icon-"],
205 -.nav-pills [class*=" icon-"],
206 -.nav-tabs [class^="icon-"].icon-large,
207 -.nav-pills [class^="icon-"].icon-large,
208 -.nav-tabs [class*=" icon-"].icon-large,
209 -.nav-pills [class*=" icon-"].icon-large {
210 - line-height: .9em;
211 -}
212 -.btn [class^="icon-"].pull-left.icon-2x,
213 -.btn [class*=" icon-"].pull-left.icon-2x,
214 -.btn [class^="icon-"].pull-right.icon-2x,
215 -.btn [class*=" icon-"].pull-right.icon-2x {
216 - margin-top: .18em;
217 -}
218 -.btn [class^="icon-"].icon-spin.icon-large,
219 -.btn [class*=" icon-"].icon-spin.icon-large {
220 - line-height: .8em;
221 -}
222 -.btn.btn-small [class^="icon-"].pull-left.icon-2x,
223 -.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
224 -.btn.btn-small [class^="icon-"].pull-right.icon-2x,
225 -.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
226 - margin-top: .25em;
227 -}
228 -.btn.btn-large [class^="icon-"],
229 -.btn.btn-large [class*=" icon-"] {
230 - margin-top: 0;
231 -}
232 -.btn.btn-large [class^="icon-"].pull-left.icon-2x,
233 -.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
234 -.btn.btn-large [class^="icon-"].pull-right.icon-2x,
235 -.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
236 - margin-top: .05em;
237 -}
238 -.btn.btn-large [class^="icon-"].pull-left.icon-2x,
239 -.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
240 - margin-right: .2em;
241 -}
242 -.btn.btn-large [class^="icon-"].pull-right.icon-2x,
243 -.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
244 - margin-left: .2em;
245 -}
246 -/* Fixes alignment in nav lists */
247 -.nav-list [class^="icon-"],
248 -.nav-list [class*=" icon-"] {
249 - line-height: inherit;
250 -}
251 -/* EXTRAS
252 - * -------------------------- */
253 -/* Stacked and layered icon */
254 -.icon-stack {
255 - position: relative;
256 - display: inline-block;
257 - width: 2em;
258 - height: 2em;
259 - line-height: 2em;
260 - vertical-align: -35%;
261 -}
262 -.icon-stack [class^="icon-"],
263 -.icon-stack [class*=" icon-"] {
264 - display: block;
265 - text-align: center;
266 - position: absolute;
267 - width: 100%;
268 - height: 100%;
269 - font-size: 1em;
270 - line-height: inherit;
271 - *line-height: 2em;
272 -}
273 -.icon-stack .icon-stack-base {
274 - font-size: 2em;
275 - *line-height: 1em;
276 -}
277 -/* Animated rotating icon */
278 -.icon-spin {
279 - display: inline-block;
280 280   -moz-animation: spin 2s infinite linear;
281 281   -o-animation: spin 2s infinite linear;
282 282   -webkit-animation: spin 2s infinite linear;
283 283   animation: spin 2s infinite linear;
284 284  }
285 -/* Prevent stack and spinners from being taken inline when inside a link */
286 -a .icon-stack,
287 -a .icon-spin {
288 - display: inline-block;
289 - text-decoration: none;
290 -}
291 -@-moz-keyframes spin {
292 - 0% {
293 - -moz-transform: rotate(0deg);
294 - }
295 - 100% {
296 - -moz-transform: rotate(359deg);
297 - }
298 -}
299 -@-webkit-keyframes spin {
300 - 0% {
301 - -webkit-transform: rotate(0deg);
302 - }
303 - 100% {
304 - -webkit-transform: rotate(359deg);
305 - }
306 -}
307 -@-o-keyframes spin {
308 - 0% {
309 - -o-transform: rotate(0deg);
310 - }
311 - 100% {
312 - -o-transform: rotate(359deg);
313 - }
314 -}
315 -@-ms-keyframes spin {
316 - 0% {
317 - -ms-transform: rotate(0deg);
318 - }
319 - 100% {
320 - -ms-transform: rotate(359deg);
321 - }
322 -}
323 -@keyframes spin {
324 - 0% {
325 - transform: rotate(0deg);
326 - }
327 - 100% {
328 - transform: rotate(359deg);
329 - }
330 -}
331 -/* Icon rotations and mirroring */
332 -.icon-rotate-90:before {
333 - -webkit-transform: rotate(90deg);
334 - -moz-transform: rotate(90deg);
335 - -ms-transform: rotate(90deg);
336 - -o-transform: rotate(90deg);
337 - transform: rotate(90deg);
338 - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
339 -}
340 -.icon-rotate-180:before {
341 - -webkit-transform: rotate(180deg);
342 - -moz-transform: rotate(180deg);
343 - -ms-transform: rotate(180deg);
344 - -o-transform: rotate(180deg);
345 - transform: rotate(180deg);
346 - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
347 -}
348 -.icon-rotate-270:before {
349 - -webkit-transform: rotate(270deg);
350 - -moz-transform: rotate(270deg);
351 - -ms-transform: rotate(270deg);
352 - -o-transform: rotate(270deg);
353 - transform: rotate(270deg);
354 - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
355 -}
356 -.icon-flip-horizontal:before {
357 - -webkit-transform: scale(-1, 1);
358 - -moz-transform: scale(-1, 1);
359 - -ms-transform: scale(-1, 1);
360 - -o-transform: scale(-1, 1);
361 - transform: scale(-1, 1);
362 -}
363 -.icon-flip-vertical:before {
364 - -webkit-transform: scale(1, -1);
365 - -moz-transform: scale(1, -1);
366 - -ms-transform: scale(1, -1);
367 - -o-transform: scale(1, -1);
368 - transform: scale(1, -1);
369 -}
370 -/* ensure rotation occurs inside anchor tags */
371 -a .icon-rotate-90:before,
372 -a .icon-rotate-180:before,
373 -a .icon-rotate-270:before,
374 -a .icon-flip-horizontal:before,
375 -a .icon-flip-vertical:before {
376 - display: inline-block;
377 -}
378 -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
379 - readers do not read off random characters that represent icons */
380 -.icon-glass:before {
381 - content: "\f000";
382 -}
383 -.icon-music:before {
384 - content: "\f001";
385 -}
386 -.icon-search:before {
387 - content: "\f002";
388 -}
389 -.icon-envelope-alt:before {
390 - content: "\f003";
391 -}
392 -.icon-heart:before {
393 - content: "\f004";
394 -}
395 -.icon-star:before {
396 - content: "\f005";
397 -}
398 -.icon-star-empty:before {
399 - content: "\f006";
400 -}
401 -.icon-user:before {
402 - content: "\f007";
403 -}
404 -.icon-film:before {
405 - content: "\f008";
406 -}
407 -.icon-th-large:before {
408 - content: "\f009";
409 -}
410 -.icon-th:before {
411 - content: "\f00a";
412 -}
413 -.icon-th-list:before {
414 - content: "\f00b";
415 -}
416 -.icon-ok:before {
417 - content: "\f00c";
418 -}
419 -.icon-remove:before {
420 - content: "\f00d";
421 -}
422 -.icon-zoom-in:before {
423 - content: "\f00e";
424 -}
425 -.icon-zoom-out:before {
426 - content: "\f010";
427 -}
428 -.icon-power-off:before,
429 -.icon-off:before {
430 - content: "\f011";
431 -}
432 -.icon-signal:before {
433 - content: "\f012";
434 -}
435 -.icon-gear:before,
436 -.icon-cog:before {
437 - content: "\f013";
438 -}
439 -.icon-trash:before {
440 - content: "\f014";
441 -}
442 -.icon-home:before {
443 - content: "\f015";
444 -}
445 -.icon-file-alt:before {
446 - content: "\f016";
447 -}
448 -.icon-time:before {
449 - content: "\f017";
450 -}
451 -.icon-road:before {
452 - content: "\f018";
453 -}
454 -.icon-download-alt:before {
455 - content: "\f019";
456 -}
457 -.icon-download:before {
458 - content: "\f01a";
459 -}
460 -.icon-upload:before {
461 - content: "\f01b";
462 -}
463 -.icon-inbox:before {
464 - content: "\f01c";
465 -}
466 -.icon-play-circle:before {
467 - content: "\f01d";
468 -}
469 -.icon-rotate-right:before,
470 -.icon-repeat:before {
471 - content: "\f01e";
472 -}
473 -.icon-refresh:before {
474 - content: "\f021";
475 -}
476 -.icon-list-alt:before {
477 - content: "\f022";
478 -}
479 -.icon-lock:before {
480 - content: "\f023";
481 -}
482 -.icon-flag:before {
483 - content: "\f024";
484 -}
485 -.icon-headphones:before {
486 - content: "\f025";
487 -}
488 -.icon-volume-off:before {
489 - content: "\f026";
490 -}
491 -.icon-volume-down:before {
492 - content: "\f027";
493 -}
494 -.icon-volume-up:before {
495 - content: "\f028";
496 -}
497 -.icon-qrcode:before {
498 - content: "\f029";
499 -}
500 -.icon-barcode:before {
501 - content: "\f02a";
502 -}
503 -.icon-tag:before {
504 - content: "\f02b";
505 -}
506 -.icon-tags:before {
507 - content: "\f02c";
508 -}
509 -.icon-book:before {
510 - content: "\f02d";
511 -}
512 -.icon-bookmark:before {
513 - content: "\f02e";
514 -}
515 -.icon-print:before {
516 - content: "\f02f";
517 -}
518 -.icon-camera:before {
519 - content: "\f030";
520 -}
521 -.icon-font:before {
522 - content: "\f031";
523 -}
524 -.icon-bold:before {
525 - content: "\f032";
526 -}
527 -.icon-italic:before {
528 - content: "\f033";
529 -}
530 -.icon-text-height:before {
531 - content: "\f034";
532 -}
533 -.icon-text-width:before {
534 - content: "\f035";
535 -}
536 -.icon-align-left:before {
537 - content: "\f036";
538 -}
539 -.icon-align-center:before {
540 - content: "\f037";
541 -}
542 -.icon-align-right:before {
543 - content: "\f038";
544 -}
545 -.icon-align-justify:before {
546 - content: "\f039";
547 -}
548 -.icon-list:before {
549 - content: "\f03a";
550 -}
551 -.icon-indent-left:before {
552 - content: "\f03b";
553 -}
554 -.icon-indent-right:before {
555 - content: "\f03c";
556 -}
557 -.icon-facetime-video:before {
558 - content: "\f03d";
559 -}
560 -.icon-picture:before {
561 - content: "\f03e";
562 -}
563 -.icon-pencil:before {
564 - content: "\f040";
565 -}
566 -.icon-map-marker:before {
567 - content: "\f041";
568 -}
569 -.icon-adjust:before {
570 - content: "\f042";
571 -}
572 -.icon-tint:before {
573 - content: "\f043";
574 -}
575 -.icon-edit:before {
576 - content: "\f044";
577 -}
578 -.icon-share:before {
579 - content: "\f045";
580 -}
581 -.icon-check:before {
582 - content: "\f046";
583 -}
584 -.icon-move:before {
585 - content: "\f047";
586 -}
587 -.icon-step-backward:before {
588 - content: "\f048";
589 -}
590 -.icon-fast-backward:before {
591 - content: "\f049";
592 -}
593 -.icon-backward:before {
594 - content: "\f04a";
595 -}
596 -.icon-play:before {
597 - content: "\f04b";
598 -}
599 -.icon-pause:before {
600 - content: "\f04c";
601 -}
602 -.icon-stop:before {
603 - content: "\f04d";
604 -}
605 -.icon-forward:before {
606 - content: "\f04e";
607 -}
608 -.icon-fast-forward:before {
609 - content: "\f050";
610 -}
611 -.icon-step-forward:before {
612 - content: "\f051";
613 -}
614 -.icon-eject:before {
615 - content: "\f052";
616 -}
617 -.icon-chevron-left:before {
618 - content: "\f053";
619 -}
620 -.icon-chevron-right:before {
621 - content: "\f054";
622 -}
623 -.icon-plus-sign:before {
624 - content: "\f055";
625 -}
626 -.icon-minus-sign:before {
627 - content: "\f056";
628 -}
629 -.icon-remove-sign:before {
630 - content: "\f057";
631 -}
632 -.icon-ok-sign:before {
633 - content: "\f058";
634 -}
635 -.icon-question-sign:before {
636 - content: "\f059";
637 -}
638 -.icon-info-sign:before {
639 - content: "\f05a";
640 -}
641 -.icon-screenshot:before {
642 - content: "\f05b";
643 -}
644 -.icon-remove-circle:before {
645 - content: "\f05c";
646 -}
647 -.icon-ok-circle:before {
648 - content: "\f05d";
649 -}
650 -.icon-ban-circle:before {
651 - content: "\f05e";
652 -}
653 -.icon-arrow-left:before {
654 - content: "\f060";
655 -}
656 -.icon-arrow-right:before {
657 - content: "\f061";
658 -}
659 -.icon-arrow-up:before {
660 - content: "\f062";
661 -}
662 -.icon-arrow-down:before {
663 - content: "\f063";
664 -}
665 -.icon-mail-forward:before,
666 -.icon-share-alt:before {
667 - content: "\f064";
668 -}
669 -.icon-resize-full:before {
670 - content: "\f065";
671 -}
672 -.icon-resize-small:before {
673 - content: "\f066";
674 -}
675 -.icon-plus:before {
676 - content: "\f067";
677 -}
678 -.icon-minus:before {
679 - content: "\f068";
680 -}
681 -.icon-asterisk:before {
682 - content: "\f069";
683 -}
684 -.icon-exclamation-sign:before {
685 - content: "\f06a";
686 -}
687 -.icon-gift:before {
688 - content: "\f06b";
689 -}
690 -.icon-leaf:before {
691 - content: "\f06c";
692 -}
693 -.icon-fire:before {
694 - content: "\f06d";
695 -}
696 -.icon-eye-open:before {
697 - content: "\f06e";
698 -}
699 -.icon-eye-close:before {
700 - content: "\f070";
701 -}
702 -.icon-warning-sign:before {
703 - content: "\f071";
704 -}
705 -.icon-plane:before {
706 - content: "\f072";
707 -}
708 -.icon-calendar:before {
709 - content: "\f073";
710 -}
711 -.icon-random:before {
712 - content: "\f074";
713 -}
714 -.icon-comment:before {
715 - content: "\f075";
716 -}
717 -.icon-magnet:before {
718 - content: "\f076";
719 -}
720 -.icon-chevron-up:before {
721 - content: "\f077";
722 -}
723 -.icon-chevron-down:before {
724 - content: "\f078";
725 -}
726 -.icon-retweet:before {
727 - content: "\f079";
728 -}
729 -.icon-shopping-cart:before {
730 - content: "\f07a";
731 -}
732 -.icon-folder-close:before {
733 - content: "\f07b";
734 -}
735 -.icon-folder-open:before {
736 - content: "\f07c";
737 -}
738 -.icon-resize-vertical:before {
739 - content: "\f07d";
740 -}
741 -.icon-resize-horizontal:before {
742 - content: "\f07e";
743 -}
744 -.icon-bar-chart:before {
745 - content: "\f080";
746 -}
747 -.icon-twitter-sign:before {
748 - content: "\f081";
749 -}
750 -.icon-facebook-sign:before {
751 - content: "\f082";
752 -}
753 -.icon-camera-retro:before {
754 - content: "\f083";
755 -}
756 -.icon-key:before {
757 - content: "\f084";
758 -}
759 -.icon-gears:before,
760 -.icon-cogs:before {
761 - content: "\f085";
762 -}
763 -.icon-comments:before {
764 - content: "\f086";
765 -}
766 -.icon-thumbs-up-alt:before {
767 - content: "\f087";
768 -}
769 -.icon-thumbs-down-alt:before {
770 - content: "\f088";
771 -}
772 -.icon-star-half:before {
773 - content: "\f089";
774 -}
775 -.icon-heart-empty:before {
776 - content: "\f08a";
777 -}
778 -.icon-signout:before {
779 - content: "\f08b";
780 -}
781 -.icon-linkedin-sign:before {
782 - content: "\f08c";
783 -}
784 -.icon-pushpin:before {
785 - content: "\f08d";
786 -}
787 -.icon-external-link:before {
788 - content: "\f08e";
789 -}
790 -.icon-signin:before {
791 - content: "\f090";
792 -}
793 -.icon-trophy:before {
794 - content: "\f091";
795 -}
796 -.icon-github-sign:before {
797 - content: "\f092";
798 -}
799 -.icon-upload-alt:before {
800 - content: "\f093";
801 -}
802 -.icon-lemon:before {
803 - content: "\f094";
804 -}
805 -.icon-phone:before {
806 - content: "\f095";
807 -}
808 -.icon-unchecked:before,
809 -.icon-check-empty:before {
810 - content: "\f096";
811 -}
812 -.icon-bookmark-empty:before {
813 - content: "\f097";
814 -}
815 -.icon-phone-sign:before {
816 - content: "\f098";
817 -}
818 -.icon-twitter:before {
819 - content: "\f099";
820 -}
821 -.icon-facebook:before {
822 - content: "\f09a";
823 -}
824 -.icon-github:before {
825 - content: "\f09b";
826 -}
827 -.icon-unlock:before {
828 - content: "\f09c";
829 -}
830 -.icon-credit-card:before {
831 - content: "\f09d";
832 -}
833 -.icon-rss:before {
834 - content: "\f09e";
835 -}
836 -.icon-hdd:before {
837 - content: "\f0a0";
838 -}
839 -.icon-bullhorn:before {
840 - content: "\f0a1";
841 -}
842 -.icon-bell:before {
843 - content: "\f0a2";
844 -}
845 -.icon-certificate:before {
846 - content: "\f0a3";
847 -}
848 -.icon-hand-right:before {
849 - content: "\f0a4";
850 -}
851 -.icon-hand-left:before {
852 - content: "\f0a5";
853 -}
854 -.icon-hand-up:before {
855 - content: "\f0a6";
856 -}
857 -.icon-hand-down:before {
858 - content: "\f0a7";
859 -}
860 -.icon-circle-arrow-left:before {
861 - content: "\f0a8";
862 -}
863 -.icon-circle-arrow-right:before {
864 - content: "\f0a9";
865 -}
866 -.icon-circle-arrow-up:before {
867 - content: "\f0aa";
868 -}
869 -.icon-circle-arrow-down:before {
870 - content: "\f0ab";
871 -}
872 -.icon-globe:before {
873 - content: "\f0ac";
874 -}
875 -.icon-wrench:before {
876 - content: "\f0ad";
877 -}
878 -.icon-tasks:before {
879 - content: "\f0ae";
880 -}
881 -.icon-filter:before {
882 - content: "\f0b0";
883 -}
884 -.icon-briefcase:before {
885 - content: "\f0b1";
886 -}
887 -.icon-fullscreen:before {
888 - content: "\f0b2";
889 -}
890 -.icon-group:before {
891 - content: "\f0c0";
892 -}
893 -.icon-link:before {
894 - content: "\f0c1";
895 -}
896 -.icon-cloud:before {
897 - content: "\f0c2";
898 -}
899 -.icon-beaker:before {
900 - content: "\f0c3";
901 -}
902 -.icon-cut:before {
903 - content: "\f0c4";
904 -}
905 -.icon-copy:before {
906 - content: "\f0c5";
907 -}
908 -.icon-paperclip:before,
909 -.icon-paper-clip:before {
910 - content: "\f0c6";
911 -}
912 -.icon-save:before {
913 - content: "\f0c7";
914 -}
915 -.icon-sign-blank:before {
916 - content: "\f0c8";
917 -}
918 -.icon-reorder:before {
919 - content: "\f0c9";
920 -}
921 -.icon-list-ul:before {
922 - content: "\f0ca";
923 -}
924 -.icon-list-ol:before {
925 - content: "\f0cb";
926 -}
927 -.icon-strikethrough:before {
928 - content: "\f0cc";
929 -}
930 -.icon-underline:before {
931 - content: "\f0cd";
932 -}
933 -.icon-table:before {
934 - content: "\f0ce";
935 -}
936 -.icon-magic:before {
937 - content: "\f0d0";
938 -}
939 -.icon-truck:before {
940 - content: "\f0d1";
941 -}
942 -.icon-pinterest:before {
943 - content: "\f0d2";
944 -}
945 -.icon-pinterest-sign:before {
946 - content: "\f0d3";
947 -}
948 -.icon-google-plus-sign:before {
949 - content: "\f0d4";
950 -}
951 -.icon-google-plus:before {
952 - content: "\f0d5";
953 -}
954 -.icon-money:before {
955 - content: "\f0d6";
956 -}
957 -.icon-caret-down:before {
958 - content: "\f0d7";
959 -}
960 -.icon-caret-up:before {
961 - content: "\f0d8";
962 -}
963 -.icon-caret-left:before {
964 - content: "\f0d9";
965 -}
966 -.icon-caret-right:before {
967 - content: "\f0da";
968 -}
969 -.icon-columns:before {
970 - content: "\f0db";
971 -}
972 -.icon-sort:before {
973 - content: "\f0dc";
974 -}
975 -.icon-sort-down:before {
976 - content: "\f0dd";
977 -}
978 -.icon-sort-up:before {
979 - content: "\f0de";
980 -}
981 -.icon-envelope:before {
982 - content: "\f0e0";
983 -}
984 -.icon-linkedin:before {
985 - content: "\f0e1";
986 -}
987 -.icon-rotate-left:before,
988 -.icon-undo:before {
989 - content: "\f0e2";
990 -}
991 -.icon-legal:before {
992 - content: "\f0e3";
993 -}
994 -.icon-dashboard:before {
995 - content: "\f0e4";
996 -}
997 -.icon-comment-alt:before {
998 - content: "\f0e5";
999 -}
1000 -.icon-comments-alt:before {
1001 - content: "\f0e6";
1002 -}
1003 -.icon-bolt:before {
1004 - content: "\f0e7";
1005 -}
1006 -.icon-sitemap:before {
1007 - content: "\f0e8";
1008 -}
1009 -.icon-umbrella:before {
1010 - content: "\f0e9";
1011 -}
1012 -.icon-paste:before {
1013 - content: "\f0ea";
1014 -}
1015 -.icon-lightbulb:before {
1016 - content: "\f0eb";
1017 -}
1018 -.icon-exchange:before {
1019 - content: "\f0ec";
1020 -}
1021 -.icon-cloud-download:before {
1022 - content: "\f0ed";
1023 -}
1024 -.icon-cloud-upload:before {
1025 - content: "\f0ee";
1026 -}
1027 -.icon-user-md:before {
1028 - content: "\f0f0";
1029 -}
1030 -.icon-stethoscope:before {
1031 - content: "\f0f1";
1032 -}
1033 -.icon-suitcase:before {
1034 - content: "\f0f2";
1035 -}
1036 -.icon-bell-alt:before {
1037 - content: "\f0f3";
1038 -}
1039 -.icon-coffee:before {
1040 - content: "\f0f4";
1041 -}
1042 -.icon-food:before {
1043 - content: "\f0f5";
1044 -}
1045 -.icon-file-text-alt:before {
1046 - content: "\f0f6";
1047 -}
1048 -.icon-building:before {
1049 - content: "\f0f7";
1050 -}
1051 -.icon-hospital:before {
1052 - content: "\f0f8";
1053 -}
1054 -.icon-ambulance:before {
1055 - content: "\f0f9";
1056 -}
1057 -.icon-medkit:before {
1058 - content: "\f0fa";
1059 -}
1060 -.icon-fighter-jet:before {
1061 - content: "\f0fb";
1062 -}
1063 -.icon-beer:before {
1064 - content: "\f0fc";
1065 -}
1066 -.icon-h-sign:before {
1067 - content: "\f0fd";
1068 -}
1069 -.icon-plus-sign-alt:before {
1070 - content: "\f0fe";
1071 -}
1072 -.icon-double-angle-left:before {
1073 - content: "\f100";
1074 -}
1075 -.icon-double-angle-right:before {
1076 - content: "\f101";
1077 -}
1078 -.icon-double-angle-up:before {
1079 - content: "\f102";
1080 -}
1081 -.icon-double-angle-down:before {
1082 - content: "\f103";
1083 -}
1084 -.icon-angle-left:before {
1085 - content: "\f104";
1086 -}
1087 -.icon-angle-right:before {
1088 - content: "\f105";
1089 -}
1090 -.icon-angle-up:before {
1091 - content: "\f106";
1092 -}
1093 -.icon-angle-down:before {
1094 - content: "\f107";
1095 -}
1096 -.icon-desktop:before {
1097 - content: "\f108";
1098 -}
1099 -.icon-laptop:before {
1100 - content: "\f109";
1101 -}
1102 -.icon-tablet:before {
1103 - content: "\f10a";
1104 -}
1105 -.icon-mobile-phone:before {
1106 - content: "\f10b";
1107 -}
1108 -.icon-circle-blank:before {
1109 - content: "\f10c";
1110 -}
1111 -.icon-quote-left:before {
1112 - content: "\f10d";
1113 -}
1114 -.icon-quote-right:before {
1115 - content: "\f10e";
1116 -}
1117 -.icon-spinner:before {
1118 - content: "\f110";
1119 -}
1120 -.icon-circle:before {
1121 - content: "\f111";
1122 -}
1123 -.icon-mail-reply:before,
1124 -.icon-reply:before {
1125 - content: "\f112";
1126 -}
1127 -.icon-github-alt:before {
1128 - content: "\f113";
1129 -}
1130 -.icon-folder-close-alt:before {
1131 - content: "\f114";
1132 -}
1133 -.icon-folder-open-alt:before {
1134 - content: "\f115";
1135 -}
1136 -.icon-expand-alt:before {
1137 - content: "\f116";
1138 -}
1139 -.icon-collapse-alt:before {
1140 - content: "\f117";
1141 -}
1142 -.icon-smile:before {
1143 - content: "\f118";
1144 -}
1145 -.icon-frown:before {
1146 - content: "\f119";
1147 -}
1148 -.icon-meh:before {
1149 - content: "\f11a";
1150 -}
1151 -.icon-gamepad:before {
1152 - content: "\f11b";
1153 -}
1154 -.icon-keyboard:before {
1155 - content: "\f11c";
1156 -}
1157 -.icon-flag-alt:before {
1158 - content: "\f11d";
1159 -}
1160 -.icon-flag-checkered:before {
1161 - content: "\f11e";
1162 -}
1163 -.icon-terminal:before {
1164 - content: "\f120";
1165 -}
1166 -.icon-code:before {
1167 - content: "\f121";
1168 -}
1169 -.icon-reply-all:before {
1170 - content: "\f122";
1171 -}
1172 -.icon-mail-reply-all:before {
1173 - content: "\f122";
1174 -}
1175 -.icon-star-half-full:before,
1176 -.icon-star-half-empty:before {
1177 - content: "\f123";
1178 -}
1179 -.icon-location-arrow:before {
1180 - content: "\f124";
1181 -}
1182 -.icon-crop:before {
1183 - content: "\f125";
1184 -}
1185 -.icon-code-fork:before {
1186 - content: "\f126";
1187 -}
1188 -.icon-unlink:before {
1189 - content: "\f127";
1190 -}
1191 -.icon-question:before {
1192 - content: "\f128";
1193 -}
1194 -.icon-info:before {
1195 - content: "\f129";
1196 -}
1197 -.icon-exclamation:before {
1198 - content: "\f12a";
1199 -}
1200 -.icon-superscript:before {
1201 - content: "\f12b";
1202 -}
1203 -.icon-subscript:before {
1204 - content: "\f12c";
1205 -}
1206 -.icon-eraser:before {
1207 - content: "\f12d";
1208 -}
1209 -.icon-puzzle-piece:before {
1210 - content: "\f12e";
1211 -}
1212 -.icon-microphone:before {
1213 - content: "\f130";
1214 -}
1215 -.icon-microphone-off:before {
1216 - content: "\f131";
1217 -}
1218 -.icon-shield:before {
1219 - content: "\f132";
1220 -}
1221 -.icon-calendar-empty:before {
1222 - content: "\f133";
1223 -}
1224 -.icon-fire-extinguisher:before {
1225 - content: "\f134";
1226 -}
1227 -.icon-rocket:before {
1228 - content: "\f135";
1229 -}
1230 -.icon-maxcdn:before {
1231 - content: "\f136";
1232 -}
1233 -.icon-chevron-sign-left:before {
1234 - content: "\f137";
1235 -}
1236 -.icon-chevron-sign-right:before {
1237 - content: "\f138";
1238 -}
1239 -.icon-chevron-sign-up:before {
1240 - content: "\f139";
1241 -}
1242 -.icon-chevron-sign-down:before {
1243 - content: "\f13a";
1244 -}
1245 -.icon-html5:before {
1246 - content: "\f13b";
1247 -}
1248 -.icon-css3:before {
1249 - content: "\f13c";
1250 -}
1251 -.icon-anchor:before {
1252 - content: "\f13d";
1253 -}
1254 -.icon-unlock-alt:before {
1255 - content: "\f13e";
1256 -}
1257 -.icon-bullseye:before {
1258 - content: "\f140";
1259 -}
1260 -.icon-ellipsis-horizontal:before {
1261 - content: "\f141";
1262 -}
1263 -.icon-ellipsis-vertical:before {
1264 - content: "\f142";
1265 -}
1266 -.icon-rss-sign:before {
1267 - content: "\f143";
1268 -}
1269 -.icon-play-sign:before {
1270 - content: "\f144";
1271 -}
1272 -.icon-ticket:before {
1273 - content: "\f145";
1274 -}
1275 -.icon-minus-sign-alt:before {
1276 - content: "\f146";
1277 -}
1278 -.icon-check-minus:before {
1279 - content: "\f147";
1280 -}
1281 -.icon-level-up:before {
1282 - content: "\f148";
1283 -}
1284 -.icon-level-down:before {
1285 - content: "\f149";
1286 -}
1287 -.icon-check-sign:before {
1288 - content: "\f14a";
1289 -}
1290 -.icon-edit-sign:before {
1291 - content: "\f14b";
1292 -}
1293 -.icon-external-link-sign:before {
1294 - content: "\f14c";
1295 -}
1296 -.icon-share-sign:before {
1297 - content: "\f14d";
1298 -}
1299 -.icon-compass:before {
1300 - content: "\f14e";
1301 -}
1302 -.icon-collapse:before {
1303 - content: "\f150";
1304 -}
1305 -.icon-collapse-top:before {
1306 - content: "\f151";
1307 -}
1308 -.icon-expand:before {
1309 - content: "\f152";
1310 -}
1311 -.icon-euro:before,
1312 -.icon-eur:before {
1313 - content: "\f153";
1314 -}
1315 -.icon-gbp:before {
1316 - content: "\f154";
1317 -}
1318 -.icon-dollar:before,
1319 -.icon-usd:before {
1320 - content: "\f155";
1321 -}
1322 -.icon-rupee:before,
1323 -.icon-inr:before {
1324 - content: "\f156";
1325 -}
1326 -.icon-yen:before,
1327 -.icon-jpy:before {
1328 - content: "\f157";
1329 -}
1330 -.icon-renminbi:before,
1331 -.icon-cny:before {
1332 - content: "\f158";
1333 -}
1334 -.icon-won:before,
1335 -.icon-krw:before {
1336 - content: "\f159";
1337 -}
1338 -.icon-bitcoin:before,
1339 -.icon-btc:before {
1340 - content: "\f15a";
1341 -}
1342 -.icon-file:before {
1343 - content: "\f15b";
1344 -}
1345 -.icon-file-text:before {
1346 - content: "\f15c";
1347 -}
1348 -.icon-sort-by-alphabet:before {
1349 - content: "\f15d";
1350 -}
1351 -.icon-sort-by-alphabet-alt:before {
1352 - content: "\f15e";
1353 -}
1354 -.icon-sort-by-attributes:before {
1355 - content: "\f160";
1356 -}
1357 -.icon-sort-by-attributes-alt:before {
1358 - content: "\f161";
1359 -}
1360 -.icon-sort-by-order:before {
1361 - content: "\f162";
1362 -}
1363 -.icon-sort-by-order-alt:before {
1364 - content: "\f163";
1365 -}
1366 -.icon-thumbs-up:before {
1367 - content: "\f164";
1368 -}
1369 -.icon-thumbs-down:before {
1370 - content: "\f165";
1371 -}
1372 -.icon-youtube-sign:before {
1373 - content: "\f166";
1374 -}
1375 -.icon-youtube:before {
1376 - content: "\f167";
1377 -}
1378 -.icon-xing:before {
1379 - content: "\f168";
1380 -}
1381 -.icon-xing-sign:before {
1382 - content: "\f169";
1383 -}
1384 -.icon-youtube-play:before {
1385 - content: "\f16a";
1386 -}
1387 -.icon-dropbox:before {
1388 - content: "\f16b";
1389 -}
1390 -.icon-stackexchange:before {
1391 - content: "\f16c";
1392 -}
1393 -.icon-instagram:before {
1394 - content: "\f16d";
1395 -}
1396 -.icon-flickr:before {
1397 - content: "\f16e";
1398 -}
1399 -.icon-adn:before {
1400 - content: "\f170";
1401 -}
1402 -.icon-bitbucket:before {
1403 - content: "\f171";
1404 -}
1405 -.icon-bitbucket-sign:before {
1406 - content: "\f172";
1407 -}
1408 -.icon-tumblr:before {
1409 - content: "\f173";
1410 -}
1411 -.icon-tumblr-sign:before {
1412 - content: "\f174";
1413 -}
1414 -.icon-long-arrow-down:before {
1415 - content: "\f175";
1416 -}
1417 -.icon-long-arrow-up:before {
1418 - content: "\f176";
1419 -}
1420 -.icon-long-arrow-left:before {
1421 - content: "\f177";
1422 -}
1423 -.icon-long-arrow-right:before {
1424 - content: "\f178";
1425 -}
1426 -.icon-apple:before {
1427 - content: "\f179";
1428 -}
1429 -.icon-windows:before {
1430 - content: "\f17a";
1431 -}
1432 -.icon-android:before {
1433 - content: "\f17b";
1434 -}
1435 -.icon-linux:before {
1436 - content: "\f17c";
1437 -}
1438 -.icon-dribbble:before {
1439 - content: "\f17d";
1440 -}
1441 -.icon-skype:before {
1442 - content: "\f17e";
1443 -}
1444 -.icon-foursquare:before {
1445 - content: "\f180";
1446 -}
1447 -.icon-trello:before {
1448 - content: "\f181";
1449 -}
1450 -.icon-female:before {
1451 - content: "\f182";
1452 -}
1453 -.icon-male:before {
1454 - content: "\f183";
1455 -}
1456 -.icon-gittip:before {
1457 - content: "\f184";
1458 -}
1459 -.icon-sun:before {
1460 - content: "\f185";
1461 -}
1462 -.icon-moon:before {
1463 - content: "\f186";
1464 -}
1465 -.icon-archive:before {
1466 - content: "\f187";
1467 -}
1468 -.icon-bug:before {
1469 - content: "\f188";
1470 -}
1471 -.icon-vk:before {
1472 - content: "\f189";
1473 -}
1474 -.icon-weibo:before {
1475 - content: "\f18a";
1476 -}
1477 -.icon-renren:before {
1478 - content: "\f18b";
1479 -}
1480 -[class^="icon-"], [class*=" icon-"] {
1481 - font-family: inherit;
1482 -}
1483 -[class^="icon-"]:before, [class*=" icon-"]:before {
1484 - font-family: FontAwesome;
1485 -}
1486 -.icon-spin:before {
1487 - display: inline-block;
1488 - -moz-animation: spin 2s infinite linear;
1489 - -o-animation: spin 2s infinite linear;
1490 - -webkit-animation: spin 2s infinite linear;
1491 - animation: spin 2s infinite linear;
1492 -}
1493 -.icon-spin {
1494 - -moz-animation: none;
1495 - -o-animation: none;
1496 - -webkit-animation: none;
1497 - animation: none;
1498 -}

Get Connected