Krid

A responsive framework system by Petter Ruud.

Customizable grid

Krid uses the simpliest concepts of css3 that I cant believe was a standard from the beginning, box-sizing. And with the power of LESS, you can simply say how many column you want, how big the gutters you want aswell as if you want fluid or fixed columns.

/* Grid */
@num-cols: 12;
@rowWidth: 100%;
@gutter: 20px;
@col-padding-right: @gutter / 2;
@col-padding-left: @gutter /2;
@col-unit: ((@rowWidth) / @num-cols);
@col-identifier: col;
@col-offset-identifier: offset;
					

Media Queries

Krid uses the power of Mixins for handling media queries.

				
body {
    @media @mobile {
      background: orange;
    }
    @media @tablet {
      background: purple;
    }
    @media @desktop {
      background: green;
    }
    @media @desktop-xl {
      background: blue;
    }
    @media @desktop, @desktop-xl {
      color: black;
    }
}
				

Box dimensions

Each box has a content area (e.g., text, an image, etc.) and optional surrounding padding, border, and margin areas; the size of each area is specified by properties defined below. The following diagram shows how these areas relate and the terminology used to refer to pieces of margin, border, and padding:

.col-12-12
.col-11-12
.col-1-12
.col-10-12
.col-2-12
.col-9-12
.col-3-12
.col-8-12
.col-4-12
.col-2-12
.tablet-1-2
.mobile-1-1
.col-10-12
.tablet-1-2
.mobile-1-1
.col-6-12
.col-6-12
.col-4-12
.col-4-12
.col-4-12
.col-8-12
.col-4-12
.col-1-1
.col-3-4
.col-1-4
.col-1-4
.col-floatnone
.col-1-1
.col-stretch

First & Last

.col-1-4
.col-last
.col-1-4
.col-first

Offset

.col-8-12
.offset-4
.col-4-12
.offset-8
.col-4-12
.offset-2
.col-4-12
.offset-2
.col-tablet-hide
.col-mobile-hide

Vertical rows

.col-1-2
.row-2
.col-1-4
.row-1
.col-1-4
.row-1
.col-1-4
.row-1
.col-1-4
.row-1
.col-1-3
.row-4
.col-2-3
.row-1
.col-1-2
.row-1
.col-1-2
.row-1
.col-2-3
.row-2

Text Alignment & transformation

.textleft
.textcenter
.textright
.textlowercase
.textuppercase
.textcapitalize

Units

this box has class .unit
this one has .unit aswell, but i bit more text
.unit
.unit
.unit
.unit
.unit
.unit

Lists

Standard list

  • List item one
    • List item one
      • List item one
      • List item two
      • List item three
      • List item four
    • List item two
    • List item three
    • List item four
  • List item two
  • List item three
  • List item four

Standard ordered list

  1. List item one
    1. List item one
      1. List item one
      2. List item two
      3. List item three
      4. List item four
    2. List item two
    3. List item three
    4. List item four
  2. List item two
  3. List item three
  4. List item four

.list-nomargin

  • List item one
    • List item one
      • List item one
      • List item two
      • List item three
      • List item four
    • List item two
    • List item three
    • List item four
  • List item two
  • List item three
  • List item four

.list-inline

  • List item one
    • List item one
      • List item one
      • List item two
      • List item three
      • List item four
    • List item two
    • List item three
    • List item four
  • List item two
  • List item three
  • List item four

.list-float
.list-nomargin

  • List item one
  • List item two
  • List item three
  • List item four

Definition Lists

Definition List Title
Definition list division.
Startup
A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.
#dowork
Coined by Rob Dyrdek and his personal body guard Christopher «Big Black» Boykins, «Do Work» works as a self motivator, to motivating your friends.
Do It Live
I’ll let Bill O’Reilly will explain this one.

Forms

<input type="text" maxlength="6"/>
<input type="text" maxlength="6" disabled="disabled" value="this is a disabled input"/>
<input type="search" list="search-suggestions"/>
	<datalist id="search-suggestions">
	<option label="DM" value="Depeche Mode">
	<option label="Moz" value="Morrissey">
	<option label="NO" value="New Order">
	<option label="TC" value="The Cure">
	</datalist>
<input type="tel" pattern="[0-9]{10}" name="tel" title="Phone Number?!?!"/>
<input type="password" placeholder="Password"/>
<input type="url" id="url" name="earl" required />
<input type="email" placeholder="foo@bar.com" />
<input type="datetime" />
<input type="date" />
<input type="month" />
<input type="week" />
<input type="time" />
<input type="datetime-local" />
<input type="number" min="99" max="101"/>
<input type="range" required name="range" /><output onforminput="value=range.value">0</output>
<input type="color"/>
<input type="checkbox"/>
<input type="radio"/>
<input type="file" multiple />

HTML Tags

h1. Krid heading Secondary text

h2. Krid heading Secondary text

h3. Krid heading Secondary text

h4. Krid heading Secondary text

h5. Krid heading Secondary text
h6. Krid heading Secondary text

Address

1 Infinite Loop
Cupertino, CA 95014
United States

Anchor Tag (aka. Link)

This is an example of a link.

Abbreviation Tag

The abbreviation srsly stands for «seriously».

The acronym ftw stands for «for the win».

These tests are a big deal, but this tag is no longer supported in HTML5.

