font-awesome-more-sass-rails 2.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +15 -0
- data/Gemfile +1 -1
- data/README.md +15 -16
- data/app/assets/fonts/fontawesome-corp-webfont.eot +0 -0
- data/app/assets/fonts/fontawesome-corp-webfont.svg +179 -0
- data/app/assets/fonts/fontawesome-corp-webfont.ttf +0 -0
- data/app/assets/fonts/fontawesome-corp-webfont.woff +0 -0
- data/app/assets/fonts/fontawesome-ext-webfont.eot +0 -0
- data/app/assets/fonts/fontawesome-ext-webfont.svg +233 -0
- data/app/assets/fonts/fontawesome-ext-webfont.ttf +0 -0
- data/app/assets/fonts/fontawesome-ext-webfont.woff +0 -0
- data/app/assets/fonts/fontawesome-social-webfont.eot +0 -0
- data/app/assets/fonts/fontawesome-social-webfont.svg +371 -0
- data/app/assets/fonts/fontawesome-social-webfont.ttf +0 -0
- data/app/assets/fonts/fontawesome-social-webfont.woff +0 -0
- data/app/assets/fonts/fontawesome-webfont.eot +0 -0
- data/app/assets/fonts/fontawesome-webfont.svg +284 -0
- data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/app/assets/fonts/fontawesome-webfont.woff +0 -0
- data/app/assets/stylesheets/font-awesome-more-ie7.min.css +22 -0
- data/app/assets/stylesheets/font-awesome-more.scss +651 -0
- data/font-awesome-more-sass-rails.gemspec +1 -0
- data/lib/font-awesome-more-sass-rails/version.rb +1 -1
- metadata +27 -18
- data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.svg +0 -525
- data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
- data/vendor/assets/stylesheets/_font-awesome-more-ie7.css +0 -288
- data/vendor/assets/stylesheets/_font-awesome-more.scss +0 -378
| Binary file | 
| Binary file | 
| @@ -1,288 +0,0 @@ | |
| 1 | 
            -
            [class^="icon-"],
         | 
| 2 | 
            -
            [class*=" icon-"] {
         | 
| 3 | 
            -
                font-family: FontAwesome;
         | 
| 4 | 
            -
                font-style: normal;
         | 
| 5 | 
            -
                font-weight: normal;
         | 
| 6 | 
            -
            }
         | 
| 7 | 
            -
             | 
| 8 | 
            -
            .btn.dropdown-toggle [class^="icon-"], .btn.dropdown-toggle [class*=" icon-"] {
         | 
| 9 | 
            -
                /* keeps button heights with and without icons the same */
         | 
| 10 | 
            -
                line-height: 1.4em;
         | 
| 11 | 
            -
            }
         | 
| 12 | 
            -
             | 
| 13 | 
            -
            .icon-large {
         | 
| 14 | 
            -
                font-size: 1.3333em;
         | 
| 15 | 
            -
            }
         | 
| 16 | 
            -
             | 
