/*!
 *  Font Awesome 3.0.2
 *  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 font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.0.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('../font/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('../font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="font-"],
[class*=" font-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;

  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.font-white,
.nav-pills > .active > a > [class^="font-"],
.nav-pills > .active > a > [class*=" font-"],
.nav-list > .active > a > [class^="font-"],
.nav-list > .active > a > [class*=" font-"],
.navbar-inverse .nav > .active > a > [class^="font-"],
.navbar-inverse .nav > .active > a > [class*=" font-"],
.dropdown-menu > li > a:hover > [class^="font-"],
.dropdown-menu > li > a:hover > [class*=" font-"],
.dropdown-menu > .active > a > [class^="font-"],
.dropdown-menu > .active > a > [class*=" font-"],
.dropdown-submenu:hover > a > [class^="font-"],
.dropdown-submenu:hover > a > [class*=" font-"] {
  background-image: none;
}
[class^="font-"]:before,
[class*=" font-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="font-"],
a [class*=" font-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.font-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.btn [class^="font-"],
.nav [class^="font-"],
.btn [class*=" font-"],
.nav [class*=" font-"] {
  display: inline;
  /* keeps button heights with and without icons the same */

}
.btn [class^="font-"].font-large,
.nav [class^="font-"].font-large,
.btn [class*=" font-"].font-large,
.nav [class*=" font-"].font-large {
  line-height: .9em;
}
.btn [class^="font-"].font-spin,
.nav [class^="font-"].font-spin,
.btn [class*=" font-"].font-spin,
.nav [class*=" font-"].font-spin {
  display: inline-block;
}
.nav-tabs [class^="font-"],
.nav-pills [class^="font-"],
.nav-tabs [class*=" font-"],
.nav-pills [class*=" font-"] {
  /* keeps button heights with and without icons the same */

}
.nav-tabs [class^="font-"],
.nav-pills [class^="font-"],
.nav-tabs [class*=" font-"],
.nav-pills [class*=" font-"],
.nav-tabs [class^="font-"].font-large,
.nav-pills [class^="font-"].font-large,
.nav-tabs [class*=" font-"].font-large,
.nav-pills [class*=" font-"].font-large {
  line-height: .9em;
}
li [class^="font-"],
.nav li [class^="font-"],
li [class*=" font-"],
.nav li [class*=" font-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="font-"].font-large,
.nav li [class^="font-"].font-large,
li [class*=" font-"].font-large,
.nav li [class*=" font-"].font-large {
  /* increased font size for font-large */

  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="font-"],
ul.icons li [class*=" font-"] {
  width: .75em;
}
.font-muted {
  color: #eeeeee;
}
.font-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.font-2x {
  font-size: 2em;
}
.font-2x.font-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.font-3x {
  font-size: 3em;
}
.font-3x.font-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.font-4x {
  font-size: 4em;
}
.font-4x.font-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="font-"].pull-left,
[class*=" font-"].pull-left {
  margin-right: .3em;
}
[class^="font-"].pull-right,
[class*=" font-"].pull-right {
  margin-left: .3em;
}
.btn [class^="font-"].pull-left.font-2x,
.btn [class*=" font-"].pull-left.font-2x,
.btn [class^="font-"].pull-right.font-2x,
.btn [class*=" font-"].pull-right.font-2x {
  margin-top: .18em;
}
.btn [class^="font-"].font-spin.font-large,
.btn [class*=" font-"].font-spin.font-large {
  line-height: .8em;
}
.btn.btn-small [class^="font-"].pull-left.font-2x,
.btn.btn-small [class*=" font-"].pull-left.font-2x,
.btn.btn-small [class^="font-"].pull-right.font-2x,
.btn.btn-small [class*=" font-"].pull-right.font-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="font-"],
.btn.btn-large [class*=" font-"] {
  margin-top: 0;
}
.btn.btn-large [class^="font-"].pull-left.font-2x,
.btn.btn-large [class*=" font-"].pull-left.font-2x,
.btn.btn-large [class^="font-"].pull-right.font-2x,
.btn.btn-large [class*=" font-"].pull-right.font-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="font-"].pull-left.font-2x,
.btn.btn-large [class*=" font-"].pull-left.font-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="font-"].pull-right.font-2x,
.btn.btn-large [class*=" font-"].pull-right.font-2x {
  margin-left: .2em;
}
.font-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}
@-o-keyframes spin {
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); }
}
@-ms-keyframes spin {
  0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}
@-moz-document url-prefix() {
  .font-spin {
    height: .9em;
  }
  .btn .font-spin {
    height: auto;
  }
  .font-spin.font-large {
    height: 1.25em;
  }
  .btn .font-spin.font-large {
    height: .75em;
  }
}
/*  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-lightbulb:before            { content: "\f0eb"; }
.font-exchange:before             { content: "\f0ec"; }
.font-cloud-download:before       { content: "\f0ed"; }
.font-cloud-upload:before         { content: "\f0ee"; }

.font-user-md:before              { content: "\f0f0"; }
.font-stethoscope:before          { content: "\f0f1"; }
.font-suitcase:before             { content: "\f0f2"; }
.font-bell-alt:before             { content: "\f0f3"; }
.font-coffee:before               { content: "\f0f4"; }
.font-food:before                 { content: "\f0f5"; }
.font-file-alt:before             { content: "\f0f6"; }
.font-building:before             { content: "\f0f7"; }
.font-hospital:before             { content: "\f0f8"; }
.font-ambulance:before            { content: "\f0f9"; }
.font-medkit:before               { content: "\f0fa"; }
.font-fighter-jet:before          { content: "\f0fb"; }
.font-beer:before                 { content: "\f0fc"; }
.font-h-sign:before               { content: "\f0fd"; }
.font-plus-sign-alt:before        { content: "\f0fe"; }

.font-double-angle-left:before    { content: "\f100"; }
.font-double-angle-right:before   { content: "\f101"; }
.font-double-angle-up:before      { content: "\f102"; }
.font-double-angle-down:before    { content: "\f103"; }
.font-angle-left:before           { content: "\f104"; }
.font-angle-right:before          { content: "\f105"; }
.font-angle-up:before             { content: "\f106"; }
.font-angle-down:before           { content: "\f107"; }
.font-desktop:before              { content: "\f108"; }
.font-laptop:before               { content: "\f109"; }
.font-tablet:before               { content: "\f10a"; }
.font-mobile-phone:before         { content: "\f10b"; }
.font-circle-blank:before         { content: "\f10c"; }
.font-quote-left:before           { content: "\f10d"; }
.font-quote-right:before          { content: "\f10e"; }

.font-spinner:before              { content: "\f110"; }
.font-circle:before               { content: "\f111"; }
.font-reply:before                { content: "\f112"; }
.font-github-alt:before           { content: "\f113"; }
.font-folder-close-alt:before     { content: "\f114"; }
.font-folder-open-alt:before      { content: "\f115"; }