This tag shows strike-through text

Getting our science styling on with H2O, which should push the «2″ down.

Still sticking with science and Isaac Newton’s E = MC2, which should lift the 2 up.

Tables

The tables change orientation on small screens. A horizontal scroll or swipe is used to view more data. The table head is always visible.

Selector IE7 IE8 IE9 FF 3.6 FF 4 Safari 5 Chrome 5 Opera 10
* selector yes yes yes yes yes yes yes yes
:before :after no yes yes yes yes yes yes yes
:nth-of-type() no no no yes yes yes yes incorrect
background-clip no no yes no yes -webkit- -webkit- buggy
background-repeat incomplete incomplete yes incomplete incomplete incorrect incorrect yes
::selection no no yes -moz- -moz- yes yes yes

Buttons

.button .button .btn-border .button .btn-large .button .btn-large .btn-border button btn-small .button .btn-small .btn-border

blockquote

People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things.

Steve Jobs – Apple Worldwide Developers’ Conference, 1997

Messages

Help message

People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things.

Error message

People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things.

Success message

People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things.

Information message

People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things.

code

Sed posuere consectetur

pre

Sed posuere consectetur est at lobortis. Vestibulum id ligula porta felis euismod semper. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Cras justo odio, dapibus ac facilisis in, egestas eget quam.

Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec id elit non mi porta gravida at eget metus. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.

Colours

background-color: lighten(@color, %);

