Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Draft Forbes Group Website (Build by Nikola). The official site is hosted at:

https://labs.wsu.edu/forbes

6076 views
License: GPL3
ubuntu2004
1
.clearfix {
2
*zoom: 1;
3
}
4
.clearfix:before,
5
.clearfix:after {
6
display: table;
7
content: "";
8
line-height: 0;
9
}
10
.clearfix:after {
11
clear: both;
12
}
13
.hide-text {
14
font: 0/0 a;
15
color: transparent;
16
text-shadow: none;
17
background-color: transparent;
18
border: 0;
19
}
20
html,
21
body,
22
div,
23
span,
24
applet,
25
object,
26
iframe,
27
h1,
28
h2,
29
h3,
30
h4,
31
h5,
32
h6,
33
p,
34
blockquote,
35
pre,
36
a,
37
abbr,
38
acronym,
39
address,
40
big,
41
cite,
42
code,
43
del,
44
dfn,
45
em,
46
img,
47
ins,
48
kbd,
49
q,
50
s,
51
samp,
52
small,
53
strike,
54
strong,
55
tt,
56
var,
57
center,
58
dl,
59
dt,
60
dd,
61
ol,
62
ul,
63
li,
64
fieldset,
65
form,
66
label,
67
legend,
68
table,
69
caption,
70
tbody,
71
tfoot,
72
thead,
73
tr,
74
th,
75
td,
76
article,
77
aside,
78
canvas,
79
details,
80
embed,
81
figure,
82
figcaption,
83
footer,
84
header,
85
hgroup,
86
menu,
87
nav,
88
output,
89
ruby,
90
section,
91
summary,
92
time,
93
mark,
94
audio,
95
video {
96
margin: 0;
97
padding: 0;
98
border: 0;
99
outline: 0;
100
vertical-align: baseline;
101
background: transparent;
102
font-weight: inherit;
103
font-style: inherit;
104
font-size: 100%;
105
font-family: inherit;
106
}
107
article,
108
aside,
109
details,
110
figcaption,
111
figure,
112
footer,
113
header,
114
hgroup,
115
menu,
116
nav,
117
section {
118
display: block;
119
}
120
audio,
121
canvas,
122
video {
123
display: inline-block;
124
*display: inline;
125
*zoom: 1;
126
}
127
audio:not([controls]) {
128
display: none;
129
}
130
html {
131
-webkit-text-size-adjust: 100%;
132
-ms-text-size-adjust: 100%;
133
}
134
a:focus {
135
outline: thin dotted #333;
136
outline: 5px auto -webkit-focus-ring-color;
137
outline-offset: -2px;
138
}
139
a:hover,
140
a:active {
141
outline: 0;
142
}
143
sub,
144
sup {
145
position: relative;
146
font-size: 75%;
147
line-height: 0;
148
vertical-align: baseline;
149
}
150
sup {
151
top: -0.5em;
152
}
153
sub {
154
bottom: -0.25em;
155
}
156
img {
157
/* Responsive images (ensure images don't scale beyond their parents) */
158
159
max-width: 100%;
160
/* Part 1: Set a maxium relative to the parent */
161
162
width: auto\9;
163
/* IE7-8 need help adjusting responsive images */
164
165
height: auto;
166
/* Part 2: Scale the height according to the width, otherwise you get stretching */
167
168
vertical-align: middle;
169
border: 0;
170
-ms-interpolation-mode: bicubic;
171
}
172
#map_canvas img,
173
.google-maps img {
174
max-width: none;
175
}
176
@media print {
177
* {
178
text-shadow: none !important;
179
color: #000 !important;
180
background: transparent !important;
181
box-shadow: none !important;
182
}
183
a,
184
a:visited {
185
text-decoration: underline;
186
}
187
a[href]:after {
188
content: " (" attr(href) ")";
189
}
190
abbr[title]:after {
191
content: " (" attr(title) ")";
192
}
193
.ir a:after,
194
a[href^="javascript:"]:after,
195
a[href^="#"]:after {
196
content: "";
197
}
198
pre,
199
blockquote {
200
border: 1px solid #999;
201
page-break-inside: avoid;
202
}
203
thead {
204
display: table-header-group;
205
}
206
tr,
207
img {
208
page-break-inside: avoid;
209
}
210
img {
211
max-width: 100% !important;
212
}
213
@page {
214
margin: 0.5cm;
215
}
216
p,
217
h2,
218
h3 {
219
orphans: 3;
220
widows: 3;
221
}
222
h2,
223
h3 {
224
page-break-after: avoid;
225
}
226
}
227
html {
228
min-height: 100%;
229
position: relative;
230
}
231
body {
232
height: 100%;
233
background: url('../images/cream-dust.png') #ffffff;
234
}
235
section {
236
margin: 0;
237
padding: 0;
238
}
239
.social {
240
float: left;
241
min-height: 100%;
242
background: url('../images/blue-mocha-grunge.jpg') #192029;
243
position: absolute;
244
top: 0;
245
bottom: 0;
246
left: 0;
247
right: 0;
248
width: 180px;
249
}
250
@media (max-width: 773px) {
251
.social {
252
position: relative;
253
}
254
}
255
@media (min-width: 774px) and (max-width: 1047px) {
256
.social {
257
width: 210px;
258
}
259
}
260
@media (max-width: 773px) {
261
.social {
262
width: 100%;
263
}
264
}
265
.social ul {
266
position: fixed;
267
margin: 0;
268
top: 50px;
269
display: table;
270
width: 180px;
271
}
272
@media (max-width: 773px) {
273
.social ul {
274
position: relative;
275
}
276
}
277
@media (max-width: 773px) {
278
.social ul {
279
display: block;
280
top: 0px;
281
}
282
}
283
@media (min-width: 774px) and (max-width: 1047px) {
284
.social ul {
285
width: 210px;
286
}
287
}
288
.social ul li {
289
display: block;
290
text-align: center;
291
margin-top: 10px;
292
}
293
@media (max-width: 773px) {
294
.social ul li {
295
padding-top: 5%;
296
padding-left: 3%;
297
text-align: left;
298
display: table-cell;
299
}
300
}
301
.social ul li a {
302
display: block;
303
}
304
.social ul li a .label {
305
display: none;
306
}
307
@media (max-width: 773px) {
308
.social ul li a .label {
309
display: inline;
310
padding-left: 0.5em;
311
}
312
}
313
.page-content {
314
min-height: 100%;
315
padding: 48px 0 60px 42px;
316
margin-left: 180px;
317
}
318
@media (min-width: 774px) and (max-width: 1047px) {
319
.page-content {
320
padding-left: 24px;
321
margin-left: 214px;
322
}
323
}
324
@media (max-width: 773px) {
325
.page-content {
326
margin-left: 0;
327
width: 100%;
328
padding: 36px 0;
329
}
330
}
331
.page-content > .content {
332
max-width: 890px;
333
}
334
@media (min-width: 774px) and (max-width: 1047px) {
335
.page-content > .content {
336
min-width: 525px;
337
}
338
}
339
@media (max-width: 773px) {
340
.page-content > .content {
341
min-width: auto;
342
padding-left: 4px;
343
padding-right: 4px;
344
margin-right: auto;
345
margin-left: auto;
346
}
347
}
348
/*!
349
* Font Awesome 3.2.1
350
* the iconic font designed for Bootstrap
351
* ------------------------------------------------------------------------------
352
* The full suite of pictographic icons, examples, and documentation can be
353
* found at http://fontawesome.io. Stay up to date on Twitter at
354
* http://twitter.com/fontawesome.
355
*
356
* License
357
* ------------------------------------------------------------------------------
358
* - The Font Awesome font is licensed under SIL OFL 1.1 -
359
* http://scripts.sil.org/OFL
360
* - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
361
* http://opensource.org/licenses/mit-license.html
362
* - Font Awesome documentation licensed under CC BY 3.0 -
363
* http://creativecommons.org/licenses/by/3.0/
364
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
365
* "Font Awesome by Dave Gandy - http://fontawesome.io"
366
*
367
* Author - Dave Gandy
368
* ------------------------------------------------------------------------------
369
* Email: [email protected]
370
* Twitter: http://twitter.com/davegandy
371
* Work: Lead Product Designer @ Kyruus - http://kyruus.com
372
*/
373
/* FONT PATH
374
* -------------------------- */
375
@font-face {
376
font-family: 'FontAwesome';
377
src: url('https://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.eot?v=3.2.1');
378
src: url('https://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('https://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('https://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('https://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
379
font-weight: normal;
380
font-style: normal;
381
}
382
/* FONT AWESOME CORE
383
* -------------------------- */
384
[class^="icon-"],
385
[class*=" icon-"] {
386
font-family: FontAwesome;
387
font-weight: normal;
388
font-style: normal;
389
text-decoration: inherit;
390
-webkit-font-smoothing: antialiased;
391
*margin-right: .3em;
392
}
393
[class^="icon-"]:before,
394
[class*=" icon-"]:before {
395
text-decoration: inherit;
396
display: inline-block;
397
speak: none;
398
}
399
/* makes the font 33% larger relative to the icon container */
400
.icon-large:before {
401
vertical-align: -10%;
402
font-size: 1.3333333333333333em;
403
}
404
/* makes sure icons active on rollover in links */
405
a [class^="icon-"],
406
a [class*=" icon-"] {
407
display: inline;
408
}
409
/* increased font size for icon-large */
410
[class^="icon-"].icon-fixed-width,
411
[class*=" icon-"].icon-fixed-width {
412
display: inline-block;
413
width: 1.1428571428571428em;
414
text-align: right;
415
padding-right: 0.2857142857142857em;
416
}
417
[class^="icon-"].icon-fixed-width.icon-large,
418
[class*=" icon-"].icon-fixed-width.icon-large {
419
width: 1.4285714285714286em;
420
}
421
.icons-ul {
422
margin-left: 2.142857142857143em;
423
list-style-type: none;
424
}
425
.icons-ul > li {
426
position: relative;
427
}
428
.icons-ul .icon-li {
429
position: absolute;
430
left: -2.142857142857143em;
431
width: 2.142857142857143em;
432
text-align: center;
433
line-height: inherit;
434
}
435
[class^="icon-"].hide,
436
[class*=" icon-"].hide {
437
display: none;
438
}
439
.icon-muted {
440
color: #eeeeee;
441
}
442
.icon-light {
443
color: #ffffff;
444
}
445
.icon-dark {
446
color: #333333;
447
}
448
.icon-border {
449
border: solid 1px #eeeeee;
450
padding: .2em .25em .15em;
451
-webkit-border-radius: 3px;
452
-moz-border-radius: 3px;
453
border-radius: 3px;
454
}
455
.icon-2x {
456
font-size: 2em;
457
}
458
.icon-2x.icon-border {
459
border-width: 2px;
460
-webkit-border-radius: 4px;
461
-moz-border-radius: 4px;
462
border-radius: 4px;
463
}
464
.icon-3x {
465
font-size: 3em;
466
}
467
.icon-3x.icon-border {
468
border-width: 3px;
469
-webkit-border-radius: 5px;
470
-moz-border-radius: 5px;
471
border-radius: 5px;
472
}
473
.icon-4x {
474
font-size: 4em;
475
}
476
.icon-4x.icon-border {
477
border-width: 4px;
478
-webkit-border-radius: 6px;
479
-moz-border-radius: 6px;
480
border-radius: 6px;
481
}
482
.icon-5x {
483
font-size: 5em;
484
}
485
.icon-5x.icon-border {
486
border-width: 5px;
487
-webkit-border-radius: 7px;
488
-moz-border-radius: 7px;
489
border-radius: 7px;
490
}
491
.pull-right {
492
float: right;
493
}
494
.pull-left {
495
float: left;
496
}
497
[class^="icon-"].pull-left,
498
[class*=" icon-"].pull-left {
499
margin-right: .3em;
500
}
501
[class^="icon-"].pull-right,
502
[class*=" icon-"].pull-right {
503
margin-left: .3em;
504
}
505
/* BOOTSTRAP SPECIFIC CLASSES
506
* -------------------------- */
507
/* Bootstrap 2.0 sprites.less reset */
508
[class^="icon-"],
509
[class*=" icon-"] {
510
display: inline;
511
width: auto;
512
height: auto;
513
line-height: normal;
514
vertical-align: baseline;
515
background-image: none;
516
background-position: 0% 0%;
517
background-repeat: repeat;
518
margin-top: 0;
519
}
520
/* more sprites.less reset */
521
.icon-white,
522
.nav-pills > .active > a > [class^="icon-"],
523
.nav-pills > .active > a > [class*=" icon-"],
524
.nav-list > .active > a > [class^="icon-"],
525
.nav-list > .active > a > [class*=" icon-"],
526
.navbar-inverse .nav > .active > a > [class^="icon-"],
527
.navbar-inverse .nav > .active > a > [class*=" icon-"],
528
.dropdown-menu > li > a:hover > [class^="icon-"],
529
.dropdown-menu > li > a:hover > [class*=" icon-"],
530
.dropdown-menu > .active > a > [class^="icon-"],
531
.dropdown-menu > .active > a > [class*=" icon-"],
532
.dropdown-submenu:hover > a > [class^="icon-"],
533
.dropdown-submenu:hover > a > [class*=" icon-"] {
534
background-image: none;
535
}
536
/* keeps Bootstrap styles with and without icons the same */
537
.btn [class^="icon-"].icon-large,
538
.nav [class^="icon-"].icon-large,
539
.btn [class*=" icon-"].icon-large,
540
.nav [class*=" icon-"].icon-large {
541
line-height: .9em;
542
}
543
.btn [class^="icon-"].icon-spin,
544
.nav [class^="icon-"].icon-spin,
545
.btn [class*=" icon-"].icon-spin,
546
.nav [class*=" icon-"].icon-spin {
547
display: inline-block;
548
}
549
.nav-tabs [class^="icon-"],
550
.nav-pills [class^="icon-"],
551
.nav-tabs [class*=" icon-"],
552
.nav-pills [class*=" icon-"],
553
.nav-tabs [class^="icon-"].icon-large,
554
.nav-pills [class^="icon-"].icon-large,
555
.nav-tabs [class*=" icon-"].icon-large,
556
.nav-pills [class*=" icon-"].icon-large {
557
line-height: .9em;
558
}
559
.btn [class^="icon-"].pull-left.icon-2x,
560
.btn [class*=" icon-"].pull-left.icon-2x,
561
.btn [class^="icon-"].pull-right.icon-2x,
562
.btn [class*=" icon-"].pull-right.icon-2x {
563
margin-top: .18em;
564
}
565
.btn [class^="icon-"].icon-spin.icon-large,
566
.btn [class*=" icon-"].icon-spin.icon-large {
567
line-height: .8em;
568
}
569
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
570
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
571
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
572
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
573
margin-top: .25em;
574
}
575
.btn.btn-large [class^="icon-"],
576
.btn.btn-large [class*=" icon-"] {
577
margin-top: 0;
578
}
579
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
580
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
581
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
582
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
583
margin-top: .05em;
584
}
585
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
586
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
587
margin-right: .2em;
588
}
589
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
590
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
591
margin-left: .2em;
592
}
593
/* Fixes alignment in nav lists */
594
.nav-list [class^="icon-"],
595
.nav-list [class*=" icon-"] {
596
line-height: inherit;
597
}
598
/* EXTRAS
599
* -------------------------- */
600
/* Stacked and layered icon */
601
.icon-stack {
602
position: relative;
603
display: inline-block;
604
width: 2em;
605
height: 2em;
606
line-height: 2em;
607
vertical-align: -35%;
608
}
609
.icon-stack [class^="icon-"],
610
.icon-stack [class*=" icon-"] {
611
display: block;
612
text-align: center;
613
position: absolute;
614
width: 100%;
615
height: 100%;
616
font-size: 1em;
617
line-height: inherit;
618
*line-height: 2em;
619
}
620
.icon-stack .icon-stack-base {
621
font-size: 2em;
622
*line-height: 1em;
623
}
624
/* Animated rotating icon */
625
.icon-spin {
626
display: inline-block;
627
-moz-animation: spin 2s infinite linear;
628
-o-animation: spin 2s infinite linear;
629
-webkit-animation: spin 2s infinite linear;
630
animation: spin 2s infinite linear;
631
}
632
/* Prevent stack and spinners from being taken inline when inside a link */
633
a .icon-stack,
634
a .icon-spin {
635
display: inline-block;
636
text-decoration: none;
637
}
638
@-moz-keyframes spin {
639
0% {
640
-moz-transform: rotate(0deg);
641
}
642
100% {
643
-moz-transform: rotate(359deg);
644
}
645
}
646
@-webkit-keyframes spin {
647
0% {
648
-webkit-transform: rotate(0deg);
649
}
650
100% {
651
-webkit-transform: rotate(359deg);
652
}
653
}
654
@-o-keyframes spin {
655
0% {
656
-o-transform: rotate(0deg);
657
}
658
100% {
659
-o-transform: rotate(359deg);
660
}
661
}
662
@-ms-keyframes spin {
663
0% {
664
-ms-transform: rotate(0deg);
665
}
666
100% {
667
-ms-transform: rotate(359deg);
668
}
669
}
670
@keyframes spin {
671
0% {
672
transform: rotate(0deg);
673
}
674
100% {
675
transform: rotate(359deg);
676
}
677
}
678
/* Icon rotations and mirroring */
679
.icon-rotate-90:before {
680
-webkit-transform: rotate(90deg);
681
-moz-transform: rotate(90deg);
682
-ms-transform: rotate(90deg);
683
-o-transform: rotate(90deg);
684
transform: rotate(90deg);
685
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
686
}
687
.icon-rotate-180:before {
688
-webkit-transform: rotate(180deg);
689
-moz-transform: rotate(180deg);
690
-ms-transform: rotate(180deg);
691
-o-transform: rotate(180deg);
692
transform: rotate(180deg);
693
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
694
}
695
.icon-rotate-270:before {
696
-webkit-transform: rotate(270deg);
697
-moz-transform: rotate(270deg);
698
-ms-transform: rotate(270deg);
699
-o-transform: rotate(270deg);
700
transform: rotate(270deg);
701
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
702
}
703
.icon-flip-horizontal:before {
704
-webkit-transform: scale(-1, 1);
705
-moz-transform: scale(-1, 1);
706
-ms-transform: scale(-1, 1);
707
-o-transform: scale(-1, 1);
708
transform: scale(-1, 1);
709
}
710
.icon-flip-vertical:before {
711
-webkit-transform: scale(1, -1);
712
-moz-transform: scale(1, -1);
713
-ms-transform: scale(1, -1);
714
-o-transform: scale(1, -1);
715
transform: scale(1, -1);
716
}
717
/* ensure rotation occurs inside anchor tags */
718
a .icon-rotate-90:before,
719
a .icon-rotate-180:before,
720
a .icon-rotate-270:before,
721
a .icon-flip-horizontal:before,
722
a .icon-flip-vertical:before {
723
display: inline-block;
724
}
725
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
726
readers do not read off random characters that represent icons */
727
.icon-glass:before {
728
content: "\f000";
729
}
730
.icon-music:before {
731
content: "\f001";
732
}
733
.icon-search:before {
734
content: "\f002";
735
}
736
.icon-envelope-alt:before {
737
content: "\f003";
738
}
739
.icon-heart:before {
740
content: "\f004";
741
}
742
.icon-star:before {
743
content: "\f005";
744
}
745
.icon-star-empty:before {
746
content: "\f006";
747
}
748
.icon-user:before {
749
content: "\f007";
750
}
751
.icon-film:before {
752
content: "\f008";
753
}
754
.icon-th-large:before {
755
content: "\f009";
756
}
757
.icon-th:before {
758
content: "\f00a";
759
}
760
.icon-th-list:before {
761
content: "\f00b";
762
}
763
.icon-ok:before {
764
content: "\f00c";
765
}
766
.icon-remove:before {
767
content: "\f00d";
768
}
769
.icon-zoom-in:before {
770
content: "\f00e";
771
}
772
.icon-zoom-out:before {
773
content: "\f010";
774
}
775
.icon-power-off:before,
776
.icon-off:before {
777
content: "\f011";
778
}
779
.icon-signal:before {
780
content: "\f012";
781
}
782
.icon-gear:before,
783
.icon-cog:before {
784
content: "\f013";
785
}
786
.icon-trash:before {
787
content: "\f014";
788
}
789
.icon-home:before {
790
content: "\f015";
791
}
792
.icon-file-alt:before {
793
content: "\f016";
794
}
795
.icon-time:before {
796
content: "\f017";
797
}
798
.icon-road:before {
799
content: "\f018";
800
}
801
.icon-download-alt:before {
802
content: "\f019";
803
}
804
.icon-download:before {
805
content: "\f01a";
806
}
807
.icon-upload:before {
808
content: "\f01b";
809
}
810
.icon-inbox:before {
811
content: "\f01c";
812
}
813
.icon-play-circle:before {
814
content: "\f01d";
815
}
816
.icon-rotate-right:before,
817
.icon-repeat:before {
818
content: "\f01e";
819
}
820
.icon-refresh:before {
821
content: "\f021";
822
}
823
.icon-list-alt:before {
824
content: "\f022";
825
}
826
.icon-lock:before {
827
content: "\f023";
828
}
829
.icon-flag:before {
830
content: "\f024";
831
}
832
.icon-headphones:before {
833
content: "\f025";
834
}
835
.icon-volume-off:before {
836
content: "\f026";
837
}
838
.icon-volume-down:before {
839
content: "\f027";
840
}
841
.icon-volume-up:before {
842
content: "\f028";
843
}
844
.icon-qrcode:before {
845
content: "\f029";
846
}
847
.icon-barcode:before {
848
content: "\f02a";
849
}
850
.icon-tag:before {
851
content: "\f02b";
852
}
853
.icon-tags:before {
854
content: "\f02c";
855
}
856
.icon-book:before {
857
content: "\f02d";
858
}
859
.icon-bookmark:before {
860
content: "\f02e";
861
}
862
.icon-print:before {
863
content: "\f02f";
864
}
865
.icon-camera:before {
866
content: "\f030";
867
}
868
.icon-font:before {
869
content: "\f031";
870
}
871
.icon-bold:before {
872
content: "\f032";
873
}
874
.icon-italic:before {
875
content: "\f033";
876
}
877
.icon-text-height:before {
878
content: "\f034";
879
}
880
.icon-text-width:before {
881
content: "\f035";
882
}
883
.icon-align-left:before {
884
content: "\f036";
885
}
886
.icon-align-center:before {
887
content: "\f037";
888
}
889
.icon-align-right:before {
890
content: "\f038";
891
}
892
.icon-align-justify:before {
893
content: "\f039";
894
}
895
.icon-list:before {
896
content: "\f03a";
897
}
898
.icon-indent-left:before {
899
content: "\f03b";
900
}
901
.icon-indent-right:before {
902
content: "\f03c";
903
}
904
.icon-facetime-video:before {
905
content: "\f03d";
906
}
907
.icon-picture:before {
908
content: "\f03e";
909
}
910
.icon-pencil:before {
911
content: "\f040";
912
}
913
.icon-map-marker:before {
914
content: "\f041";
915
}
916
.icon-adjust:before {
917
content: "\f042";
918
}
919
.icon-tint:before {
920
content: "\f043";
921
}
922
.icon-edit:before {
923
content: "\f044";
924
}
925
.icon-share:before {
926
content: "\f045";
927
}
928
.icon-check:before {
929
content: "\f046";
930
}
931
.icon-move:before {
932
content: "\f047";
933
}
934
.icon-step-backward:before {
935
content: "\f048";
936
}
937
.icon-fast-backward:before {
938
content: "\f049";
939
}
940
.icon-backward:before {
941
content: "\f04a";
942
}
943
.icon-play:before {
944
content: "\f04b";
945
}
946
.icon-pause:before {
947
content: "\f04c";
948
}
949
.icon-stop:before {
950
content: "\f04d";
951
}
952
.icon-forward:before {
953
content: "\f04e";
954
}
955
.icon-fast-forward:before {
956
content: "\f050";
957
}
958
.icon-step-forward:before {
959
content: "\f051";
960
}
961
.icon-eject:before {
962
content: "\f052";
963
}
964
.icon-chevron-left:before {
965
content: "\f053";
966
}
967
.icon-chevron-right:before {
968
content: "\f054";
969
}
970
.icon-plus-sign:before {
971
content: "\f055";
972
}
973
.icon-minus-sign:before {
974
content: "\f056";
975
}
976
.icon-remove-sign:before {
977
content: "\f057";
978
}
979
.icon-ok-sign:before {
980
content: "\f058";
981
}
982
.icon-question-sign:before {
983
content: "\f059";
984
}
985
.icon-info-sign:before {
986
content: "\f05a";
987
}
988
.icon-screenshot:before {
989
content: "\f05b";
990
}
991
.icon-remove-circle:before {
992
content: "\f05c";
993
}
994
.icon-ok-circle:before {
995
content: "\f05d";
996
}
997
.icon-ban-circle:before {
998
content: "\f05e";
999
}
1000
.icon-arrow-left:before {
1001
content: "\f060";
1002
}
1003
.icon-arrow-right:before {
1004
content: "\f061";
1005
}
1006
.icon-arrow-up:before {
1007
content: "\f062";
1008
}
1009
.icon-arrow-down:before {
1010
content: "\f063";
1011
}
1012
.icon-mail-forward:before,
1013
.icon-share-alt:before {
1014
content: "\f064";
1015
}
1016
.icon-resize-full:before {
1017
content: "\f065";
1018
}
1019
.icon-resize-small:before {
1020
content: "\f066";
1021
}
1022
.icon-plus:before {
1023
content: "\f067";
1024
}
1025
.icon-minus:before {
1026
content: "\f068";
1027
}
1028
.icon-asterisk:before {
1029
content: "\f069";
1030
}
1031
.icon-exclamation-sign:before {
1032
content: "\f06a";
1033
}
1034
.icon-gift:before {
1035
content: "\f06b";
1036
}
1037
.icon-leaf:before {
1038
content: "\f06c";
1039
}
1040
.icon-fire:before {
1041
content: "\f06d";
1042
}
1043
.icon-eye-open:before {
1044
content: "\f06e";
1045
}
1046
.icon-eye-close:before {
1047
content: "\f070";
1048
}
1049
.icon-warning-sign:before {
1050
content: "\f071";
1051
}
1052
.icon-plane:before {
1053
content: "\f072";
1054
}
1055
.icon-calendar:before {
1056
content: "\f073";
1057
}
1058
.icon-random:before {
1059
content: "\f074";
1060
}
1061
.icon-comment:before {
1062
content: "\f075";
1063
}
1064
.icon-magnet:before {
1065
content: "\f076";
1066
}
1067
.icon-chevron-up:before {
1068
content: "\f077";
1069
}
1070
.icon-chevron-down:before {
1071
content: "\f078";
1072
}
1073
.icon-retweet:before {
1074
content: "\f079";
1075
}
1076
.icon-shopping-cart:before {
1077
content: "\f07a";
1078
}
1079
.icon-folder-close:before {
1080
content: "\f07b";
1081
}
1082
.icon-folder-open:before {
1083
content: "\f07c";
1084
}
1085
.icon-resize-vertical:before {
1086
content: "\f07d";
1087
}
1088
.icon-resize-horizontal:before {
1089
content: "\f07e";
1090
}
1091
.icon-bar-chart:before {
1092
content: "\f080";
1093
}
1094
.icon-twitter-sign:before {
1095
content: "\f081";
1096
}
1097
.icon-facebook-sign:before {
1098
content: "\f082";
1099
}
1100
.icon-camera-retro:before {
1101
content: "\f083";
1102
}
1103
.icon-key:before {
1104
content: "\f084";
1105
}
1106
.icon-gears:before,
1107
.icon-cogs:before {
1108
content: "\f085";
1109
}
1110
.icon-comments:before {
1111
content: "\f086";
1112
}
1113
.icon-thumbs-up-alt:before {
1114
content: "\f087";
1115
}
1116
.icon-thumbs-down-alt:before {
1117
content: "\f088";
1118
}
1119
.icon-star-half:before {
1120
content: "\f089";
1121
}
1122
.icon-heart-empty:before {
1123
content: "\f08a";
1124
}
1125
.icon-signout:before {
1126
content: "\f08b";
1127
}
1128
.icon-linkedin-sign:before {
1129
content: "\f08c";
1130
}
1131
.icon-pushpin:before {
1132
content: "\f08d";
1133
}
1134
.icon-external-link:before {
1135
content: "\f08e";
1136
}
1137
.icon-signin:before {
1138
content: "\f090";
1139
}
1140
.icon-trophy:before {
1141
content: "\f091";
1142
}
1143
.icon-github-sign:before {
1144
content: "\f092";
1145
}
1146
.icon-upload-alt:before {
1147
content: "\f093";
1148
}
1149
.icon-lemon:before {
1150
content: "\f094";
1151
}
1152
.icon-phone:before {
1153
content: "\f095";
1154
}
1155
.icon-unchecked:before,
1156
.icon-check-empty:before {
1157
content: "\f096";
1158
}
1159
.icon-bookmark-empty:before {
1160
content: "\f097";
1161
}
1162
.icon-phone-sign:before {
1163
content: "\f098";
1164
}
1165
.icon-twitter:before {
1166
content: "\f099";
1167
}
1168
.icon-facebook:before {
1169
content: "\f09a";
1170
}
1171
.icon-github:before {
1172
content: "\f09b";
1173
}
1174
.icon-unlock:before {
1175
content: "\f09c";
1176
}
1177
.icon-credit-card:before {
1178
content: "\f09d";
1179
}
1180
.icon-rss:before {
1181
content: "\f09e";
1182
}
1183
.icon-hdd:before {
1184
content: "\f0a0";
1185
}
1186
.icon-bullhorn:before {
1187
content: "\f0a1";
1188
}
1189
.icon-bell:before {
1190
content: "\f0a2";
1191
}
1192
.icon-certificate:before {
1193
content: "\f0a3";
1194
}
1195
.icon-hand-right:before {
1196
content: "\f0a4";
1197
}
1198
.icon-hand-left:before {
1199
content: "\f0a5";
1200
}
1201
.icon-hand-up:before {
1202
content: "\f0a6";
1203
}
1204
.icon-hand-down:before {
1205
content: "\f0a7";
1206
}
1207
.icon-circle-arrow-left:before {
1208
content: "\f0a8";
1209
}
1210
.icon-circle-arrow-right:before {
1211
content: "\f0a9";
1212
}
1213
.icon-circle-arrow-up:before {
1214
content: "\f0aa";
1215
}
1216
.icon-circle-arrow-down:before {
1217
content: "\f0ab";
1218
}
1219
.icon-globe:before {
1220
content: "\f0ac";
1221
}
1222
.icon-wrench:before {
1223
content: "\f0ad";
1224
}
1225
.icon-tasks:before {
1226
content: "\f0ae";
1227
}
1228
.icon-filter:before {
1229
content: "\f0b0";
1230
}
1231
.icon-briefcase:before {
1232
content: "\f0b1";
1233
}
1234
.icon-fullscreen:before {
1235
content: "\f0b2";
1236
}
1237
.icon-group:before {
1238
content: "\f0c0";
1239
}
1240
.icon-link:before {
1241
content: "\f0c1";
1242
}
1243
.icon-cloud:before {
1244
content: "\f0c2";
1245
}
1246
.icon-beaker:before {
1247
content: "\f0c3";
1248
}
1249
.icon-cut:before {
1250
content: "\f0c4";
1251
}
1252
.icon-copy:before {
1253
content: "\f0c5";
1254
}
1255
.icon-paperclip:before,
1256
.icon-paper-clip:before {
1257
content: "\f0c6";
1258
}
1259
.icon-save:before {
1260
content: "\f0c7";
1261
}
1262
.icon-sign-blank:before {
1263
content: "\f0c8";
1264
}
1265
.icon-reorder:before {
1266
content: "\f0c9";
1267
}
1268
.icon-list-ul:before {
1269
content: "\f0ca";
1270
}
1271
.icon-list-ol:before {
1272
content: "\f0cb";
1273
}
1274
.icon-strikethrough:before {
1275
content: "\f0cc";
1276
}
1277
.icon-underline:before {
1278
content: "\f0cd";
1279
}
1280
.icon-table:before {
1281
content: "\f0ce";
1282
}
1283
.icon-magic:before {
1284
content: "\f0d0";
1285
}
1286
.icon-truck:before {
1287
content: "\f0d1";
1288
}
1289
.icon-pinterest:before {
1290
content: "\f0d2";
1291
}
1292
.icon-pinterest-sign:before {
1293
content: "\f0d3";
1294
}
1295
.icon-google-plus-sign:before {
1296
content: "\f0d4";
1297
}
1298
.icon-google-plus:before {
1299
content: "\f0d5";
1300
}
1301
.icon-money:before {
1302
content: "\f0d6";
1303
}
1304
.icon-caret-down:before {
1305
content: "\f0d7";
1306
}
1307
.icon-caret-up:before {
1308
content: "\f0d8";
1309
}
1310
.icon-caret-left:before {
1311
content: "\f0d9";
1312
}
1313
.icon-caret-right:before {
1314
content: "\f0da";
1315
}
1316
.icon-columns:before {
1317
content: "\f0db";
1318
}
1319
.icon-sort:before {
1320
content: "\f0dc";
1321
}
1322
.icon-sort-down:before {
1323
content: "\f0dd";
1324
}
1325
.icon-sort-up:before {
1326
content: "\f0de";
1327
}
1328
.icon-envelope:before {
1329
content: "\f0e0";
1330
}
1331
.icon-linkedin:before {
1332
content: "\f0e1";
1333
}
1334
.icon-rotate-left:before,
1335
.icon-undo:before {
1336
content: "\f0e2";
1337
}
1338
.icon-legal:before {
1339
content: "\f0e3";
1340
}
1341
.icon-dashboard:before {
1342
content: "\f0e4";
1343
}
1344
.icon-comment-alt:before {
1345
content: "\f0e5";
1346
}
1347
.icon-comments-alt:before {
1348
content: "\f0e6";
1349
}
1350
.icon-bolt:before {
1351
content: "\f0e7";
1352
}
1353
.icon-sitemap:before {
1354
content: "\f0e8";
1355
}
1356
.icon-umbrella:before {
1357
content: "\f0e9";
1358
}
1359
.icon-paste:before {
1360
content: "\f0ea";
1361
}
1362
.icon-lightbulb:before {
1363
content: "\f0eb";
1364
}
1365
.icon-exchange:before {
1366
content: "\f0ec";
1367
}
1368
.icon-cloud-download:before {
1369
content: "\f0ed";
1370
}
1371
.icon-cloud-upload:before {
1372
content: "\f0ee";
1373
}
1374
.icon-user-md:before {
1375
content: "\f0f0";
1376
}
1377
.icon-stethoscope:before {
1378
content: "\f0f1";
1379
}
1380
.icon-suitcase:before {
1381
content: "\f0f2";
1382
}
1383
.icon-bell-alt:before {
1384
content: "\f0f3";
1385
}
1386
.icon-coffee:before {
1387
content: "\f0f4";
1388
}
1389
.icon-food:before {
1390
content: "\f0f5";
1391
}
1392
.icon-file-text-alt:before {
1393
content: "\f0f6";
1394
}
1395
.icon-building:before {
1396
content: "\f0f7";
1397
}
1398
.icon-hospital:before {
1399
content: "\f0f8";
1400
}
1401
.icon-ambulance:before {
1402
content: "\f0f9";
1403
}
1404
.icon-medkit:before {
1405
content: "\f0fa";
1406
}
1407
.icon-fighter-jet:before {
1408
content: "\f0fb";
1409
}
1410
.icon-beer:before {
1411
content: "\f0fc";
1412
}
1413
.icon-h-sign:before {
1414
content: "\f0fd";
1415
}
1416
.icon-plus-sign-alt:before {
1417
content: "\f0fe";
1418
}
1419
.icon-double-angle-left:before {
1420
content: "\f100";
1421
}
1422
.icon-double-angle-right:before {
1423
content: "\f101";
1424
}
1425
.icon-double-angle-up:before {
1426
content: "\f102";
1427
}
1428
.icon-double-angle-down:before {
1429
content: "\f103";
1430
}
1431
.icon-angle-left:before {
1432
content: "\f104";
1433
}
1434
.icon-angle-right:before {
1435
content: "\f105";
1436
}
1437
.icon-angle-up:before {
1438
content: "\f106";
1439
}
1440
.icon-angle-down:before {
1441
content: "\f107";
1442
}
1443
.icon-desktop:before {
1444
content: "\f108";
1445
}
1446
.icon-laptop:before {
1447
content: "\f109";
1448
}
1449
.icon-tablet:before {
1450
content: "\f10a";
1451
}
1452
.icon-mobile-phone:before {
1453
content: "\f10b";
1454
}
1455
.icon-circle-blank:before {
1456
content: "\f10c";
1457
}
1458
.icon-quote-left:before {
1459
content: "\f10d";
1460
}
1461
.icon-quote-right:before {
1462
content: "\f10e";
1463
}
1464
.icon-spinner:before {
1465
content: "\f110";
1466
}
1467
.icon-circle:before {
1468
content: "\f111";
1469
}
1470
.icon-mail-reply:before,
1471
.icon-reply:before {
1472
content: "\f112";
1473
}
1474
.icon-github-alt:before {
1475
content: "\f113";
1476
}
1477
.icon-folder-close-alt:before {
1478
content: "\f114";
1479
}
1480
.icon-folder-open-alt:before {
1481
content: "\f115";
1482
}
1483
.icon-expand-alt:before {
1484
content: "\f116";
1485
}
1486
.icon-collapse-alt:before {
1487
content: "\f117";
1488
}
1489
.icon-smile:before {
1490
content: "\f118";
1491
}
1492
.icon-frown:before {
1493
content: "\f119";
1494
}
1495
.icon-meh:before {
1496
content: "\f11a";
1497
}
1498
.icon-gamepad:before {
1499
content: "\f11b";
1500
}
1501
.icon-keyboard:before {
1502
content: "\f11c";
1503
}
1504
.icon-flag-alt:before {
1505
content: "\f11d";
1506
}
1507
.icon-flag-checkered:before {
1508
content: "\f11e";
1509
}
1510
.icon-terminal:before {
1511
content: "\f120";
1512
}
1513
.icon-code:before {
1514
content: "\f121";
1515
}
1516
.icon-reply-all:before {
1517
content: "\f122";
1518
}
1519
.icon-mail-reply-all:before {
1520
content: "\f122";
1521
}
1522
.icon-star-half-full:before,
1523
.icon-star-half-empty:before {
1524
content: "\f123";
1525
}
1526
.icon-location-arrow:before {
1527
content: "\f124";
1528
}
1529
.icon-crop:before {
1530
content: "\f125";
1531
}
1532
.icon-code-fork:before {
1533
content: "\f126";
1534
}
1535
.icon-unlink:before {
1536
content: "\f127";
1537
}
1538
.icon-question:before {
1539
content: "\f128";
1540
}
1541
.icon-info:before {
1542
content: "\f129";
1543
}
1544
.icon-exclamation:before {
1545
content: "\f12a";
1546
}
1547
.icon-superscript:before {
1548
content: "\f12b";
1549
}
1550
.icon-subscript:before {
1551
content: "\f12c";
1552
}
1553
.icon-eraser:before {
1554
content: "\f12d";
1555
}
1556
.icon-puzzle-piece:before {
1557
content: "\f12e";
1558
}
1559
.icon-microphone:before {
1560
content: "\f130";
1561
}
1562
.icon-microphone-off:before {
1563
content: "\f131";
1564
}
1565
.icon-shield:before {
1566
content: "\f132";
1567
}
1568
.icon-calendar-empty:before {
1569
content: "\f133";
1570
}
1571
.icon-fire-extinguisher:before {
1572
content: "\f134";
1573
}
1574
.icon-rocket:before {
1575
content: "\f135";
1576
}
1577
.icon-maxcdn:before {
1578
content: "\f136";
1579
}
1580
.icon-chevron-sign-left:before {
1581
content: "\f137";
1582
}
1583
.icon-chevron-sign-right:before {
1584
content: "\f138";
1585
}
1586
.icon-chevron-sign-up:before {
1587
content: "\f139";
1588
}
1589
.icon-chevron-sign-down:before {
1590
content: "\f13a";
1591
}
1592
.icon-html5:before {
1593
content: "\f13b";
1594
}
1595
.icon-css3:before {
1596
content: "\f13c";
1597
}
1598
.icon-anchor:before {
1599
content: "\f13d";
1600
}
1601
.icon-unlock-alt:before {
1602
content: "\f13e";
1603
}
1604
.icon-bullseye:before {
1605
content: "\f140";
1606
}
1607
.icon-ellipsis-horizontal:before {
1608
content: "\f141";
1609
}
1610
.icon-ellipsis-vertical:before {
1611
content: "\f142";
1612
}
1613
.icon-rss-sign:before {
1614
content: "\f143";
1615
}
1616
.icon-play-sign:before {
1617
content: "\f144";
1618
}
1619
.icon-ticket:before {
1620
content: "\f145";
1621
}
1622
.icon-minus-sign-alt:before {
1623
content: "\f146";
1624
}
1625
.icon-check-minus:before {
1626
content: "\f147";
1627
}
1628
.icon-level-up:before {
1629
content: "\f148";
1630
}
1631
.icon-level-down:before {
1632
content: "\f149";
1633
}
1634
.icon-check-sign:before {
1635
content: "\f14a";
1636
}
1637
.icon-edit-sign:before {
1638
content: "\f14b";
1639
}
1640
.icon-external-link-sign:before {
1641
content: "\f14c";
1642
}
1643
.icon-share-sign:before {
1644
content: "\f14d";
1645
}
1646
.icon-compass:before {
1647
content: "\f14e";
1648
}
1649
.icon-collapse:before {
1650
content: "\f150";
1651
}
1652
.icon-collapse-top:before {
1653
content: "\f151";
1654
}
1655
.icon-expand:before {
1656
content: "\f152";
1657
}
1658
.icon-euro:before,
1659
.icon-eur:before {
1660
content: "\f153";
1661
}
1662
.icon-gbp:before {
1663
content: "\f154";
1664
}
1665
.icon-dollar:before,
1666
.icon-usd:before {
1667
content: "\f155";
1668
}
1669
.icon-rupee:before,
1670
.icon-inr:before {
1671
content: "\f156";
1672
}
1673
.icon-yen:before,
1674
.icon-jpy:before {
1675
content: "\f157";
1676
}
1677
.icon-renminbi:before,
1678
.icon-cny:before {
1679
content: "\f158";
1680
}
1681
.icon-won:before,
1682
.icon-krw:before {
1683
content: "\f159";
1684
}
1685
.icon-bitcoin:before,
1686
.icon-btc:before {
1687
content: "\f15a";
1688
}
1689
.icon-file:before {
1690
content: "\f15b";
1691
}
1692
.icon-file-text:before {
1693
content: "\f15c";
1694
}
1695
.icon-sort-by-alphabet:before {
1696
content: "\f15d";
1697
}
1698
.icon-sort-by-alphabet-alt:before {
1699
content: "\f15e";
1700
}
1701
.icon-sort-by-attributes:before {
1702
content: "\f160";
1703
}
1704
.icon-sort-by-attributes-alt:before {
1705
content: "\f161";
1706
}
1707
.icon-sort-by-order:before {
1708
content: "\f162";
1709
}
1710
.icon-sort-by-order-alt:before {
1711
content: "\f163";
1712
}
1713
.icon-thumbs-up:before {
1714
content: "\f164";
1715
}
1716
.icon-thumbs-down:before {
1717
content: "\f165";
1718
}
1719
.icon-youtube-sign:before {
1720
content: "\f166";
1721
}
1722
.icon-youtube:before {
1723
content: "\f167";
1724
}
1725
.icon-xing:before {
1726
content: "\f168";
1727
}
1728
.icon-xing-sign:before {
1729
content: "\f169";
1730
}
1731
.icon-youtube-play:before {
1732
content: "\f16a";
1733
}
1734
.icon-dropbox:before {
1735
content: "\f16b";
1736
}
1737
.icon-stackexchange:before {
1738
content: "\f16c";
1739
}
1740
.icon-instagram:before {
1741
content: "\f16d";
1742
}
1743
.icon-flickr:before {
1744
content: "\f16e";
1745
}
1746
.icon-adn:before {
1747
content: "\f170";
1748
}
1749
.icon-bitbucket:before {
1750
content: "\f171";
1751
}
1752
.icon-bitbucket-sign:before {
1753
content: "\f172";
1754
}
1755
.icon-tumblr:before {
1756
content: "\f173";
1757
}
1758
.icon-tumblr-sign:before {
1759
content: "\f174";
1760
}
1761
.icon-long-arrow-down:before {
1762
content: "\f175";
1763
}
1764
.icon-long-arrow-up:before {
1765
content: "\f176";
1766
}
1767
.icon-long-arrow-left:before {
1768
content: "\f177";
1769
}
1770
.icon-long-arrow-right:before {
1771
content: "\f178";
1772
}
1773
.icon-apple:before {
1774
content: "\f179";
1775
}
1776
.icon-windows:before {
1777
content: "\f17a";
1778
}
1779
.icon-android:before {
1780
content: "\f17b";
1781
}
1782
.icon-linux:before {
1783
content: "\f17c";
1784
}
1785
.icon-dribbble:before {
1786
content: "\f17d";
1787
}
1788
.icon-skype:before {
1789
content: "\f17e";
1790
}
1791
.icon-foursquare:before {
1792
content: "\f180";
1793
}
1794
.icon-trello:before {
1795
content: "\f181";
1796
}
1797
.icon-female:before {
1798
content: "\f182";
1799
}
1800
.icon-male:before {
1801
content: "\f183";
1802
}
1803
.icon-gittip:before {
1804
content: "\f184";
1805
}
1806
.icon-sun:before {
1807
content: "\f185";
1808
}
1809
.icon-moon:before {
1810
content: "\f186";
1811
}
1812
.icon-archive:before {
1813
content: "\f187";
1814
}
1815
.icon-bug:before {
1816
content: "\f188";
1817
}
1818
.icon-vk:before {
1819
content: "\f189";
1820
}
1821
.icon-weibo:before {
1822
content: "\f18a";
1823
}
1824
.icon-renren:before {
1825
content: "\f18b";
1826
}
1827
ul,
1828
ol {
1829
padding: 0;
1830
margin: 0 0 12px 25px;
1831
}
1832
ul ul,
1833
ul ol,
1834
ol ol,
1835
ol ul {
1836
margin-bottom: 0;
1837
}
1838
li {
1839
line-height: 24px;
1840
}
1841
ul.unstyled,
1842
ol.unstyled {
1843
margin-left: 0;
1844
list-style: none;
1845
}
1846
ul.inline,
1847
ol.inline {
1848
margin-left: 0;
1849
list-style: none;
1850
}
1851
ul.inline > li,
1852
ol.inline > li {
1853
display: inline-block;
1854
*display: inline;
1855
/* IE7 inline-block hack */
1856
1857
*zoom: 1;
1858
padding-left: 5px;
1859
padding-right: 5px;
1860
}
1861
dl {
1862
margin-bottom: 24px;
1863
}
1864
dt,
1865
dd {
1866
line-height: 24px;
1867
}
1868
dt {
1869
font-weight: bold;
1870
}
1871
dd {
1872
margin-left: 12px;
1873
}
1874
.dl-horizontal {
1875
*zoom: 1;
1876
}
1877
.dl-horizontal:before,
1878
.dl-horizontal:after {
1879
display: table;
1880
content: "";
1881
line-height: 0;
1882
}
1883
.dl-horizontal:after {
1884
clear: both;
1885
}
1886
.dl-horizontal dt {
1887
float: left;
1888
width: 160px;
1889
clear: left;
1890
text-align: right;
1891
overflow: hidden;
1892
text-overflow: ellipsis;
1893
white-space: nowrap;
1894
}
1895
.dl-horizontal dd {
1896
margin-left: 180px;
1897
}
1898
.pagination {
1899
margin: 24px 0;
1900
}
1901
.pagination ul {
1902
display: inline-block;
1903
*display: inline;
1904
/* IE7 inline-block hack */
1905
1906
*zoom: 1;
1907
margin-left: 0;
1908
margin-bottom: 0;
1909
-webkit-border-radius: 4px;
1910
-moz-border-radius: 4px;
1911
border-radius: 4px;
1912
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
1913
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
1914
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
1915
}
1916
.pagination ul > li {
1917
display: inline;
1918
}
1919
.pagination ul > li > a,
1920
.pagination ul > li > span {
1921
float: left;
1922
padding: 4px 12px;
1923
line-height: 24px;
1924
text-decoration: none;
1925
background-color: #ffffff;
1926
border: 1px solid #dddddd;
1927
border-left-width: 0;
1928
}
1929
.pagination ul > li > a:hover,
1930
.pagination ul > li > a:focus,
1931
.pagination ul > .active > a,
1932
.pagination ul > .active > span {
1933
background-color: #f5f5f5;
1934
}
1935
.pagination ul > .active > a,
1936
.pagination ul > .active > span {
1937
color: #999999;
1938
cursor: default;
1939
}
1940
.pagination ul > .disabled > span,
1941
.pagination ul > .disabled > a,
1942
.pagination ul > .disabled > a:hover,
1943
.pagination ul > .disabled > a:focus {
1944
color: #999999;
1945
background-color: transparent;
1946
cursor: default;
1947
}
1948
.pagination ul > li:first-child > a,
1949
.pagination ul > li:first-child > span {
1950
border-left-width: 1px;
1951
-webkit-border-top-left-radius: 4px;
1952
-moz-border-radius-topleft: 4px;
1953
border-top-left-radius: 4px;
1954
-webkit-border-bottom-left-radius: 4px;
1955
-moz-border-radius-bottomleft: 4px;
1956
border-bottom-left-radius: 4px;
1957
}
1958
.pagination ul > li:last-child > a,
1959
.pagination ul > li:last-child > span {
1960
-webkit-border-top-right-radius: 4px;
1961
-moz-border-radius-topright: 4px;
1962
border-top-right-radius: 4px;
1963
-webkit-border-bottom-right-radius: 4px;
1964
-moz-border-radius-bottomright: 4px;
1965
border-bottom-right-radius: 4px;
1966
}
1967
.pagination-centered {
1968
text-align: center;
1969
}
1970
.pagination-right {
1971
text-align: right;
1972
}
1973
.pagination-large ul > li > a,
1974
.pagination-large ul > li > span {
1975
padding: 11px 19px;
1976
font-size: 18.75px;
1977
}
1978
.pagination-large ul > li:first-child > a,
1979
.pagination-large ul > li:first-child > span {
1980
-webkit-border-top-left-radius: 6px;
1981
-moz-border-radius-topleft: 6px;
1982
border-top-left-radius: 6px;
1983
-webkit-border-bottom-left-radius: 6px;
1984
-moz-border-radius-bottomleft: 6px;
1985
border-bottom-left-radius: 6px;
1986
}
1987
.pagination-large ul > li:last-child > a,
1988
.pagination-large ul > li:last-child > span {
1989
-webkit-border-top-right-radius: 6px;
1990
-moz-border-radius-topright: 6px;
1991
border-top-right-radius: 6px;
1992
-webkit-border-bottom-right-radius: 6px;
1993
-moz-border-radius-bottomright: 6px;
1994
border-bottom-right-radius: 6px;
1995
}
1996
.pagination-mini ul > li:first-child > a,
1997
.pagination-small ul > li:first-child > a,
1998
.pagination-mini ul > li:first-child > span,
1999
.pagination-small ul > li:first-child > span {
2000
-webkit-border-top-left-radius: 3px;
2001
-moz-border-radius-topleft: 3px;
2002
border-top-left-radius: 3px;
2003
-webkit-border-bottom-left-radius: 3px;
2004
-moz-border-radius-bottomleft: 3px;
2005
border-bottom-left-radius: 3px;
2006
}
2007
.pagination-mini ul > li:last-child > a,
2008
.pagination-small ul > li:last-child > a,
2009
.pagination-mini ul > li:last-child > span,
2010
.pagination-small ul > li:last-child > span {
2011
-webkit-border-top-right-radius: 3px;
2012
-moz-border-radius-topright: 3px;
2013
border-top-right-radius: 3px;
2014
-webkit-border-bottom-right-radius: 3px;
2015
-moz-border-radius-bottomright: 3px;
2016
border-bottom-right-radius: 3px;
2017
}
2018
.pagination-small ul > li > a,
2019
.pagination-small ul > li > span {
2020
padding: 2px 10px;
2021
font-size: 12.75px;
2022
}
2023
.pagination-mini ul > li > a,
2024
.pagination-mini ul > li > span {
2025
padding: 0 6px;
2026
font-size: 11.25px;
2027
}
2028
.pager {
2029
margin: 24px 0;
2030
list-style: none;
2031
text-align: center;
2032
*zoom: 1;
2033
}
2034
.pager:before,
2035
.pager:after {
2036
display: table;
2037
content: "";
2038
line-height: 0;
2039
}
2040
.pager:after {
2041
clear: both;
2042
}
2043
.pager li {
2044
display: inline;
2045
}
2046
.pager li > a,
2047
.pager li > span {
2048
display: inline-block;
2049
padding: 5px 14px;
2050
background-color: #fff;
2051
border: 1px solid #ddd;
2052
-webkit-border-radius: 15px;
2053
-moz-border-radius: 15px;
2054
border-radius: 15px;
2055
}
2056
.pager li > a:hover,
2057
.pager li > a:focus {
2058
text-decoration: none;
2059
background-color: #f5f5f5;
2060
}
2061
.pager .next > a,
2062
.pager .next > span {
2063
float: right;
2064
}
2065
.pager .previous > a,
2066
.pager .previous > span {
2067
float: left;
2068
}
2069
.pager .disabled > a,
2070
.pager .disabled > a:hover,
2071
.pager .disabled > a:focus,
2072
.pager .disabled > span {
2073
color: #999999;
2074
background-color: #fff;
2075
cursor: default;
2076
}
2077
body {
2078
font-size: 16px;
2079
font-size: 15px;
2080
line-height: 24px;
2081
color: #333333;
2082
}
2083
a {
2084
color: #0088cc;
2085
text-decoration: none;
2086
}
2087
a:hover,
2088
a:focus {
2089
color: #005580;
2090
text-decoration: underline;
2091
}
2092
.social a {
2093
color: #ffffff;
2094
line-height: 44.400000000000006px;
2095
-webkit-transition: text-shadow 0.5s;
2096
-moz-transition: text-shadow 0.5s;
2097
-o-transition: text-shadow 0.5s;
2098
transition: text-shadow 0.5s;
2099
opacity: 0.6;
2100
filter: alpha(opacity=60);
2101
}
2102
@media (max-width: 773px) {
2103
.social a {
2104
opacity: 0.9;
2105
filter: alpha(opacity=90);
2106
}
2107
}
2108
.social a:hover,
2109
.social a:focus {
2110
text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
2111
color: #ffffff;
2112
text-decoration: none;
2113
opacity: 0.9;
2114
filter: alpha(opacity=90);
2115
}
2116
@media (max-width: 773px) {
2117
.social a:hover,
2118
.social a:focus {
2119
opacity: 1;
2120
filter: alpha(opacity=100);
2121
}
2122
}
2123
.social a [class^="icon-"] {
2124
-webkit-transition: opacity 0.5s;
2125
-moz-transition: opacity 0.5s;
2126
-o-transition: opacity 0.5s;
2127
transition: opacity 0.5s;
2128
font-size: 3em;
2129
}
2130
.social a [class^="icon-"].icon-border {
2131
border-width: 3px;
2132
-webkit-border-radius: 5px;
2133
-moz-border-radius: 5px;
2134
border-radius: 5px;
2135
}
2136
@media (max-width: 773px) {
2137
.social a [class^="icon-"] {
2138
font-size: 2em;
2139
}
2140
.social a [class^="icon-"].icon-border {
2141
border-width: 2px;
2142
-webkit-border-radius: 4px;
2143
-moz-border-radius: 4px;
2144
border-radius: 4px;
2145
}
2146
}
2147
.social a .label {
2148
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2149
font-weight: bold;
2150
font-size: 26.25px;
2151
}
2152
.page-content {
2153
font-family: "Bitter", "Georgia", "Times New Roman", serif;
2154
}
2155
.page-content > .content {
2156
text-rendering: optimizeLegibility;
2157
}
2158
.page-content > .content h1,
2159
.page-content > .content h2,
2160
.page-content > .content h3,
2161
.page-content > .content h4,
2162
.page-content > .content h5,
2163
.page-content > .content h6,
2164
.page-content > .content .h1,
2165
.page-content > .content .h2,
2166
.page-content > .content .h3,
2167
.page-content > .content .h4,
2168
.page-content > .content .h5,
2169
.page-content > .content .h6 {
2170
margin: 12px 0;
2171
font-family: inherit;
2172
font-weight: bold;
2173
line-height: 24px;
2174
color: #2e2e2e;
2175
text-rendering: optimizelegibility;
2176
}
2177
.page-content > .content h1 small,
2178
.page-content > .content h2 small,
2179
.page-content > .content h3 small,
2180
.page-content > .content h4 small,
2181
.page-content > .content h5 small,
2182
.page-content > .content h6 small,
2183
.page-content > .content .h1 small,
2184
.page-content > .content .h2 small,
2185
.page-content > .content .h3 small,
2186
.page-content > .content .h4 small,
2187
.page-content > .content .h5 small,
2188
.page-content > .content .h6 small {
2189
font-weight: normal;
2190
line-height: 1;
2191
color: #999999;
2192
}
2193
.page-content > .content h1,
2194
.page-content > .content .h1,
2195
.page-content > .content h2,
2196
.page-content > .content .h2 {
2197
line-height: 48px;
2198
}
2199
.page-content > .content h3,
2200
.page-content > .content .h3 {
2201
line-height: 36px;
2202
}
2203
.page-content > .content h1,
2204
.page-content > .content .h1 {
2205
font-size: 41.25px;
2206
}
2207
.page-content > .content h2,
2208
.page-content > .content .h2 {
2209
font-size: 33.75px;
2210
}
2211
.page-content > .content h3,
2212
.page-content > .content .h3 {
2213
font-size: 26.25px;
2214
}
2215
.page-content > .content h4 {
2216
font-size: 18.75px;
2217
}
2218
.page-content > .content h5 {
2219
font-size: 15px;
2220
}
2221
.page-content > .content h6 {
2222
font-size: 12.75px;
2223
}
2224
.page-content > .content h1 small {
2225
font-size: 26.25px;
2226
}
2227
.page-content > .content h2 small {
2228
font-size: 18.75px;
2229
}
2230
.page-content > .content .h3 small,
2231
.page-content > .content h3 small {
2232
font-size: 15px;
2233
}
2234
.page-content > .content h4 small {
2235
font-size: 15px;
2236
}
2237
.page-content > .content p {
2238
word-wrap: break-word;
2239
-webkit-hyphens: auto;
2240
-moz-hyphens: auto;
2241
-ms-hyphens: auto;
2242
-o-hyphens: auto;
2243
hyphens: auto;
2244
margin: 0 0 12px;
2245
}
2246
.page-content > .content em {
2247
font-style: italic;
2248
}
2249
.page-content > .content b,
2250
.page-content > .content strong {
2251
font-weight: bold;
2252
}
2253
.page-content > .content cite {
2254
font-style: normal;
2255
}
2256
blockquote {
2257
padding: 0 0 0 15px;
2258
margin: 0 0 24px;
2259
border-left: 5px solid #eeeeee;
2260
}
2261
blockquote p {
2262
margin-bottom: 0;
2263
}
2264
blockquote small {
2265
display: block;
2266
line-height: 24px;
2267
color: #999999;
2268
}
2269
blockquote small:before {
2270
content: '\2014 \00A0';
2271
}
2272
blockquote.pull-right {
2273
float: right;
2274
padding-right: 15px;
2275
padding-left: 0;
2276
border-right: 5px solid #eeeeee;
2277
border-left: 0;
2278
}
2279
blockquote.pull-right p,
2280
blockquote.pull-right small {
2281
text-align: right;
2282
}
2283
blockquote.pull-right small:before {
2284
content: '';
2285
}
2286
blockquote.pull-right small:after {
2287
content: '\00A0 \2014';
2288
}
2289
q:before,
2290
q:after,
2291
blockquote:before,
2292
blockquote:after {
2293
content: "";
2294
}
2295
address {
2296
display: block;
2297
margin-bottom: 24px;
2298
font-style: normal;
2299
line-height: 24px;
2300
}
2301
.thumbnails {
2302
margin-left: 0;
2303
list-style: none;
2304
*zoom: 1;
2305
}
2306
.thumbnails:before,
2307
.thumbnails:after {
2308
display: table;
2309
content: "";
2310
line-height: 0;
2311
}
2312
.thumbnails:after {
2313
clear: both;
2314
}
2315
.row-fluid .thumbnails {
2316
margin-left: 0;
2317
}
2318
.thumbnails > li {
2319
float: left;
2320
margin-bottom: 24px;
2321
margin-left: 0;
2322
}
2323
.thumbnail {
2324
display: block;
2325
padding: 4px;
2326
line-height: 24px;
2327
border: 1px solid #ddd;
2328
-webkit-border-radius: 4px;
2329
-moz-border-radius: 4px;
2330
border-radius: 4px;
2331
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
2332
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
2333
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
2334
-webkit-transition: all 0.2s ease-in-out;
2335
-moz-transition: all 0.2s ease-in-out;
2336
-o-transition: all 0.2s ease-in-out;
2337
transition: all 0.2s ease-in-out;
2338
}
2339
a.thumbnail:hover,
2340
a.thumbnail:focus {
2341
border-color: #0088cc;
2342
-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
2343
-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
2344
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
2345
}
2346
.thumbnail > img {
2347
display: block;
2348
max-width: 100%;
2349
margin-left: auto;
2350
margin-right: auto;
2351
}
2352
.thumbnail .caption {
2353
padding: 9px;
2354
color: #555555;
2355
}
2356
code,
2357
pre {
2358
padding: 0 3px 2px;
2359
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
2360
font-size: 13px;
2361
color: #333333;
2362
-webkit-border-radius: 3px;
2363
-moz-border-radius: 3px;
2364
border-radius: 3px;
2365
}
2366
code {
2367
padding: 2px 4px;
2368
background-color: #f7f7f9;
2369
border: 1px solid #e1e1e8;
2370
white-space: nowrap;
2371
}
2372
pre {
2373
display: block;
2374
padding: 11.5px;
2375
margin: 0 0 12px;
2376
font-size: 14px;
2377
line-height: 24px;
2378
word-break: break-all;
2379
word-wrap: break-word;
2380
white-space: pre;
2381
white-space: pre-wrap;
2382
background-color: #f5f5f5;
2383
border: 1px solid #ccc;
2384
border: 1px solid rgba(0, 0, 0, 0.15);
2385
-webkit-border-radius: 4px;
2386
-moz-border-radius: 4px;
2387
border-radius: 4px;
2388
}
2389
pre.prettyprint {
2390
margin-bottom: 24px;
2391
}
2392
pre code {
2393
padding: 0;
2394
color: inherit;
2395
white-space: pre;
2396
white-space: pre-wrap;
2397
background-color: transparent;
2398
border: 0;
2399
}
2400
pre.code {
2401
white-space: pre;
2402
word-break: keep-all;
2403
word-wrap: normal;
2404
overflow: auto;
2405
}
2406
.pre-scrollable {
2407
max-height: 340px;
2408
overflow-y: scroll;
2409
}
2410
.backlink {
2411
margin-top: 6px;
2412
}
2413
.backlink a:after {
2414
content: ' /';
2415
}
2416
.backlink + .postbox > h1.title,
2417
.backlink + .post > h1.title,
2418
.backlink + h1.title {
2419
margin-top: 0;
2420
}
2421
.post h1.title {
2422
margin: 6px 0;
2423
}
2424
.post h1.title a {
2425
color: inherit;
2426
}
2427
.post h1.title a:hover,
2428
.post h1.title a:focus {
2429
color: inherit;
2430
}
2431
.post .backlink {
2432
margin-top: 6px;
2433
}
2434
.post .backlink a:after {
2435
content: ' /';
2436
}
2437
.post .backlink + .postbox > h1.title,
2438
.post .backlink + .post > h1.title,
2439
.post .backlink + h1.title {
2440
margin-top: 0;
2441
}
2442
.post .meta {
2443
*zoom: 1;
2444
color: #999999;
2445
margin-bottom: 12px;
2446
margin-top: -6px;
2447
}
2448
.post .meta:before,
2449
.post .meta:after {
2450
display: table;
2451
content: "";
2452
line-height: 0;
2453
}
2454
.post .meta:after {
2455
clear: both;
2456
}
2457
.post .meta .authordate {
2458
display: inline-block;
2459
float: left;
2460
-webkit-transition: color 0.1s linear;
2461
-moz-transition: color 0.1s linear;
2462
-o-transition: color 0.1s linear;
2463
transition: color 0.1s linear;
2464
}
2465
.post .meta .authordate:before {
2466
font-family: FontAwesome;
2467
font-weight: normal;
2468
font-style: normal;
2469
text-decoration: inherit;
2470
-webkit-font-smoothing: antialiased;
2471
*margin-right: .3em;
2472
content: "\f017";
2473
margin-left: 5px;
2474
}
2475
.post .meta .authordate:hover {
2476
color: #333333;
2477
}
2478
.post .meta .stats {
2479
float: right;
2480
}
2481
.post .meta .stats p {
2482
margin: 0;
2483
padding: 0;
2484
}
2485
.post .meta .stats a {
2486
color: #999999;
2487
-webkit-transition: color 1s linear;
2488
-moz-transition: color 1s linear;
2489
-o-transition: color 1s linear;
2490
transition: color 1s linear;
2491
}
2492
.post .meta .stats a:after {
2493
font-family: FontAwesome;
2494
font-weight: normal;
2495
font-style: normal;
2496
text-decoration: inherit;
2497
-webkit-font-smoothing: antialiased;
2498
*margin-right: .3em;
2499
content: "\f075";
2500
margin-left: 5px;
2501
}
2502
.post .meta .stats a:hover,
2503
.post .meta .stats a:focus,
2504
.post .meta .stats a:active {
2505
color: #333333;
2506
text-decoration: none;
2507
}
2508
.post .meta .tags {
2509
clear: both;
2510
display: block;
2511
opacity: 0.2;
2512
filter: alpha(opacity=20);
2513
-webkit-transition: opacity 0.1s linear;
2514
-moz-transition: opacity 0.1s linear;
2515
-o-transition: opacity 0.1s linear;
2516
transition: opacity 0.1s linear;
2517
}
2518
.post .meta .tags:hover {
2519
opacity: 1;
2520
filter: alpha(opacity=100);
2521
}
2522
.post .meta .tags ul {
2523
margin: 0;
2524
list-style: none;
2525
}
2526
.post .meta .tags ul > li {
2527
display: inline-block;
2528
*display: inline;
2529
/* IE7 inline-block hack */
2530
2531
*zoom: 1;
2532
margin-right: 10px;
2533
}
2534
.post .body {
2535
margin-bottom: 36px;
2536
}
2537
.post .body .figure {
2538
display: block;
2539
padding: 4px;
2540
line-height: 24px;
2541
border: 1px solid #ddd;
2542
-webkit-border-radius: 4px;
2543
-moz-border-radius: 4px;
2544
border-radius: 4px;
2545
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
2546
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
2547
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
2548
-webkit-transition: all 0.2s ease-in-out;
2549
-moz-transition: all 0.2s ease-in-out;
2550
-o-transition: all 0.2s ease-in-out;
2551
transition: all 0.2s ease-in-out;
2552
display: table;
2553
margin: 0 auto 24px;
2554
}
2555
@media (max-width: 773px) {
2556
.post .body .figure {
2557
display: block;
2558
width: 97%;
2559
}
2560
}
2561
.post .body .figure > a,
2562
.post .body .figure > a > img {
2563
max-width: 100%;
2564
height: auto;
2565
overflow: hidden;
2566
margin-left: auto;
2567
margin-right: auto;
2568
}
2569
.post .body .figure .caption {
2570
padding: 9px;
2571
color: #555555;
2572
font-style: italic;
2573
padding-bottom: 0;
2574
}
2575
.post + .post {
2576
margin-top: 48px;
2577
}
2578
2579