egghead-styles 1.0.29

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