background-color: darken(@color, %);
  • Red @red
  • lighten(@red, 45%)
  • lighten(@red, 40%)
  • lighten(@red, 35%)
  • lighten(@red, 30%)
  • lighten(@red, 25%)
  • lighten(@red, 20%)
  • lighten(@red, 15%)
  • lighten(@red, 10%)
  • lighten(@red, 5%)
  • @red
  • darken(@red, 5%)
  • darken(@red, 10%)
  • darken(@red, 15%)
  • darken(@red, 20%)
  • darken(@red, 25%)
  • darken(@red, 30%)
  • darken(@red, 35%)
  • darken(@red, 40%)
  • darken(@red, 45%)
  • darken(@red, 50%)
  • Pink @pink
  • lighten(@pink, 45%)
  • lighten(@pink, 40%)
  • lighten(@pink, 35%)
  • lighten(@pink, 30%)
  • lighten(@pink, 25%)
  • lighten(@pink, 20%)
  • lighten(@pink, 15%)
  • lighten(@pink, 10%)
  • lighten(@pink, 5%)
  • @pink
  • darken(@pink, 5%)
  • darken(@pink, 10%)
  • darken(@pink, 15%)
  • darken(@pink, 20%)
  • darken(@pink, 25%)
  • darken(@pink, 30%)
  • darken(@pink, 35%)
  • darken(@pink, 40%)
  • darken(@pink, 45%)
  • darken(@pink, 50%)
  • Purple @purple
  • lighten(@purple, 50%)
  • lighten(@purple, 45%)
  • lighten(@purple, 40%)
  • lighten(@purple, 35%)
  • lighten(@purple, 30%)
  • lighten(@purple, 25%)
  • lighten(@purple, 20%)
  • lighten(@purple, 15%)
  • lighten(@purple, 10%)
  • lighten(@purple, 5%)
  • @purple
  • darken(@purple, 5%)
  • darken(@purple, 10%)
  • darken(@purple, 15%)
  • darken(@purple, 20%)
  • darken(@purple, 25%)
  • darken(@purple, 30%)
  • darken(@purple, 35%)
  • darken(@purple, 40%)
  • Deep Purple @deeppurple
  • lighten(@deeppurple, 50%)
  • lighten(@deeppurple, 45%)
  • lighten(@deeppurple, 40%)
  • lighten(@deeppurple, 35%)
  • lighten(@deeppurple, 30%)
  • lighten(@deeppurple, 25%)
  • lighten(@deeppurple, 20%)
  • lighten(@deeppurple, 15%)
  • lighten(@deeppurple, 10%)
  • lighten(@deeppurple, 5%)
  • @deeppurple
  • darken(@deeppurple, 5%)
  • darken(@deeppurple, 10%)
  • darken(@deeppurple, 15%)
  • darken(@deeppurple, 20%)
  • darken(@deeppurple, 25%)
  • darken(@deeppurple, 30%)
  • darken(@deeppurple, 35%)
  • darken(@deeppurple, 40%)
  • darken(@deeppurple, 45%)
  • Indigo @indigo
  • lighten(@indigo, 50%)
  • lighten(@indigo, 45%)
  • lighten(@indigo, 40%)
  • lighten(@indigo, 35%)
  • lighten(@indigo, 30%)
  • lighten(@indigo, 25%)
  • lighten(@indigo, 20%)
  • lighten(@indigo, 15%)
  • lighten(@indigo, 10%)
  • lighten(@indigo, 5%)
  • @indigo
  • darken(@indigo, 5%)
  • darken(@indigo, 10%)
  • darken(@indigo, 15%)
  • darken(@indigo, 20%)
  • darken(@indigo, 25%)
  • darken(@indigo, 30%)
  • darken(@indigo, 35%)
  • darken(@indigo, 40%)
  • darken(@indigo, 45%)
  • Blue @blue
  • lighten(@blue, 30%)
  • lighten(@blue, 25%)
  • lighten(@blue, 20%)
  • lighten(@blue, 15%)
  • lighten(@blue, 10%)
  • lighten(@blue, 5%)
  • @blue
  • darken(@blue, 5%)
  • darken(@blue, 10%)
  • darken(@blue, 15%)
  • darken(@blue, 20%)
  • darken(@blue, 25%)
  • darken(@blue, 30%)
  • darken(@blue, 35%)
  • darken(@blue, 40%)
  • darken(@blue, 45%)
  • darken(@blue, 50%)
  • darken(@blue, 55%)
  • darken(@blue, 60%)
  • Light Blue @lightblue
  • lighten(@lightblue, 45%)
  • lighten(@lightblue, 40%)
  • lighten(@lightblue, 35%)
  • lighten(@lightblue, 30%)
  • lighten(@lightblue, 25%)
  • lighten(@lightblue, 20%)
  • lighten(@lightblue, 15%)
  • lighten(@lightblue, 10%)
  • lighten(@lightblue, 5%)
  • @lightblue
  • darken(@lightblue, 5%)
  • darken(@lightblue, 10%)
  • darken(@lightblue, 15%)
  • darken(@lightblue, 20%)
  • darken(@lightblue, 25%)
  • darken(@lightblue, 30%)
  • darken(@lightblue, 35%)
  • darken(@lightblue, 40%)
  • darken(@lightblue, 45%)
  • Cyan @cyan
  • lighten(@cyan, 5%)5
  • lighten(@cyan, 50%)
  • lighten(@cyan, 45%)
  • lighten(@cyan, 40%)
  • lighten(@cyan, 35%)
  • lighten(@cyan, 30%)
  • lighten(@cyan, 25%)
  • lighten(@cyan, 20%)
  • lighten(@cyan, 15%)
  • lighten(@cyan, 10%)
  • lighten(@cyan, 5%)
  • @cyan
  • darken(@cyan, 5%)
  • darken(@cyan, 10%)
  • darken(@cyan, 15%)
  • darken(@cyan, 20%)
  • darken(@cyan, 25%)
  • darken(@cyan, 30%)
  • darken(@cyan, 35%)
  • darken(@cyan, 40%)
  • Teal @teal
  • lighten 65
  • lighten 60
  • lighten(@teal, 5%)5
  • lighten(@teal, 50%)
  • lighten(@teal, 45%)
  • lighten(@teal, 40%)
  • lighten(@teal, 35%)
  • lighten(@teal, 30%)
  • lighten(@teal, 25%)
  • lighten(@teal, 20%)
  • lighten(@teal, 15%)
  • lighten(@teal, 10%)
  • lighten(@teal, 5%)
  • @teal
  • darken(@teal, 5%)
  • darken(@teal, 10%)
  • darken(@teal, 15%)
  • darken(@teal, 20%)
  • darken(@teal, 25%)
  • Green @green
  • lighten(@green, 50%)
  • lighten(@green, 45%)
  • lighten(@green, 40%)
  • lighten(@green, 35%)
  • lighten(@green, 30%)
  • lighten(@green, 25%)
  • lighten(@green, 20%)
  • lighten(@green, 15%)
  • lighten(@green, 10%)
  • lighten(@green, 5%)
  • @green
  • darken(@green, 5%)
  • darken(@green, 10%)
  • darken(@green, 15%)
  • darken(@green, 20%)
  • darken(@green, 25%)
  • darken(@green, 30%)
  • darken(@green, 35%)
  • Light Green @lightgreen
  • lighten(@lightgreen, 45%)
  • lighten(@lightgreen, 40%)
  • lighten(@lightgreen, 35%)
  • lighten(@lightgreen, 30%)
  • lighten(@lightgreen, 25%)
  • lighten(@lightgreen, 20%)
  • lighten(@lightgreen, 15%)
  • lighten(@lightgreen, 10%)
  • lighten(@lightgreen, 5%)
  • @lightgreen
  • darken(@lightgreen, 5%)
  • darken(@lightgreen, 10%)
  • darken(@lightgreen, 15%)
  • darken(@lightgreen, 20%)
  • darken(@lightgreen, 25%)
  • darken(@lightgreen, 30%)
  • darken(@lightgreen, 35%)
  • darken(@lightgreen, 40%)
  • darken(@lightgreen, 45%)
  • darken(@lightgreen, 50%)
  • Lime @lime
  • lighten(@lime, 45%)
  • lighten(@lime, 40%)
  • lighten(@lime, 35%)
  • lighten(@lime, 30%)
  • lighten(@lime, 25%)
  • lighten(@lime, 20%)
  • lighten(@lime, 15%)
  • lighten(@lime, 10%)
  • lighten(@lime, 5%)
  • @lime
  • darken(@lime, 5%)
  • darken(@lime, 10%)
  • darken(@lime, 15%)
  • darken(@lime, 20%)
  • darken(@lime, 25%)
  • darken(@lime, 30%)
  • darken(@lime, 35%)
  • darken(@lime, 40%)
  • darken(@lime, 45%)
  • darken(@lime, 50%)
  • Yellow @yellow
  • lighten(@yellow, 35%)
  • lighten(@yellow, 30%)
  • lighten(@yellow, 25%)
  • lighten(@yellow, 20%)
  • lighten(@yellow, 15%)
  • lighten(@yellow, 10%)
  • lighten(@yellow, 5%)
  • @yellow
  • darken(@yellow, 5%)
  • darken(@yellow, 10%)
  • darken(@yellow, 15%)
  • darken(@yellow, 20%)
  • darken(@yellow, 25%)
  • darken(@yellow, 30%)
  • darken(@yellow, 35%)
  • darken(@yellow, 40%)
  • darken(@yellow, 45%)
  • darken(@yellow, 50%)
  • darken(@yellow, 55%)
  • darken(@yellow, 60%)
  • Amber @amber
  • lighten(@amber, 45%)
  • lighten(@amber, 40%)
  • lighten(@amber, 35%)
  • lighten(@amber, 30%)
  • lighten(@amber, 25%)
  • lighten(@amber, 20%)
  • lighten(@amber, 15%)
  • lighten(@amber, 10%)
  • lighten(@amber, 5%)
  • @amber
  • darken(@amber, 5%)
  • darken(@amber, 10%)
  • darken(@amber, 15%)
  • darken(@amber, 20%)
  • darken(@amber, 25%)
  • darken(@amber, 30%)
  • darken(@amber, 35%)
  • darken(@amber, 40%)
  • darken(@amber, 45%)
  • darken(@amber, 50%)
  • Orange @orange
  • lighten(@orange, 45%)
  • lighten(@orange, 40%)
  • lighten(@orange, 35%)
  • lighten(@orange, 30%)
  • lighten(@orange, 25%)
  • lighten(@orange, 20%)
  • lighten(@orange, 15%)
  • lighten(@orange, 10%)
  • lighten(@orange, 5%)
  • @orange
  • darken(@orange, 5%)
  • darken(@orange, 10%)
  • darken(@orange, 15%)
  • darken(@orange, 20%)
  • darken(@orange, 25%)
  • darken(@orange, 30%)
  • darken(@orange, 35%)
  • darken(@orange, 40%)
  • darken(@orange, 45%)
  • Deep Orange @deeporange
  • lighten(@deeporange, 40%)
  • lighten(@deeporange, 35%)
  • lighten(@deeporange, 30%)
  • lighten(@deeporange, 25%)
  • lighten(@deeporange, 20%)
  • lighten(@deeporange, 15%)
  • lighten(@deeporange, 10%)
  • lighten(@deeporange, 5%)
  • 0
  • darken(@deeporange, 5%)
  • darken(@deeporange, 10%)
  • darken(@deeporange, 15%)
  • darken(@deeporange, 20%)
  • darken(@deeporange, 25%)
  • darken(@deeporange, 30%)
  • darken(@deeporange, 35%)
  • darken(@deeporange, 40%)
  • darken(@deeporange, 45%)
  • darken(@deeporange, 50%)
  • darken(@deeporange, 55%)
  • Brown @brown
  • lighten 60
  • lighten(@brown, 5%)5
  • lighten(@brown, 50%)
  • lighten(@brown, 45%)
  • lighten(@brown, 40%)
  • lighten(@brown, 35%)
  • lighten(@brown, 30%)
  • lighten(@brown, 25%)
  • lighten(@brown, 20%)
  • lighten(@brown, 15%)
  • lighten(@brown, 10%)
  • lighten(@brown, 5%)
  • 0
  • darken(@brown, 5%)
  • darken(@brown, 10%)
  • darken(@brown, 15%)
  • darken(@brown, 20%)
  • darken(@brown, 25%)
  • darken(@brown, 30%)
  • darken(@brown, 35%)
  • Grey @grey
  • lighten(@red, 5%)
  • 0
  • darken(@red, 5%)
  • darken(@red, 10%)
  • darken(@red, 15%)
  • darken(@red, 20%)
  • darken(@red, 25%)
  • darken(@red, 30%)
  • darken(@red, 35%)
  • darken(@red, 40%)
  • darken(@red, 45%)
  • darken(@red, 50%)
  • Blue Grey @bluegrey
  • lighten(@bluegrey, 50%)
  • lighten(@bluegrey, 45%)
  • lighten(@bluegrey, 40%)
  • lighten(@bluegrey, 35%)
  • lighten(@bluegrey, 30%)
  • lighten(@bluegrey, 25%)
  • lighten(@bluegrey, 20%)
  • lighten(@bluegrey, 15%)
  • lighten(@bluegrey, 10%)
  • lighten(@bluegrey, 5%)
  • 0
  • darken(@bluegrey, 5%)
  • darken(@bluegrey, 10%)
  • darken(@bluegrey, 15%)
  • darken(@bluegrey, 20%)
  • darken(@bluegrey, 25%)
  • darken(@bluegrey, 30%)
  • darken(@bluegrey, 35%)
  • darken(@bluegrey, 40%)
  • darken(@bluegrey, 45%)

