/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: 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).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: http://lemonwi.se co-founder

    */
@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^="fa-icon-"]:before, [class*=" fa-icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="fa-icon-"], a [class*=" fa-icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.fa-icon-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em;
}
.btn [class^="fa-icon-"], .btn [class*=" fa-icon-"] {
  /* keeps button heights with and without icons the same */

  line-height: .9em;
}
li [class^="fa-icon-"], li [class*=" fa-icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .fa-icon-large[class^="fa-icon-"], li .fa-icon-large[class*=" fa-icon-"] {
  /* 1.5 increased font size for fa-icon-large * 1.25 width */

  width: 1.875em;
}
li[class^="fa-icon-"], li[class*=" fa-icon-"] {
  margin-left: 0;
  list-style-type: none;
}
li[class^="fa-icon-"]:before, li[class*=" fa-icon-"]:before {
  text-indent: -2em;
  text-align: center;
}
li[class^="fa-icon-"].fa-icon-large:before, li[class*=" fa-icon-"].fa-icon-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 */

.fa-icon-volume-off:before           { content: "\f026"; } 
.fa-icon-volume-up:before            { content: "\f028"; } 
.fa-icon-play:before                 { content: "\f04b"; } 
.fa-icon-pause:before                { content: "\f04c"; } 
.fa-icon-resize-full:before          { content: "\f065"; }
.fa-icon-resize-small:before         { content: "\f066"; } 
.fa-icon-twitter:before              { content: "\f099"; }
.fa-icon-facebook:before             { content: "\f09a"; } 
.fa-icon-google-plus:before          { content: "\f0d5"; } 