| 17 | 
            -
            .icon-glass                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 18 | 
            -
            .icon-music                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 19 | 
            -
            .icon-search               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 20 | 
            -
            .icon-envelope             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 21 | 
            -
            .icon-heart                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 22 | 
            -
            .icon-star                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 23 | 
            -
            .icon-star-empty           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 24 | 
            -
            .icon-user                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 25 | 
            -
            .icon-film                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 26 | 
            -
            .icon-th-large             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 27 | 
            -
            .icon-th                   { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 28 | 
            -
            .icon-th-list              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 29 | 
            -
            .icon-ok                   { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 30 | 
            -
            .icon-remove               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 31 | 
            -
            .icon-zoom-in              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 32 | 
            -
             | 
| 33 | 
            -
            .icon-zoom-out             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 34 | 
            -
            .icon-off                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 35 | 
            -
            .icon-signal               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 36 | 
            -
            .icon-cog                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 37 | 
            -
            .icon-trash                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 38 | 
            -
            .icon-home                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 39 | 
            -
            .icon-file                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 40 | 
            -
            .icon-time                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 41 | 
            -
            .icon-road                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 42 | 
            -
            .icon-download-alt         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 43 | 
            -
            .icon-download             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 44 | 
            -
            .icon-upload               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 45 | 
            -
            .icon-inbox                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 46 | 
            -
            .icon-play-circle          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 47 | 
            -
            .icon-repeat               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 48 | 
            -
             | 
| 49 | 
            -
            .icon-refresh              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 50 | 
            -
            .icon-list-alt             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 51 | 
            -
            .icon-lock                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 52 | 
            -
            .icon-flag                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 53 | 
            -
            .icon-headphones           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 54 | 
            -
            .icon-volume-off           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 55 | 
            -
            .icon-volume-down          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 56 | 
            -
            .icon-volume-up            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 57 | 
            -
            .icon-qrcode               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 58 | 
            -
            .icon-barcode              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 59 | 
            -
            .icon-tag                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 60 | 
            -
            .icon-tags                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 61 | 
            -
            .icon-book                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 62 | 
            -
            .icon-bookmark             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 63 | 
            -
            .icon-print                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 64 | 
            -
             | 
| 65 | 
            -
            .icon-camera               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 66 | 
            -
            .icon-font                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 67 | 
            -
            .icon-bold                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 68 | 
            -
            .icon-italic               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 69 | 
            -
            .icon-text-height          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 70 | 
            -
            .icon-text-width           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 71 | 
            -
            .icon-align-left           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 72 | 
            -
            .icon-align-center         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 73 | 
            -
            .icon-align-right          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 74 | 
            -
            .icon-align-justify        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 75 | 
            -
            .icon-list                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 76 | 
            -
            .icon-indent-left          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 77 | 
            -
            .icon-indent-right         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 78 | 
            -
            .icon-facetime-video       { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 79 | 
            -
            .icon-picture              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 80 | 
            -
             | 
| 81 | 
            -
            .icon-pencil               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 82 | 
            -
            .icon-map-marker           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 83 | 
            -
            .icon-adjust               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 84 | 
            -
            .icon-tint                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 85 | 
            -
            .icon-edit                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 86 | 
            -
            .icon-share                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 87 | 
            -
            .icon-check                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 88 | 
            -
            .icon-move                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 89 | 
            -
            .icon-step-backward        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 90 | 
            -
            .icon-fast-backward        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 91 | 
            -
            .icon-backward             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 92 | 
            -
            .icon-play                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 93 | 
            -
            .icon-pause                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 94 | 
            -
            .icon-stop                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 95 | 
            -
            .icon-forward              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 96 | 
            -
             | 
| 97 | 
            -
            .icon-fast-forward         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 98 | 
            -
            .icon-step-forward         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 99 | 
            -
            .icon-eject                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 100 | 
            -
            .icon-chevron-left         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 101 | 
            -
            .icon-chevron-right        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 102 | 
            -
            .icon-plus-sign            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 103 | 
            -
            .icon-minus-sign           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 104 | 
            -
            .icon-remove-sign          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 105 | 
            -
            .icon-ok-sign              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 106 | 
            -
            .icon-question-sign        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 107 | 
            -
            .icon-info-sign            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 108 | 
            -
            .icon-screenshot           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 109 | 
            -
            .icon-remove-circle        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 110 | 
            -
            .icon-ok-circle            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 111 | 
            -
            .icon-ban-circle           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 112 | 
            -
             | 
| 113 | 
            -
            .icon-arrow-left           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 114 | 
            -
            .icon-arrow-right          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 115 | 
            -
            .icon-arrow-up             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 116 | 
            -
            .icon-arrow-down           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 117 | 
            -
            .icon-share-alt            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 118 | 
            -
            .icon-resize-full          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 119 | 
            -
            .icon-resize-small         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 120 | 
            -
            .icon-plus                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 121 | 
            -
            .icon-minus                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 122 | 
            -
            .icon-asterisk             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 123 | 
            -
            .icon-exclamation-sign     { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 124 | 
            -
            .icon-gift                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 125 | 
            -
            .icon-leaf                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 126 | 
            -
            .icon-fire                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 127 | 
            -
            .icon-eye-open             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 128 | 
            -
             | 
| 129 | 
            -
            .icon-eye-close            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 130 | 
            -
            .icon-warning-sign         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 131 | 
            -
            .icon-plane                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 132 | 
            -
            .icon-calendar             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 133 | 
            -
            .icon-random               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 134 | 
            -
            .icon-comment              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 135 | 
            -
            .icon-magnet               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 136 | 
            -
            .icon-chevron-up           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 137 | 
            -
            .icon-chevron-down         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 138 | 
            -
            .icon-retweet              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 139 | 
            -
            .icon-shopping-cart        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 140 | 
            -
            .icon-folder-close         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 141 | 
            -
            .icon-folder-open          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 142 | 
            -
            .icon-resize-vertical      { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 143 | 
            -
            .icon-resize-horizontal    { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 144 | 
            -
             | 
| 145 | 
            -
            .icon-bar-chart            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 146 | 
            -
            .icon-twitter-sign         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 147 | 
            -
            .icon-facebook-sign        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 148 | 
            -
            .icon-camera-retro         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 149 | 
            -
            .icon-key                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 150 | 
            -
            .icon-cogs                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 151 | 
            -
            .icon-comments             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 152 | 
            -
            .icon-thumbs-up            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 153 | 
            -
            .icon-thumbs-down          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 154 | 
            -
            .icon-star-half            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 155 | 
            -
            .icon-heart-empty          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 156 | 
            -
            .icon-signout              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 157 | 
            -
            .icon-linkedin-sign        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 158 | 
            -
            .icon-pushpin              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 159 | 
            -
            .icon-external-link        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 160 | 
            -
             | 
| 161 | 
            -
            .icon-signin               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 162 | 
            -
            .icon-trophy               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 163 | 
            -
            .icon-github-sign          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 164 | 
            -
            .icon-upload-alt           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 165 | 
            -
            .icon-lemon                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 166 | 
            -
            .icon-phone                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 167 | 
            -
            .icon-check-empty          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 168 | 
            -
            .icon-bookmark-empty       { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 169 | 
            -
            .icon-phone-sign           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 170 | 
            -
            .icon-twitter              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 171 | 
            -
            .icon-facebook             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 172 | 
            -
            .icon-github               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 173 | 
            -
            .icon-unlock               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 174 | 
            -
            .icon-credit-card          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 175 | 
            -
            .icon-rss                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 176 | 
            -
             | 
| 177 | 
            -
            .icon-hdd                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 178 | 
            -
            .icon-bullhorn             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 179 | 
            -
            .icon-bell                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 180 | 
            -
            .icon-certificate          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 181 | 
            -
            .icon-hand-right           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 182 | 
            -
            .icon-hand-left            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 183 | 
            -
            .icon-hand-up              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 184 | 
            -
            .icon-hand-down            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 185 | 
            -
            .icon-circle-arrow-left    { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 186 | 
            -
            .icon-circle-arrow-right   { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 187 | 
            -
            .icon-circle-arrow-up      { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 188 | 
            -
            .icon-circle-arrow-down    { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 189 | 
            -
            .icon-globe                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 190 | 
            -
            .icon-wrench               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 191 | 
            -
            .icon-tasks                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 192 | 
            -
             | 
| 193 | 
            -
            .icon-filter               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 194 | 
            -
            .icon-briefcase            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 195 | 
            -
            .icon-fullscreen           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 196 | 
            -
             | 
| 197 | 
            -
            .icon-group                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 198 | 
            -
            .icon-link                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 199 | 
            -
            .icon-cloud                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 200 | 
            -
            .icon-beaker               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 201 | 
            -
            .icon-cut                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 202 | 
            -
            .icon-copy                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 203 | 
            -
            .icon-paper-clip           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 204 | 
            -
            .icon-save                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 205 | 
            -
            .icon-sign-blank           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 206 | 
            -
            .icon-reorder              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 207 | 
            -
            .icon-list-ul              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 208 | 
            -
            .icon-list-ol              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 209 | 
            -
            .icon-strikethrough        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 210 | 
            -
            .icon-underline            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 211 | 
            -
            .icon-table                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 212 | 
            -
             | 
| 213 | 
            -
            .icon-magic                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 214 | 
            -
            .icon-truck                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 215 | 
            -
            .icon-pinterest            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 216 | 
            -
            .icon-pinterest-sign       { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 217 | 
            -
            .icon-google-plus-sign     { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 218 | 
            -
            .icon-google-plus          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 219 | 
            -
            .icon-money                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 220 | 
            -
            .icon-caret-down           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 221 | 
            -
            .icon-caret-up             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 222 | 
            -
            .icon-caret-left           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 223 | 
            -
            .icon-caret-right          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 224 | 
            -
            .icon-columns              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 225 | 
            -
            .icon-sort                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 226 | 
            -
            .icon-sort-down            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 227 | 
            -
            .icon-sort-up              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 228 | 
            -
             | 
| 229 | 
            -
            .icon-envelope-alt         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 230 | 
            -
            .icon-linkedin             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 231 | 
            -
            .icon-undo                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 232 | 
            -
            .icon-legal                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 233 | 
            -
            .icon-dashboard            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 234 | 
            -
            .icon-comment-alt          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 235 | 
            -
            .icon-comments-alt         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 236 | 
            -
            .icon-bolt                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 237 | 
            -
            .icon-sitemap              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 238 | 
            -
            .icon-umbrella             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 239 | 
            -
            .icon-paste                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 240 | 
            -
             | 
| 241 | 
            -
            .icon-user-md              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 242 | 
            -
             | 
| 243 | 
            -
            .icon-apple-logo           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 244 | 
            -
            .icon-windows-8            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 245 | 
            -
            .icon-js-fiddle            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 246 | 
            -
            .icon-skype                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 247 | 
            -
            .icon-youtube-sign         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 248 | 
            -
            .icon-youtube              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 249 | 
            -
            .icon-vimeo-sign           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 250 | 
            -
            .icon-vimeo                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 251 | 
            -
            .icon-lastfm-sign          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 252 | 
            -
            .icon-lastfm               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 253 | 
            -
            .icon-rss-sign             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 254 | 
            -
            .icon-reddit               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 255 | 
            -
            .icon-delicious-sign       { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 256 | 
            -
            .icon-wordpress-sign       { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 257 | 
            -
            .icon-wordpress            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 258 | 
            -
            .icon-git-fork             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 259 | 
            -
             | 
| 260 | 
            -
            .icon-blogger-sign         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 261 | 
            -
            .icon-blogger              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 262 | 
            -
            .icon-tumblr-sign          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 263 | 
            -
            .icon-tumblr               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 264 | 
            -
            .icon-flickr-sign          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 265 | 
            -
            .icon-flickr               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 266 | 
            -
            .icon-picasa-sign          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 267 | 
            -
            .icon-picasa               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 268 | 
            -
            .icon-amazon-sign          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 269 | 
            -
            .icon-amazon               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 270 | 
            -
            .icon-yelp-sign            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 271 | 
            -
            .icon-yelp                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 272 | 
            -
            .icon-soundcloud           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 273 | 
            -
            .icon-spotify              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 274 | 
            -
             | 
| 275 | 
            -
            .icon-yahoo-sign           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 276 | 
            -
            .icon-yahoo                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 277 | 
            -
            .icon-evernote-sign        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 278 | 
            -
            .icon-evernote             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 279 | 
            -
            .icon-google-sign          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 280 | 
            -
            .icon-google               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 281 | 
            -
            .icon-hacker-news          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 282 | 
            -
            .icon-map                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 283 | 
            -
            .icon-bus-sign             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 284 | 
            -
            .icon-bike-sign            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 285 | 
            -
            .icon-car-sign             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 286 | 
            -
            .icon-taxi-sign            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 287 | 
            -
            .icon-truck-sign           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| 288 | 
            -
            .icon-handicap-sign        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
         | 
| @@ -1,378 +0,0 @@ | |
| 1 | 
            -
            /*  Font Awesome
         | 
| 2 | 
            -
                the iconic font designed for use with Twitter Bootstrap
         | 
| 3 | 
            -
                -------------------------------------------------------
         | 
| 4 | 
            -
                The full suite of pictographic icons, examples, and documentation
         | 
| 5 | 
            -
                can be found at: http://fortawesome.github.com/Font-Awesome/
         | 
| 6 | 
            -
             | 
| 7 | 
            -
                License
         | 
| 8 | 
            -
                -------------------------------------------------------
         | 
| 9 | 
            -
                The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
         | 
| 10 | 
            -
                http://creativecommons.org/licenses/by/3.0/ A mention of
         | 
| 11 | 
            -
                'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
         | 
| 12 | 
            -
                source code is considered acceptable attribution (most common on the web).
         | 
| 13 | 
            -
                If human readable source code is not available to the end user, a mention in
         | 
| 14 | 
            -
                an 'About' or 'Credits' screen is considered acceptable (most common in desktop
         | 
| 15 | 
            -
                or mobile software).
         | 
| 16 | 
            -
             | 
| 17 | 
            -
                Contact
         | 
| 18 | 
            -
                -------------------------------------------------------
         | 
| 19 | 
            -
                Email: dave@davegandy.com
         | 
| 20 | 
            -
                Twitter: http://twitter.com/fortaweso_me
         | 
| 21 | 
            -
                Work: Lead Product Designer @ http://kyruus.com
         | 
| 22 | 
            -
             | 
| 23 | 
            -
                */
         | 
| 24 | 
            -
             | 
| 25 | 
            -
            @import "compass/css3/font-face";
         | 
| 26 | 
            -
            $font_path: "fontawesome-webfont" !default;
         | 
| 27 | 
            -
             | 
| 28 | 
            -
            @include font-face(
         | 
| 29 | 
            -
                'FontAwesome',
         | 
| 30 | 
            -
                font-files(
         | 
| 31 | 
            -
                    "#{$font_path}.woff", woff,
         | 
| 32 | 
            -
                    "#{$font_path}.ttf", truetype,
         | 
| 33 | 
            -
                    "#{$font_path}.otf", opentype,
         | 
| 34 | 
            -
                    "#{$font_path}.svgz#FontAwesomeRegular", svg,
         | 
| 35 | 
            -
                    "#{$font_path}.svg#FontAwesomeRegular", svg),
         | 
| 36 | 
            -
                '#{$font_path}.eot',
         | 
| 37 | 
            -
                normal,
         | 
| 38 | 
            -
                normal);
         | 
| 39 | 
            -
             | 
| 40 | 
            -
            /*  Font Awesome styles
         | 
| 41 | 
            -
                ------------------------------------------------------- */
         | 
| 42 | 
            -
            [class^="icon-"]:before,
         | 
| 43 | 
            -
            [class*=" icon-"]:before {
         | 
| 44 | 
            -
              font-family: FontAwesome;
         | 
| 45 | 
            -
              font-weight: normal;
         | 
| 46 | 
            -
              font-style: normal;
         | 
| 47 | 
            -
              display: inline-block;
         | 
| 48 | 
            -
              text-decoration: inherit;
         | 
| 49 | 
            -
            }
         | 
| 50 | 
            -
             | 
| 51 | 
            -
            a [class^="icon-"],
         | 
| 52 | 
            -
            a [class*=" icon-"] {
         | 
| 53 | 
            -
              display: inline-block;
         | 
| 54 | 
            -
              text-decoration: inherit;
         | 
| 55 | 
            -
            }
         | 
| 56 | 
            -
             | 
| 57 | 
            -
            /* makes the font 33% larger relative to the icon container */
         | 
| 58 | 
            -
            .icon-large:before {
         | 
| 59 | 
            -
              vertical-align: middle;
         | 
| 60 | 
            -
              font-size: 4/3em;
         | 
| 61 | 
            -
            }
         | 
| 62 | 
            -
             | 
| 63 | 
            -
            .btn, .nav-tabs {
         | 
| 64 | 
            -
              [class^="icon-"],
         | 
| 65 | 
            -
              [class*=" icon-"] {
         | 
| 66 | 
            -
              /* keeps button heights with and without icons the same */
         | 
| 67 | 
            -
                line-height: .9em;
         | 
| 68 | 
            -
              }
         | 
| 69 | 
            -
            }
         | 
| 70 | 
            -
             | 
| 71 | 
            -
            li {
         | 
| 72 | 
            -
              [class^="icon-"],
         | 
| 73 | 
            -
              [class*=" icon-"] {
         | 
| 74 | 
            -
                display: inline-block;
         | 
| 75 | 
            -
                width: 1.25em;
         | 
| 76 | 
            -
                text-align: center;
         | 
| 77 | 
            -
              }
         | 
| 78 | 
            -
              .icon-large:before,
         | 
| 79 | 
            -
              .icon-large:before {
         | 
| 80 | 
            -
                /* 1.5 increased font size for icon-large * 1.25 width */
         | 
| 81 | 
            -
                width: 1.5*1.25em;
         | 
| 82 | 
            -
              }
         | 
| 83 | 
            -
            }
         | 
| 84 | 
            -
             | 
| 85 | 
            -
            ul.icons {
         | 
| 86 | 
            -
              list-style-type: none;
         | 
| 87 | 
            -
              margin-left: 2em;
         | 
| 88 | 
            -
              text-indent: -.8em;
         | 
| 89 | 
            -
             | 
| 90 | 
            -
              li {
         | 
| 91 | 
            -
                [class^="icon-"],
         | 
| 92 | 
            -
                [class*=" icon-"] {
         | 
| 93 | 
            -
                  width: .8em;
         | 
| 94 | 
            -
                }
         | 
| 95 | 
            -
                .icon-large:before,
         | 
| 96 | 
            -
                .icon-large:before {
         | 
| 97 | 
            -
                  /* 1.5 increased font size for icon-large * 1.25 width */
         | 
| 98 | 
            -
                  vertical-align: initial;
         | 
| 99 | 
            -
            //      width: 1.5*1.25em;
         | 
| 100 | 
            -
                }
         | 
| 101 | 
            -
              }
         | 
| 102 | 
            -
            }
         | 
| 103 | 
            -
             | 
| 104 | 
            -
            /*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
         | 
| 105 | 
            -
                readers do not read off random characters that represent icons */
         | 
| 106 | 
            -
            .icon-glass:before                { content: "\f000"; }
         | 
| 107 | 
            -
            .icon-music:before                { content: "\f001"; }
         | 
| 108 | 
            -
            .icon-search:before               { content: "\f002"; }
         | 
| 109 | 
            -
            .icon-envelope:before             { content: "\f003"; }
         | 
| 110 | 
            -
            .icon-heart:before                { content: "\f004"; }
         | 
| 111 | 
            -
            .icon-star:before                 { content: "\f005"; }
         | 
| 112 | 
            -
            .icon-star-empty:before           { content: "\f006"; }
         | 
| 113 | 
            -
            .icon-user:before                 { content: "\f007"; }
         | 
| 114 | 
            -
            .icon-film:before                 { content: "\f008"; }
         | 
| 115 | 
            -
            .icon-th-large:before             { content: "\f009"; }
         | 
| 116 | 
            -
            .icon-th:before                   { content: "\f00a"; }
         | 
| 117 | 
            -
            .icon-th-list:before              { content: "\f00b"; }
         | 
| 118 | 
            -
            .icon-ok:before                   { content: "\f00c"; }
         | 
| 119 | 
            -
            .icon-remove:before               { content: "\f00d"; }
         | 
| 120 | 
            -
            .icon-zoom-in:before              { content: "\f00e"; }
         | 
| 121 | 
            -
             | 
| 122 | 
            -
            .icon-zoom-out:before             { content: "\f010"; }
         | 
| 123 | 
            -
            .icon-off:before                  { content: "\f011"; }
         | 
| 124 | 
            -
            .icon-signal:before               { content: "\f012"; }
         | 
| 125 | 
            -
            .icon-cog:before                  { content: "\f013"; }
         | 
| 126 | 
            -
            .icon-trash:before                { content: "\f014"; }
         | 
| 127 | 
            -
            .icon-home:before                 { content: "\f015"; }
         | 
| 128 | 
            -
            .icon-file:before                 { content: "\f016"; }
         | 
| 129 | 
            -
            .icon-time:before                 { content: "\f017"; }
         | 
| 130 | 
            -
            .icon-road:before                 { content: "\f018"; }
         | 
| 131 | 
            -
            .icon-download-alt:before         { content: "\f019"; }
         | 
| 132 | 
            -
            .icon-download:before             { content: "\f01a"; }
         | 
| 133 | 
            -
            .icon-upload:before               { content: "\f01b"; }
         | 
| 134 | 
            -
            .icon-inbox:before                { content: "\f01c"; }
         | 
| 135 | 
            -
            .icon-play-circle:before          { content: "\f01d"; }
         | 
| 136 | 
            -
            .icon-repeat:before               { content: "\f01e"; }
         | 
| 137 | 
            -
             | 
| 138 | 
            -
            /* \f020 is not a valid unicode character. all shifted one down */
         | 
| 139 | 
            -
            .icon-refresh:before              { content: "\f021"; }
         | 
| 140 | 
            -
            .icon-list-alt:before             { content: "\f022"; }
         | 
| 141 | 
            -
            .icon-lock:before                 { content: "\f023"; }
         | 
| 142 | 
            -
            .icon-flag:before                 { content: "\f024"; }
         | 
| 143 | 
            -
            .icon-headphones:before           { content: "\f025"; }
         | 
| 144 | 
            -
            .icon-volume-off:before           { content: "\f026"; }
         | 
| 145 | 
            -
            .icon-volume-down:before          { content: "\f027"; }
         | 
| 146 | 
            -
            .icon-volume-up:before            { content: "\f028"; }
         | 
| 147 | 
            -
            .icon-qrcode:before               { content: "\f029"; }
         | 
| 148 | 
            -
            .icon-barcode:before              { content: "\f02a"; }
         | 
| 149 | 
            -
            .icon-tag:before                  { content: "\f02b"; }
         | 
| 150 | 
            -
            .icon-tags:before                 { content: "\f02c"; }
         | 
| 151 | 
            -
            .icon-book:before                 { content: "\f02d"; }
         | 
| 152 | 
            -
            .icon-bookmark:before             { content: "\f02e"; }
         | 
| 153 | 
            -
            .icon-print:before                { content: "\f02f"; }
         | 
| 154 | 
            -
             | 
| 155 | 
            -
            .icon-camera:before               { content: "\f030"; }
         | 
| 156 | 
            -
            .icon-font:before                 { content: "\f031"; }
         | 
| 157 | 
            -
            .icon-bold:before                 { content: "\f032"; }
         | 
| 158 | 
            -
            .icon-italic:before               { content: "\f033"; }
         | 
| 159 | 
            -
            .icon-text-height:before          { content: "\f034"; }
         | 
| 160 | 
            -
            .icon-text-width:before           { content: "\f035"; }
         | 
| 161 | 
            -
            .icon-align-left:before           { content: "\f036"; }
         | 
| 162 | 
            -
            .icon-align-center:before         { content: "\f037"; }
         | 
| 163 | 
            -
            .icon-align-right:before          { content: "\f038"; }
         | 
| 164 | 
            -
            .icon-align-justify:before        { content: "\f039"; }
         | 
| 165 | 
            -
            .icon-list:before                 { content: "\f03a"; }
         | 
| 166 | 
            -
            .icon-indent-left:before          { content: "\f03b"; }
         | 
| 167 | 
            -
            .icon-indent-right:before         { content: "\f03c"; }
         | 
| 168 | 
            -
            .icon-facetime-video:before       { content: "\f03d"; }
         | 
| 169 | 
            -
            .icon-picture:before              { content: "\f03e"; }
         | 
| 170 | 
            -
             | 
| 171 | 
            -
            .icon-pencil:before               { content: "\f040"; }
         | 
| 172 | 
            -
            .icon-map-marker:before           { content: "\f041"; }
         | 
| 173 | 
            -
            .icon-adjust:before               { content: "\f042"; }
         | 
| 174 | 
            -
            .icon-tint:before                 { content: "\f043"; }
         | 
| 175 | 
            -
            .icon-edit:before                 { content: "\f044"; }
         | 
| 176 | 
            -
            .icon-share:before                { content: "\f045"; }
         | 
| 177 | 
            -
            .icon-check:before                { content: "\f046"; }
         | 
| 178 | 
            -
            .icon-move:before                 { content: "\f047"; }
         | 
| 179 | 
            -
            .icon-step-backward:before        { content: "\f048"; }
         | 
| 180 | 
            -
            .icon-fast-backward:before        { content: "\f049"; }
         | 
| 181 | 
            -
            .icon-backward:before             { content: "\f04a"; }
         | 
| 182 | 
            -
            .icon-play:before                 { content: "\f04b"; }
         | 
| 183 | 
            -
            .icon-pause:before                { content: "\f04c"; }
         | 
| 184 | 
            -
            .icon-stop:before                 { content: "\f04d"; }
         | 
| 185 | 
            -
            .icon-forward:before              { content: "\f04e"; }
         | 
| 186 | 
            -
             | 
| 187 | 
            -
            .icon-fast-forward:before         { content: "\f050"; }
         | 
| 188 | 
            -
            .icon-step-forward:before         { content: "\f051"; }
         | 
| 189 | 
            -
            .icon-eject:before                { content: "\f052"; }
         | 
| 190 | 
            -
            .icon-chevron-left:before         { content: "\f053"; }
         | 
| 191 | 
            -
            .icon-chevron-right:before        { content: "\f054"; }
         | 
| 192 | 
            -
            .icon-plus-sign:before            { content: "\f055"; }
         | 
| 193 | 
            -
            .icon-minus-sign:before           { content: "\f056"; }
         | 
| 194 | 
            -
            .icon-remove-sign:before          { content: "\f057"; }
         | 
| 195 | 
            -
            .icon-ok-sign:before              { content: "\f058"; }
         | 
| 196 | 
            -
            .icon-question-sign:before        { content: "\f059"; }
         | 
| 197 | 
            -
            .icon-info-sign:before            { content: "\f05a"; }
         | 
| 198 | 
            -
            .icon-screenshot:before           { content: "\f05b"; }
         | 
| 199 | 
            -
            .icon-remove-circle:before        { content: "\f05c"; }
         | 
| 200 | 
            -
            .icon-ok-circle:before            { content: "\f05d"; }
         | 
| 201 | 
            -
            .icon-ban-circle:before           { content: "\f05e"; }
         | 
| 202 | 
            -
             | 
| 203 | 
            -
            .icon-arrow-left:before           { content: "\f060"; }
         | 
| 204 | 
            -
            .icon-arrow-right:before          { content: "\f061"; }
         | 
| 205 | 
            -
            .icon-arrow-up:before             { content: "\f062"; }
         | 
| 206 | 
            -
            .icon-arrow-down:before           { content: "\f063"; }
         | 
| 207 | 
            -
            .icon-share-alt:before            { content: "\f064"; }
         | 
| 208 | 
            -
            .icon-resize-full:before          { content: "\f065"; }
         | 
| 209 | 
            -
            .icon-resize-small:before         { content: "\f066"; }
         | 
| 210 | 
            -
            .icon-plus:before                 { content: "\f067"; }
         | 
| 211 | 
            -
            .icon-minus:before                { content: "\f068"; }
         | 
| 212 | 
            -
            .icon-asterisk:before             { content: "\f069"; }
         | 
| 213 | 
            -
            .icon-exclamation-sign:before     { content: "\f06a"; }
         | 
| 214 | 
            -
            .icon-gift:before                 { content: "\f06b"; }
         | 
| 215 | 
            -
            .icon-leaf:before                 { content: "\f06c"; }
         | 
| 216 | 
            -
            .icon-fire:before                 { content: "\f06d"; }
         | 
| 217 | 
            -
            .icon-eye-open:before             { content: "\f06e"; }
         | 
| 218 | 
            -
             | 
| 219 | 
            -
            .icon-eye-close:before            { content: "\f070"; }
         | 
| 220 | 
            -
            .icon-warning-sign:before         { content: "\f071"; }
         | 
| 221 | 
            -
            .icon-plane:before                { content: "\f072"; }
         | 
| 222 | 
            -
            .icon-calendar:before             { content: "\f073"; }
         | 
| 223 | 
            -
            .icon-random:before               { content: "\f074"; }
         | 
| 224 | 
            -
            .icon-comment:before              { content: "\f075"; }
         | 
| 225 | 
            -
            .icon-magnet:before               { content: "\f076"; }
         | 
| 226 | 
            -
            .icon-chevron-up:before           { content: "\f077"; }
         | 
| 227 | 
            -
            .icon-chevron-down:before         { content: "\f078"; }
         | 
| 228 | 
            -
            .icon-retweet:before              { content: "\f079"; }
         | 
| 229 | 
            -
            .icon-shopping-cart:before        { content: "\f07a"; }
         | 
| 230 | 
            -
            .icon-folder-close:before         { content: "\f07b"; }
         | 
| 231 | 
            -
            .icon-folder-open:before          { content: "\f07c"; }
         | 
| 232 | 
            -
            .icon-resize-vertical:before      { content: "\f07d"; }
         | 
| 233 | 
            -
            .icon-resize-horizontal:before    { content: "\f07e"; }
         | 
| 234 | 
            -
             | 
| 235 | 
            -
            .icon-bar-chart:before            { content: "\f080"; }
         | 
| 236 | 
            -
            .icon-twitter-sign:before         { content: "\f081"; }
         | 
| 237 | 
            -
            .icon-facebook-sign:before        { content: "\f082"; }
         | 
| 238 | 
            -
            .icon-camera-retro:before         { content: "\f083"; }
         | 
| 239 | 
            -
            .icon-key:before                  { content: "\f084"; }
         | 
| 240 | 
            -
            .icon-cogs:before                 { content: "\f085"; }
         | 
| 241 | 
            -
            .icon-comments:before             { content: "\f086"; }
         | 
| 242 | 
            -
            .icon-thumbs-up:before            { content: "\f087"; }
         | 
| 243 | 
            -
            .icon-thumbs-down:before          { content: "\f088"; }
         | 
| 244 | 
            -
            .icon-star-half:before            { content: "\f089"; }
         | 
| 245 | 
            -
            .icon-heart-empty:before          { content: "\f08a"; }
         | 
| 246 | 
            -
            .icon-signout:before              { content: "\f08b"; }
         | 
| 247 | 
            -
            .icon-linkedin-sign:before        { content: "\f08c"; }
         | 
| 248 | 
            -
            .icon-pushpin:before              { content: "\f08d"; }
         | 
| 249 | 
            -
            .icon-external-link:before        { content: "\f08e"; }
         | 
| 250 | 
            -
             | 
| 251 | 
            -
            .icon-signin:before               { content: "\f090"; }
         | 
| 252 | 
            -
            .icon-trophy:before               { content: "\f091"; }
         | 
| 253 | 
            -
            .icon-github-sign:before          { content: "\f092"; }
         | 
| 254 | 
            -
            .icon-upload-alt:before           { content: "\f093"; }
         | 
| 255 | 
            -
            .icon-lemon:before                { content: "\f094"; }
         | 
| 256 | 
            -
            .icon-phone:before                { content: "\f095"; }
         | 
| 257 | 
            -
            .icon-check-empty:before          { content: "\f096"; }
         | 
| 258 | 
            -
            .icon-bookmark-empty:before       { content: "\f097"; }
         | 
| 259 | 
            -
            .icon-phone-sign:before           { content: "\f098"; }
         | 
| 260 | 
            -
            .icon-twitter:before              { content: "\f099"; }
         | 
| 261 | 
            -
            .icon-facebook:before             { content: "\f09a"; }
         | 
| 262 | 
            -
            .icon-github:before               { content: "\f09b"; }
         | 
| 263 | 
            -
            .icon-unlock:before               { content: "\f09c"; }
         | 
| 264 | 
            -
            .icon-credit-card:before          { content: "\f09d"; }
         | 
| 265 | 
            -
            .icon-rss:before                  { content: "\f09e"; }
         | 
| 266 | 
            -
             | 
| 267 | 
            -
            .icon-hdd:before                  { content: "\f0a0"; }
         | 
| 268 | 
            -
            .icon-bullhorn:before             { content: "\f0a1"; }
         | 
| 269 | 
            -
            .icon-bell:before                 { content: "\f0a2"; }
         | 
| 270 | 
            -
            .icon-certificate:before          { content: "\f0a3"; }
         | 
| 271 | 
            -
            .icon-hand-right:before           { content: "\f0a4"; }
         | 
| 272 | 
            -
            .icon-hand-left:before            { content: "\f0a5"; }
         | 
| 273 | 
            -
            .icon-hand-up:before              { content: "\f0a6"; }
         | 
| 274 | 
            -
            .icon-hand-down:before            { content: "\f0a7"; }
         | 
| 275 | 
            -
            .icon-circle-arrow-left:before    { content: "\f0a8"; }
         | 
| 276 | 
            -
            .icon-circle-arrow-right:before   { content: "\f0a9"; }
         | 
| 277 | 
            -
            .icon-circle-arrow-up:before      { content: "\f0aa"; }
         | 
| 278 | 
            -
            .icon-circle-arrow-down:before    { content: "\f0ab"; }
         | 
| 279 | 
            -
            .icon-globe:before                { content: "\f0ac"; }
         | 
| 280 | 
            -
            .icon-wrench:before               { content: "\f0ad"; }
         | 
| 281 | 
            -
            .icon-tasks:before                { content: "\f0ae"; }
         | 
| 282 | 
            -
             | 
| 283 | 
            -
            .icon-filter:before               { content: "\f0b0"; }
         | 
| 284 | 
            -
            .icon-briefcase:before            { content: "\f0b1"; }
         | 
| 285 | 
            -
            .icon-fullscreen:before           { content: "\f0b2"; }
         | 
| 286 | 
            -
             | 
| 287 | 
            -
            .icon-group:before                { content: "\f0c0"; }
         | 
| 288 | 
            -
            .icon-link:before                 { content: "\f0c1"; }
         | 
| 289 | 
            -
            .icon-cloud:before                { content: "\f0c2"; }
         | 
| 290 | 
            -
            .icon-beaker:before               { content: "\f0c3"; }
         | 
| 291 | 
            -
            .icon-cut:before                  { content: "\f0c4"; }
         | 
| 292 | 
            -
            .icon-copy:before                 { content: "\f0c5"; }
         | 
| 293 | 
            -
            .icon-paper-clip:before           { content: "\f0c6"; }
         | 
| 294 | 
            -
            .icon-save:before                 { content: "\f0c7"; }
         | 
| 295 | 
            -
            .icon-sign-blank:before           { content: "\f0c8"; }
         | 
| 296 | 
            -
            .icon-reorder:before              { content: "\f0c9"; }
         | 
| 297 | 
            -
            .icon-list-ul:before              { content: "\f0ca"; }
         | 
| 298 | 
            -
            .icon-list-ol:before              { content: "\f0cb"; }
         | 
| 299 | 
            -
            .icon-strikethrough:before        { content: "\f0cc"; }
         | 
| 300 | 
            -
            .icon-underline:before            { content: "\f0cd"; }
         | 
| 301 | 
            -
            .icon-table:before                { content: "\f0ce"; }
         | 
| 302 | 
            -
             | 
| 303 | 
            -
            .icon-magic:before                { content: "\f0d0"; }
         | 
| 304 | 
            -
            .icon-truck:before                { content: "\f0d1"; }
         | 
| 305 | 
            -
            .icon-pinterest:before            { content: "\f0d2"; }
         | 
| 306 | 
            -
            .icon-pinterest-sign:before       { content: "\f0d3"; }
         | 
| 307 | 
            -
            .icon-google-plus-sign:before     { content: "\f0d4"; }
         | 
| 308 | 
            -
            .icon-google-plus:before          { content: "\f0d5"; }
         | 
| 309 | 
            -
            .icon-money:before                { content: "\f0d6"; }
         | 
| 310 | 
            -
            .icon-caret-down:before           { content: "\f0d7"; }
         | 
| 311 | 
            -
            .icon-caret-up:before             { content: "\f0d8"; }
         | 
| 312 | 
            -
            .icon-caret-left:before           { content: "\f0d9"; }
         | 
| 313 | 
            -
            .icon-caret-right:before          { content: "\f0da"; }
         | 
| 314 | 
            -
            .icon-columns:before              { content: "\f0db"; }
         | 
| 315 | 
            -
            .icon-sort:before                 { content: "\f0dc"; }
         | 
| 316 | 
            -
            .icon-sort-down:before            { content: "\f0dd"; }
         | 
| 317 | 
            -
            .icon-sort-up:before              { content: "\f0de"; }
         | 
| 318 | 
            -
             | 
| 319 | 
            -
            .icon-envelope-alt:before         { content: "\f0e0"; }
         | 
| 320 | 
            -
            .icon-linkedin:before             { content: "\f0e1"; }
         | 
| 321 | 
            -
            .icon-undo:before                 { content: "\f0e2"; }
         | 
| 322 | 
            -
            .icon-legal:before                { content: "\f0e3"; }
         | 
| 323 | 
            -
            .icon-dashboard:before            { content: "\f0e4"; }
         | 
| 324 | 
            -
            .icon-comment-alt:before          { content: "\f0e5"; }
         | 
| 325 | 
            -
            .icon-comments-alt:before         { content: "\f0e6"; }
         | 
| 326 | 
            -
            .icon-bolt:before                 { content: "\f0e7"; }
         | 
| 327 | 
            -
            .icon-sitemap:before              { content: "\f0e8"; }
         | 
| 328 | 
            -
            .icon-umbrella:before             { content: "\f0e9"; }
         | 
| 329 | 
            -
            .icon-paste:before                { content: "\f0ea"; }
         | 
| 330 | 
            -
             | 
| 331 | 
            -
            .icon-user-md:before              { content: "\f200"; }
         | 
| 332 | 
            -
             | 
| 333 | 
            -
            .icon-apple-logo:before           { content: "\f500"; }
         | 
| 334 | 
            -
            .icon-windows-8:before            { content: "\f501"; }
         | 
| 335 | 
            -
            .icon-js-fiddle:before            { content: "\f502"; }
         | 
| 336 | 
            -
            .icon-skype:before                { content: "\f503"; }
         | 
| 337 | 
            -
            .icon-youtube-sign:before         { content: "\f504"; }
         | 
| 338 | 
            -
            .icon-youtube:before              { content: "\f505"; }
         | 
| 339 | 
            -
            .icon-vimeo-sign:before           { content: "\f506"; }
         | 
| 340 | 
            -
            .icon-vimeo:before                { content: "\f507"; }
         | 
| 341 | 
            -
            .icon-lastfm-sign:before          { content: "\f508"; }
         | 
| 342 | 
            -
            .icon-lastfm:before               { content: "\f509"; }
         | 
| 343 | 
            -
            .icon-rss-sign:before             { content: "\f50a"; }
         | 
| 344 | 
            -
            .icon-reddit:before               { content: "\f50b"; }
         | 
| 345 | 
            -
            .icon-delicious-sign:before       { content: "\f50c"; }
         | 
| 346 | 
            -
            .icon-wordpress-sign:before       { content: "\f50d"; }
         | 
| 347 | 
            -
            .icon-wordpress:before            { content: "\f50e"; }
         | 
| 348 | 
            -
            .icon-git-fork:before             { content: "\f50f"; }
         | 
| 349 | 
            -
             | 
| 350 | 
            -
            .icon-blogger-sign:before         { content: "\f510"; }
         | 
| 351 | 
            -
            .icon-blogger:before              { content: "\f511"; }
         | 
| 352 | 
            -
            .icon-tumblr-sign:before          { content: "\f512"; }
         | 
| 353 | 
            -
            .icon-tumblr:before               { content: "\f513"; }
         | 
| 354 | 
            -
            .icon-flickr-sign:before          { content: "\f514"; }
         | 
| 355 | 
            -
            .icon-flickr:before               { content: "\f515"; }
         | 
| 356 | 
            -
            .icon-picasa-sign:before          { content: "\f516"; }
         | 
| 357 | 
            -
            .icon-picasa:before               { content: "\f517"; }
         | 
| 358 | 
            -
            .icon-amazon-sign:before          { content: "\f518"; }
         | 
| 359 | 
            -
            .icon-amazon:before               { content: "\f519"; }
         | 
| 360 | 
            -
            .icon-yelp-sign:before            { content: "\f51a"; }
         | 
| 361 | 
            -
            .icon-yelp:before                 { content: "\f51b"; }
         | 
| 362 | 
            -
            .icon-soundcloud:before           { content: "\f51c"; }
         | 
| 363 | 
            -
            .icon-spotify:before              { content: "\f51d"; }
         | 
| 364 | 
            -
             | 
| 365 | 
            -
            .icon-yahoo-sign:before           { content: "\f520"; }
         | 
| 366 | 
            -
            .icon-yahoo:before                { content: "\f521"; }
         | 
| 367 | 
            -
            .icon-evernote-sign:before        { content: "\f522"; }
         | 
| 368 | 
            -
            .icon-evernote:before             { content: "\f523"; }
         | 
| 369 | 
            -
            .icon-google-sign:before          { content: "\f524"; }
         | 
| 370 | 
            -
            .icon-google:before               { content: "\f525"; }
         | 
| 371 | 
            -
            .icon-hacker-news:before          { content: "\f526"; }
         | 
| 372 | 
            -
            .icon-map:before                  { content: "\f529"; }
         | 
| 373 | 
            -
            .icon-bus-sign:before             { content: "\f52a"; }
         | 
| 374 | 
            -
            .icon-bike-sign:before            { content: "\f52b"; }
         | 
| 375 | 
            -
            .icon-car-sign:before             { content: "\f52c"; }
         | 
| 376 | 
            -
            .icon-taxi-sign:before            { content: "\f52d"; }
         | 
| 377 | 
            -
            .icon-truck-sign:before           { content: "\f52e"; }
         | 
| 378 | 
            -
            .icon-handicap-sign:before        { content: "\f52f"; }
         |