Icons

Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS, see the examples

<i class="fa fa-fw"></i>
fa-adjust [&#xf042;]
fa-adn [&#xf170;]
fa-align-center [&#xf037;]
fa-align-justify [&#xf039;]
fa-align-left [&#xf036;]
fa-align-right [&#xf038;]
fa-ambulance [&#xf0f9;]
fa-anchor [&#xf13d;]
fa-android [&#xf17b;]
fa-angle-double-down [&#xf103;]
fa-angle-double-left [&#xf100;]
fa-angle-double-right [&#xf101;]
fa-angle-double-up [&#xf102;]
fa-angle-down [&#xf107;]
fa-angle-left [&#xf104;]
fa-angle-right [&#xf105;]
fa-angle-up [&#xf106;]
fa-apple [&#xf179;]
fa-archive [&#xf187;]
fa-arrow-circle-down [&#xf0ab;]
fa-arrow-circle-left [&#xf0a8;]
fa-arrow-circle-o-down [&#xf01a;]
fa-arrow-circle-o-left [&#xf190;]
fa-arrow-circle-o-right [&#xf18e;]
fa-arrow-circle-o-up [&#xf01b;]
fa-arrow-circle-right [&#xf0a9;]
fa-arrow-circle-up [&#xf0aa;]
fa-arrow-down [&#xf063;]
fa-arrow-left [&#xf060;]
fa-arrow-right [&#xf061;]
fa-arrow-up [&#xf062;]
fa-arrows [&#xf047;]
fa-arrows-alt [&#xf0b2;]
fa-arrows-h [&#xf07e;]
fa-arrows-v [&#xf07d;]
fa-asterisk [&#xf069;]
fa-automobile (alias) [&#xf1b9;]
fa-backward [&#xf04a;]
fa-ban [&#xf05e;]
fa-bank (alias) [&#xf19c;]
fa-bar-chart-o [&#xf080;]
fa-barcode [&#xf02a;]
fa-bars [&#xf0c9;]
fa-beer [&#xf0fc;]
fa-behance [&#xf1b4;]
fa-behance-square [&#xf1b5;]
fa-bell [&#xf0f3;]
fa-bell-o [&#xf0a2;]
fa-bitbucket [&#xf171;]
fa-bitbucket-square [&#xf172;]
fa-bitcoin (alias) [&#xf15a;]
fa-bold [&#xf032;]
fa-bolt [&#xf0e7;]
fa-bomb [&#xf1e2;]
fa-book [&#xf02d;]
fa-bookmark [&#xf02e;]
fa-bookmark-o [&#xf097;]
fa-briefcase [&#xf0b1;]
fa-btc [&#xf15a;]
fa-bug [&#xf188;]
fa-building [&#xf1ad;]
fa-building-o [&#xf0f7;]
fa-bullhorn [&#xf0a1;]
fa-bullseye [&#xf140;]
fa-cab (alias) [&#xf1ba;]
fa-calendar [&#xf073;]
fa-calendar-o [&#xf133;]
fa-camera [&#xf030;]
fa-camera-retro [&#xf083;]
fa-car [&#xf1b9;]
fa-caret-down [&#xf0d7;]
fa-caret-left [&#xf0d9;]
fa-caret-right [&#xf0da;]
fa-caret-square-o-down [&#xf150;]
fa-caret-square-o-left [&#xf191;]
fa-caret-square-o-right [&#xf152;]
fa-caret-square-o-up [&#xf151;]
fa-caret-up [&#xf0d8;]
fa-certificate [&#xf0a3;]
fa-chain (alias) [&#xf0c1;]
fa-chain-broken [&#xf127;]
fa-check [&#xf00c;]
fa-check-circle [&#xf058;]
fa-check-circle-o [&#xf05d;]
fa-check-square [&#xf14a;]
fa-check-square-o [&#xf046;]
fa-chevron-circle-down [&#xf13a;]
fa-chevron-circle-left [&#xf137;]
fa-chevron-circle-right [&#xf138;]
fa-chevron-circle-up [&#xf139;]
fa-chevron-down [&#xf078;]
fa-chevron-left [&#xf053;]
fa-chevron-right [&#xf054;]
fa-chevron-up [&#xf077;]
fa-child [&#xf1ae;]
fa-circle [&#xf111;]
fa-circle-o [&#xf10c;]
fa-circle-o-notch [&#xf1ce;]
fa-circle-thin [&#xf1db;]
fa-clipboard [&#xf0ea;]
fa-clock-o [&#xf017;]
fa-cloud [&#xf0c2;]
fa-cloud-download [&#xf0ed;]
fa-cloud-upload [&#xf0ee;]
fa-cny (alias) [&#xf157;]
fa-code [&#xf121;]
fa-code-fork [&#xf126;]
fa-codepen [&#xf1cb;]
fa-coffee [&#xf0f4;]
fa-cog [&#xf013;]
fa-cogs [&#xf085;]
fa-columns [&#xf0db;]
fa-comment [&#xf075;]
fa-comment-o [&#xf0e5;]
fa-comments [&#xf086;]
fa-comments-o [&#xf0e6;]
fa-compass [&#xf14e;]
fa-compress [&#xf066;]
fa-copy (alias) [&#xf0c5;]
fa-credit-card [&#xf09d;]
fa-crop [&#xf125;]
fa-crosshairs [&#xf05b;]
fa-css3 [&#xf13c;]
fa-cube [&#xf1b2;]
fa-cubes [&#xf1b3;]
fa-cut (alias) [&#xf0c4;]
fa-cutlery [&#xf0f5;]
fa-dashboard (alias) [&#xf0e4;]
fa-database [&#xf1c0;]
fa-dedent (alias) [&#xf03b;]
fa-delicious [&#xf1a5;]
fa-desktop [&#xf108;]
fa-deviantart [&#xf1bd;]
fa-digg [&#xf1a6;]
fa-dollar (alias) [&#xf155;]
fa-dot-circle-o [&#xf192;]
fa-download [&#xf019;]
fa-dribbble [&#xf17d;]
fa-dropbox [&#xf16b;]
fa-drupal [&#xf1a9;]
fa-edit (alias) [&#xf044;]
fa-eject [&#xf052;]
fa-ellipsis-h [&#xf141;]
fa-ellipsis-v [&#xf142;]
fa-empire [&#xf1d1;]
fa-envelope [&#xf0e0;]
fa-envelope-o [&#xf003;]
fa-envelope-square [&#xf199;]
fa-eraser [&#xf12d;]
fa-eur [&#xf153;]
fa-euro (alias) [&#xf153;]
fa-exchange [&#xf0ec;]
fa-exclamation [&#xf12a;]
fa-exclamation-circle [&#xf06a;]
fa-exclamation-triangle [&#xf071;]
fa-expand [&#xf065;]
fa-external-link [&#xf08e;]
fa-external-link-square [&#xf14c;]
fa-eye [&#xf06e;]
fa-eye-slash [&#xf070;]
fa-facebook [&#xf09a;]
fa-facebook-square [&#xf082;]
fa-fast-backward [&#xf049;]
fa-fast-forward [&#xf050;]
fa-fax [&#xf1ac;]
fa-female [&#xf182;]
fa-fighter-jet [&#xf0fb;]
fa-file [&#xf15b;]
fa-file-archive-o [&#xf1c6;]
fa-file-audio-o [&#xf1c7;]
fa-file-code-o [&#xf1c9;]
fa-file-excel-o [&#xf1c3;]
fa-file-image-o [&#xf1c5;]
fa-file-movie-o (alias) [&#xf1c8;]
fa-file-o [&#xf016;]
fa-file-pdf-o [&#xf1c1;]
fa-file-photo-o (alias) [&#xf1c5;]
fa-file-picture-o (alias) [&#xf1c5;]
fa-file-powerpoint-o [&#xf1c4;]
fa-file-sound-o (alias) [&#xf1c7;]
fa-file-text [&#xf15c;]
fa-file-text-o [&#xf0f6;]
fa-file-video-o [&#xf1c8;]
fa-file-word-o [&#xf1c2;]
fa-file-zip-o (alias) [&#xf1c6;]
fa-files-o [&#xf0c5;]
fa-film [&#xf008;]
fa-filter [&#xf0b0;]
fa-fire [&#xf06d;]
fa-fire-extinguisher [&#xf134;]
fa-flag [&#xf024;]
fa-flag-checkered [&#xf11e;]
fa-flag-o [&#xf11d;]
fa-flash (alias) [&#xf0e7;]
fa-flask [&#xf0c3;]
fa-flickr [&#xf16e;]
fa-floppy-o [&#xf0c7;]
fa-folder [&#xf07b;]
fa-folder-o [&#xf114;]
fa-folder-open [&#xf07c;]
fa-folder-open-o [&#xf115;]
fa-font [&#xf031;]
fa-forward [&#xf04e;]
fa-foursquare [&#xf180;]
fa-frown-o [&#xf119;]
fa-gamepad [&#xf11b;]
fa-gavel [&#xf0e3;]
fa-gbp [&#xf154;]
fa-ge (alias) [&#xf1d1;]
fa-gear (alias) [&#xf013;]
fa-gears (alias) [&#xf085;]
fa-gift [&#xf06b;]
fa-git [&#xf1d3;]
fa-git-square [&#xf1d2;]
fa-github [&#xf09b;]
fa-github-alt [&#xf113;]
fa-github-square [&#xf092;]
fa-gittip [&#xf184;]
fa-glass [&#xf000;]
fa-globe [&#xf0ac;]
fa-google [&#xf1a0;]
fa-google-plus [&#xf0d5;]
fa-google-plus-square [&#xf0d4;]
fa-graduation-cap [&#xf19d;]
fa-group (alias) [&#xf0c0;]
fa-h-square [&#xf0fd;]
fa-hacker-news [&#xf1d4;]
fa-hand-o-down [&#xf0a7;]
fa-hand-o-left [&#xf0a5;]
fa-hand-o-right [&#xf0a4;]
fa-hand-o-up [&#xf0a6;]
fa-hdd-o [&#xf0a0;]
fa-header [&#xf1dc;]
fa-headphones [&#xf025;]
fa-heart [&#xf004;]
fa-heart-o [&#xf08a;]
fa-history [&#xf1da;]
fa-home [&#xf015;]
fa-hospital-o [&#xf0f8;]
fa-html5 [&#xf13b;]
fa-image (alias) [&#xf03e;]
fa-inbox [&#xf01c;]
fa-indent [&#xf03c;]
fa-info [&#xf129;]
fa-info-circle [&#xf05a;]
fa-inr [&#xf156;]
fa-instagram [&#xf16d;]
fa-institution (alias) [&#xf19c;]
fa-italic [&#xf033;]
fa-joomla [&#xf1aa;]
fa-jpy [&#xf157;]
fa-jsfiddle [&#xf1cc;]
fa-key [&#xf084;]
fa-keyboard-o [&#xf11c;]
fa-krw [&#xf159;]
fa-language [&#xf1ab;]
fa-laptop [&#xf109;]
fa-leaf [&#xf06c;]
fa-legal (alias) [&#xf0e3;]
fa-lemon-o [&#xf094;]
fa-level-down [&#xf149;]
fa-level-up [&#xf148;]
fa-life-bouy (alias) [&#xf1cd;]
fa-life-ring [&#xf1cd;]
fa-life-saver (alias) [&#xf1cd;]
fa-lightbulb-o [&#xf0eb;]
fa-link [&#xf0c1;]
fa-linkedin [&#xf0e1;]
fa-linkedin-square [&#xf08c;]
fa-linux [&#xf17c;]
fa-list [&#xf03a;]
fa-list-alt [&#xf022;]
fa-list-ol [&#xf0cb;]
fa-list-ul [&#xf0ca;]
fa-location-arrow [&#xf124;]
fa-lock [&#xf023;]
fa-long-arrow-down [&#xf175;]
fa-long-arrow-left [&#xf177;]
fa-long-arrow-right [&#xf178;]
fa-long-arrow-up [&#xf176;]
fa-magic [&#xf0d0;]
fa-magnet [&#xf076;]
fa-mail-forward (alias) [&#xf064;]
fa-mail-reply (alias) [&#xf112;]
fa-mail-reply-all (alias) [&#xf122;]
fa-male [&#xf183;]
fa-map-marker [&#xf041;]
fa-maxcdn [&#xf136;]
fa-medkit [&#xf0fa;]
fa-meh-o [&#xf11a;]
fa-microphone [&#xf130;]
fa-microphone-slash [&#xf131;]
fa-minus [&#xf068;]
fa-minus-circle [&#xf056;]
fa-minus-square [&#xf146;]
fa-minus-square-o [&#xf147;]
fa-mobile [&#xf10b;]
fa-mobile-phone (alias) [&#xf10b;]
fa-money [&#xf0d6;]
fa-moon-o [&#xf186;]
fa-mortar-board (alias) [&#xf19d;]
fa-music [&#xf001;]
fa-navicon (alias) [&#xf0c9;]
fa-openid [&#xf19b;]
fa-outdent [&#xf03b;]
fa-pagelines [&#xf18c;]
fa-paper-plane [&#xf1d8;]
fa-paper-plane-o [&#xf1d9;]
fa-paperclip [&#xf0c6;]
fa-paragraph [&#xf1dd;]
fa-paste (alias) [&#xf0ea;]
fa-pause [&#xf04c;]
fa-paw [&#xf1b0;]
fa-pencil [&#xf040;]
fa-pencil-square [&#xf14b;]
fa-pencil-square-o [&#xf044;]
fa-phone [&#xf095;]
fa-phone-square [&#xf098;]
fa-photo (alias) [&#xf03e;]
fa-picture-o [&#xf03e;]
fa-pied-piper [&#xf1a7;]
fa-pied-piper-alt [&#xf1a8;]
fa-pied-piper-square (alias) [&#xf1a7;]
fa-pinterest [&#xf0d2;]
fa-pinterest-square [&#xf0d3;]
fa-plane [&#xf072;]
fa-play [&#xf04b;]
fa-play-circle [&#xf144;]
fa-play-circle-o [&#xf01d;]
fa-plus [&#xf067;]
fa-plus-circle [&#xf055;]
fa-plus-square [&#xf0fe;]
fa-plus-square-o [&#xf196;]
fa-power-off [&#xf011;]
fa-print [&#xf02f;]
fa-puzzle-piece [&#xf12e;]
fa-qq [&#xf1d6;]
fa-qrcode [&#xf029;]
fa-question [&#xf128;]
fa-question-circle [&#xf059;]
fa-quote-left [&#xf10d;]
fa-quote-right [&#xf10e;]
fa-ra (alias) [&#xf1d0;]
fa-random [&#xf074;]
fa-rebel [&#xf1d0;]
fa-recycle [&#xf1b8;]
fa-reddit [&#xf1a1;]
fa-reddit-square [&#xf1a2;]
fa-refresh [&#xf021;]
fa-renren [&#xf18b;]
fa-reorder (alias) [&#xf0c9;]
fa-repeat [&#xf01e;]
fa-reply [&#xf112;]
fa-reply-all [&#xf122;]
fa-retweet [&#xf079;]
fa-rmb (alias) [&#xf157;]
fa-road [&#xf018;]
fa-rocket [&#xf135;]
fa-rotate-left (alias) [&#xf0e2;]
fa-rotate-right (alias) [&#xf01e;]
fa-rouble (alias) [&#xf158;]
fa-rss [&#xf09e;]
fa-rss-square [&#xf143;]
fa-rub [&#xf158;]
fa-ruble (alias) [&#xf158;]
fa-rupee (alias) [&#xf156;]
fa-save (alias) [&#xf0c7;]
fa-scissors [&#xf0c4;]
fa-search [&#xf002;]
fa-search-minus [&#xf010;]
fa-search-plus [&#xf00e;]
fa-send (alias) [&#xf1d8;]
fa-send-o (alias) [&#xf1d9;]
fa-share [&#xf064;]
fa-share-alt [&#xf1e0;]
fa-share-alt-square [&#xf1e1;]
fa-share-square [&#xf14d;]
fa-share-square-o [&#xf045;]
fa-shield [&#xf132;]
fa-shopping-cart [&#xf07a;]
fa-sign-in [&#xf090;]
fa-sign-out [&#xf08b;]
fa-signal [&#xf012;]
fa-sitemap [&#xf0e8;]
fa-skype [&#xf17e;]
fa-slack [&#xf198;]
fa-sliders [&#xf1de;]
fa-smile-o [&#xf118;]
fa-sort [&#xf0dc;]
fa-sort-alpha-asc [&#xf15d;]
fa-sort-alpha-desc [&#xf15e;]
fa-sort-amount-asc [&#xf160;]
fa-sort-amount-desc [&#xf161;]
fa-sort-asc [&#xf0de;]
fa-sort-desc [&#xf0dd;]
fa-sort-down (alias) [&#xf0dd;]
fa-sort-numeric-asc [&#xf162;]
fa-sort-numeric-desc [&#xf163;]
fa-sort-up (alias) [&#xf0de;]
fa-soundcloud [&#xf1be;]
fa-space-shuttle [&#xf197;]
fa-spinner [&#xf110;]
fa-spoon [&#xf1b1;]
fa-spotify [&#xf1bc;]
fa-square [&#xf0c8;]
fa-square-o [&#xf096;]
fa-stack-exchange [&#xf18d;]
fa-stack-overflow [&#xf16c;]
fa-star [&#xf005;]
fa-star-half [&#xf089;]
fa-star-half-empty (alias) [&#xf123;]
fa-star-half-full (alias) [&#xf123;]
fa-star-half-o [&#xf123;]
fa-star-o [&#xf006;]
fa-steam [&#xf1b6;]
fa-steam-square [&#xf1b7;]
fa-step-backward [&#xf048;]
fa-step-forward [&#xf051;]
fa-stethoscope [&#xf0f1;]
fa-stop [&#xf04d;]
fa-strikethrough [&#xf0cc;]
fa-stumbleupon [&#xf1a4;]
fa-stumbleupon-circle [&#xf1a3;]
fa-subscript [&#xf12c;]
fa-suitcase [&#xf0f2;]
fa-sun-o [&#xf185;]
fa-superscript [&#xf12b;]
fa-support (alias) [&#xf1cd;]
fa-table [&#xf0ce;]
fa-tablet [&#xf10a;]
fa-tachometer [&#xf0e4;]
fa-tag [&#xf02b;]
fa-tags [&#xf02c;]
fa-tasks [&#xf0ae;]
fa-taxi [&#xf1ba;]
fa-tencent-weibo [&#xf1d5;]
fa-terminal [&#xf120;]
fa-text-height [&#xf034;]
fa-text-width [&#xf035;]
fa-th [&#xf00a;]
fa-th-large [&#xf009;]
fa-th-list [&#xf00b;]
fa-thumb-tack [&#xf08d;]
fa-thumbs-down [&#xf165;]
fa-thumbs-o-down [&#xf088;]
fa-thumbs-o-up [&#xf087;]
fa-thumbs-up [&#xf164;]
fa-ticket [&#xf145;]
fa-times [&#xf00d;]
fa-times-circle [&#xf057;]
fa-times-circle-o [&#xf05c;]
fa-tint [&#xf043;]
fa-toggle-down (alias) [&#xf150;]
fa-toggle-left (alias) [&#xf191;]
fa-toggle-right (alias) [&#xf152;]
fa-toggle-up (alias) [&#xf151;]
fa-trash-o [&#xf014;]
fa-tree [&#xf1bb;]
fa-trello [&#xf181;]
fa-trophy [&#xf091;]
fa-truck [&#xf0d1;]
fa-try [&#xf195;]
fa-tumblr [&#xf173;]
fa-tumblr-square [&#xf174;]
fa-turkish-lira (alias) [&#xf195;]
fa-twitter [&#xf099;]
fa-twitter-square [&#xf081;]
fa-umbrella [&#xf0e9;]
fa-underline [&#xf0cd;]
fa-undo [&#xf0e2;]
fa-university [&#xf19c;]
fa-unlink (alias) [&#xf127;]
fa-unlock [&#xf09c;]
fa-unlock-alt [&#xf13e;]
fa-unsorted (alias) [&#xf0dc;]
fa-upload [&#xf093;]
fa-usd [&#xf155;]
fa-user [&#xf007;]
fa-user-md [&#xf0f0;]
fa-users [&#xf0c0;]
fa-video-camera [&#xf03d;]
fa-vimeo-square [&#xf194;]
fa-vine [&#xf1ca;]
fa-vk [&#xf189;]
fa-volume-down [&#xf027;]
fa-volume-off [&#xf026;]
fa-volume-up [&#xf028;]
fa-warning (alias) [&#xf071;]
fa-wechat (alias) [&#xf1d7;]
fa-weibo [&#xf18a;]
fa-weixin [&#xf1d7;]
fa-wheelchair [&#xf193;]
fa-windows [&#xf17a;]
fa-won (alias) [&#xf159;]
fa-wordpress [&#xf19a;]
fa-wrench [&#xf0ad;]
fa-xing [&#xf168;]
fa-xing-square [&#xf169;]
fa-yahoo [&#xf19e;]
fa-yen (alias) [&#xf157;]
fa-youtube [&#xf167;]
fa-youtube-play [&#xf16a;]
fa-youtube-square [&#xf166;]