/* ========================================================
*
* Amsterdam - premium admin template
*
* ========================================================
*
* File: font.css;
* Description: Font Awesome - the iconic font designed for use with Twitter Bootstrap
* Version: 1.0
* Source: http://fortawesome.github.com/Font-Awesome/
* License
  -------------------------------------------------------
  The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
  http://creativecommons.org/licenses/by/3.0/ A mention of
  'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
  source code is considered acceptable attribution (most common on the web).
  If human readable source code is not available to the end user, a mention in
  an 'About' or 'Credits' screen is considered acceptable (most common in desktop
  or mobile software).
*
* ======================================================== */

@font-face {
  font-family: "FontAwesome";
  src: url('font/fontawesome-webfont.eot');
  src: url('font/fontawesome-webfont.eot?#iefix') format('eot'), url('font/fontawesome-webfont.woff') format('woff'), url('font/fontawesome-webfont.ttf') format('truetype'), url('font/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="font-"]:before, [class*=" font-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="font-"], a [class*=" font-"] { display: inline-block; text-decoration: inherit; }
.btn [class^="font-"], .btn [class*=" font-"] { margin-right: 7px; margin-left: -2px; }
.btn:active [class^="font-"], .btn:active [class*=" font-"] { color: #fff; }
.nav > a > [class^="font-"], .nav > a > [class*=" font-"] { font-size: 16px; color: #5f5f5f; }
.nav.open > a > [class^="font-"], .nav.open > a > [class*=" font-"] { color: #999999; }
.navi [class^="font-"], .navi [class*=" font-"], .navi-two [class^="font-"], .navi-two [class*=" font-"] { color: #EEE; font-size: 16px; font-weight: normal; margin-right: 12px; }

/* makes the font 33% larger relative to the icon container */

.font-large:before { vertical-align: top; font-size: 1.3333333333333333em; }
.btn [class^="font-"], .btn [class*=" font-"] { line-height: 1em /*.9em*/; }
li [class^="font-"], li [class*=" font-"] { line-height: 1; display: inline-block; margin-right: 8px; color: #5f5f5f; font-size: 12px; width: 1.25em; text-align: center; }
li [class^="icon-"], li [class*=" icon-"] { margin-right: 8px; }
ul.list-font li i { float: none; font-size: 12px; display: inline-block; line-height: 1; width: 12px; text-align: center; }
li .font-large[class^="font-"], li .font-large[class*=" font-"] { width: 1.875em; }
li[class^="font-"], li[class*=" font-"] { margin-left: 0; list-style-type: none; }
li[class^="font-"]:before, li[class*=" font-"]:before { text-indent: -2em; text-align: center; }
li[class^="font-"].font-large:before, li[class*=" font-"].font-large:before { text-indent: -1.3333333333333333em; }

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */

.font-glass:before                { content: "\f000"; }
.font-music:before                { content: "\f001"; }
.font-search:before               { content: "\f002"; }
.font-envelope:before             { content: "\f003"; }
.font-heart:before                { content: "\f004"; }
.font-star:before                 { content: "\f005"; }
.font-star-empty:before           { content: "\f006"; }
.font-user:before                 { content: "\f007"; }
.font-film:before                 { content: "\f008"; }
.font-th-large:before             { content: "\f009"; }
.font-th:before                   { content: "\f00a"; }
.font-th-list:before              { content: "\f00b"; }
.font-ok:before                   { content: "\f00c"; }
.font-remove:before               { content: "\f00d"; }
.font-zoom-in:before              { content: "\f00e"; }

.font-zoom-out:before             { content: "\f010"; }
.font-off:before                  { content: "\f011"; }
.font-signal:before               { content: "\f012"; }
.font-cog:before                  { content: "\f013"; }
.font-trash:before                { content: "\f014"; }
.font-home:before                 { content: "\f015"; }
.font-file:before                 { content: "\f016"; }
.font-time:before                 { content: "\f017"; }
.font-road:before                 { content: "\f018"; }
.font-download-alt:before         { content: "\f019"; }
.font-download:before             { content: "\f01a"; }
.font-upload:before               { content: "\f01b"; }
.font-inbox:before                { content: "\f01c"; }
.font-play-circle:before          { content: "\f01d"; }
.font-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.font-refresh:before              { content: "\f021"; }
.font-list-alt:before             { content: "\f022"; }
.font-lock:before                 { content: "\f023"; }
.font-flag:before                 { content: "\f024"; }
.font-headphones:before           { content: "\f025"; }
.font-volume-off:before           { content: "\f026"; }
.font-volume-down:before          { content: "\f027"; }
.font-volume-up:before            { content: "\f028"; }
.font-qrcode:before               { content: "\f029"; }
.font-barcode:before              { content: "\f02a"; }
.font-tag:before                  { content: "\f02b"; }
.font-tags:before                 { content: "\f02c"; }
.font-book:before                 { content: "\f02d"; }
.font-bookmark:before             { content: "\f02e"; }
.font-print:before                { content: "\f02f"; }

.font-camera:before               { content: "\f030"; }
.font-font:before                 { content: "\f031"; }
.font-bold:before                 { content: "\f032"; }
.font-italic:before               { content: "\f033"; }
.font-text-height:before          { content: "\f034"; }
.font-text-width:before           { content: "\f035"; }
.font-align-left:before           { content: "\f036"; }
.font-align-center:before         { content: "\f037"; }
.font-align-right:before          { content: "\f038"; }
.font-align-justify:before        { content: "\f039"; }
.font-list:before                 { content: "\f03a"; }
.font-indent-left:before          { content: "\f03b"; }
.font-indent-right:before         { content: "\f03c"; }
.font-facetime-video:before       { content: "\f03d"; }
.font-picture:before              { content: "\f03e"; }

.font-pencil:before               { content: "\f040"; }
.font-map-marker:before           { content: "\f041"; }
.font-adjust:before               { content: "\f042"; }
.font-tint:before                 { content: "\f043"; }
.font-edit:before                 { content: "\f044"; }
.font-share:before                { content: "\f045"; }
.font-check:before                { content: "\f046"; }
.font-move:before                 { content: "\f047"; }
.font-step-backward:before        { content: "\f048"; }
.font-fast-backward:before        { content: "\f049"; }
.font-backward:before             { content: "\f04a"; }
.font-play:before                 { content: "\f04b"; }
.font-pause:before                { content: "\f04c"; }
.font-stop:before                 { content: "\f04d"; }
.font-forward:before              { content: "\f04e"; }

.font-fast-forward:before         { content: "\f050"; }
.font-step-forward:before         { content: "\f051"; }
.font-eject:before                { content: "\f052"; }
.font-chevron-left:before         { content: "\f053"; }
.font-chevron-right:before        { content: "\f054"; }
.font-plus-sign:before            { content: "\f055"; }
.font-minus-sign:before           { content: "\f056"; }
.font-remove-sign:before          { content: "\f057"; }
.font-ok-sign:before              { content: "\f058"; }
.font-question-sign:before        { content: "\f059"; }
.font-info-sign:before            { content: "\f05a"; }
.font-screenshot:before           { content: "\f05b"; }
.font-remove-circle:before        { content: "\f05c"; }
.font-ok-circle:before            { content: "\f05d"; }
.font-ban-circle:before           { content: "\f05e"; }

.font-arrow-left:before           { content: "\f060"; }
.font-arrow-right:before          { content: "\f061"; }
.font-arrow-up:before             { content: "\f062"; }
.font-arrow-down:before           { content: "\f063"; }
.font-share-alt:before            { content: "\f064"; }
.font-resize-full:before          { content: "\f065"; }
.font-resize-small:before         { content: "\f066"; }
.font-plus:before                 { content: "\f067"; }
.font-minus:before                { content: "\f068"; }
.font-asterisk:before             { content: "\f069"; }
.font-exclamation-sign:before     { content: "\f06a"; }
.font-gift:before                 { content: "\f06b"; }
.font-leaf:before                 { content: "\f06c"; }
.font-fire:before                 { content: "\f06d"; }
.font-eye-open:before             { content: "\f06e"; }

.font-eye-close:before            { content: "\f070"; }
.font-warning-sign:before         { content: "\f071"; }
.font-plane:before                { content: "\f072"; }
.font-calendar:before             { content: "\f073"; }
.font-random:before               { content: "\f074"; }
.font-comment:before              { content: "\f075"; }
.font-magnet:before               { content: "\f076"; }
.font-chevron-up:before           { content: "\f077"; }
.font-chevron-down:before         { content: "\f078"; }
.font-retweet:before              { content: "\f079"; }
.font-shopping-cart:before        { content: "\f07a"; }
.font-folder-close:before         { content: "\f07b"; }
.font-folder-open:before          { content: "\f07c"; }
.font-resize-vertical:before      { content: "\f07d"; }
.font-resize-horizontal:before    { content: "\f07e"; }

.font-bar-chart:before            { content: "\f080"; }
.font-twitter-sign:before         { content: "\f081"; }
.font-facebook-sign:before        { content: "\f082"; }
.font-camera-retro:before         { content: "\f083"; }
.font-key:before                  { content: "\f084"; }
.font-cogs:before                 { content: "\f085"; }
.font-comments:before             { content: "\f086"; }
.font-thumbs-up:before            { content: "\f087"; }
.font-thumbs-down:before          { content: "\f088"; }
.font-star-half:before            { content: "\f089"; }
.font-heart-empty:before          { content: "\f08a"; }
.font-signout:before              { content: "\f08b"; }
.font-linkedin-sign:before        { content: "\f08c"; }
.font-pushpin:before              { content: "\f08d"; }
.font-external-link:before        { content: "\f08e"; }

.font-signin:before               { content: "\f090"; }
.font-trophy:before               { content: "\f091"; }
.font-github-sign:before          { content: "\f092"; }
.font-upload-alt:before           { content: "\f093"; }
.font-lemon:before                { content: "\f094"; }
.font-phone:before                { content: "\f095"; }
.font-check-empty:before          { content: "\f096"; }
.font-bookmark-empty:before       { content: "\f097"; }
.font-phone-sign:before           { content: "\f098"; }
.font-twitter:before              { content: "\f099"; }
.font-facebook:before             { content: "\f09a"; }
.font-github:before               { content: "\f09b"; }
.font-unlock:before               { content: "\f09c"; }
.font-credit-card:before          { content: "\f09d"; }
.font-rss:before                  { content: "\f09e"; }

.font-hdd:before                  { content: "\f0a0"; }
.font-bullhorn:before             { content: "\f0a1"; }
.font-bell:before                 { content: "\f0a2"; }
.font-certificate:before          { content: "\f0a3"; }
.font-hand-right:before           { content: "\f0a4"; }
.font-hand-left:before            { content: "\f0a5"; }
.font-hand-up:before              { content: "\f0a6"; }
.font-hand-down:before            { content: "\f0a7"; }
.font-circle-arrow-left:before    { content: "\f0a8"; }
.font-circle-arrow-right:before   { content: "\f0a9"; }
.font-circle-arrow-up:before      { content: "\f0aa"; }
.font-circle-arrow-down:before    { content: "\f0ab"; }
.font-globe:before                { content: "\f0ac"; }
.font-wrench:before               { content: "\f0ad"; }
.font-tasks:before                { content: "\f0ae"; }

.font-filter:before               { content: "\f0b0"; }
.font-briefcase:before            { content: "\f0b1"; }
.font-fullscreen:before           { content: "\f0b2"; }

.font-group:before                { content: "\f0c0"; }
.font-link:before                 { content: "\f0c1"; }
.font-cloud:before                { content: "\f0c2"; }
.font-beaker:before               { content: "\f0c3"; }
.font-cut:before                  { content: "\f0c4"; }
.font-copy:before                 { content: "\f0c5"; }
.font-paper-clip:before           { content: "\f0c6"; }
.font-save:before                 { content: "\f0c7"; }
.font-sign-blank:before           { content: "\f0c8"; }
.font-reorder:before              { content: "\f0c9"; }
.font-list-ul:before              { content: "\f0ca"; }
.font-list-ol:before              { content: "\f0cb"; }
.font-strikethrough:before        { content: "\f0cc"; }
.font-underline:before            { content: "\f0cd"; }
.font-table:before                { content: "\f0ce"; }

.font-magic:before                { content: "\f0d0"; }
.font-truck:before                { content: "\f0d1"; }
.font-pinterest:before            { content: "\f0d2"; }
.font-pinterest-sign:before       { content: "\f0d3"; }
.font-google-plus-sign:before     { content: "\f0d4"; }
.font-google-plus:before          { content: "\f0d5"; }
.font-money:before                { content: "\f0d6"; }
.font-caret-down:before           { content: "\f0d7"; }
.font-caret-up:before             { content: "\f0d8"; }
.font-caret-left:before           { content: "\f0d9"; }
.font-caret-right:before          { content: "\f0da"; }
.font-columns:before              { content: "\f0db"; }
.font-sort:before                 { content: "\f0dc"; }
.font-sort-down:before            { content: "\f0dd"; }
.font-sort-up:before              { content: "\f0de"; }

.font-envelope-alt:before         { content: "\f0e0"; }
.font-linkedin:before             { content: "\f0e1"; }
.font-undo:before                 { content: "\f0e2"; }
.font-legal:before                { content: "\f0e3"; }
.font-dashboard:before            { content: "\f0e4"; }
.font-comment-alt:before          { content: "\f0e5"; }
.font-comments-alt:before         { content: "\f0e6"; }
.font-bolt:before                 { content: "\f0e7"; }
.font-sitemap:before              { content: "\f0e8"; }
.font-umbrella:before             { content: "\f0e9"; }
.font-paste:before                { content: "\f0ea"; }

.font-user-md:before              { content: "\f200"; }
