/*!
 *  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^="icon-"],
[class*=" icon-"] {
  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 */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */

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

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

  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.icon-muted {
  color: #eeeeee;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
.icon-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() {
  .icon-spin {
    height: .9em;
  }
  .btn .icon-spin {
    height: auto;
  }
  .icon-spin.icon-large {
    height: 1.25em;
  }
  .btn .icon-spin.icon-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 */
.icon-000:before                { content: "\f000"; }
.icon-001:before                { content: "\f001"; }
.icon-002:before                { content: "\f002"; }
.icon-003:before                { content: "\f003"; }
.icon-004:before                { content: "\f004"; }
.icon-005:before                { content: "\f005"; }
.icon-006:before                { content: "\f006"; }
.icon-007:before                { content: "\f007"; }
.icon-008:before                { content: "\f008"; }
.icon-009:before                { content: "\f009"; }
.icon-00a:before                { content: "\f00a"; }
.icon-00b:before                { content: "\f00b"; }
.icon-00c:before                { content: "\f00c"; }
.icon-00d:before                { content: "\f00d"; }
.icon-00e:before                { content: "\f00e"; }

.icon-010:before                { content: "\f010"; }
.icon-011:before                { content: "\f011"; }
.icon-012:before                { content: "\f012"; }
.icon-013:before                { content: "\f013"; }
.icon-014:before                { content: "\f014"; }
.icon-015:before                { content: "\f015"; }
.icon-016:before                { content: "\f016"; }
.icon-017:before                { content: "\f017"; }
.icon-018:before                { content: "\f018"; }
.icon-019:before                { content: "\f019"; }
.icon-01a:before                { content: "\f01a"; }
.icon-01b:before                { content: "\f01b"; }
.icon-01c:before                { content: "\f01c"; }
.icon-01d:before                { content: "\f01d"; }
.icon-01e:before                { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-021:before                { content: "\f021"; }
.icon-022:before                { content: "\f022"; }
.icon-023:before                { content: "\f023"; }
.icon-024:before                { content: "\f024"; }
.icon-025:before                { content: "\f025"; }
.icon-026:before                { content: "\f026"; }
.icon-027:before                { content: "\f027"; }
.icon-028:before                { content: "\f028"; }
.icon-029:before                { content: "\f029"; }
.icon-02a:before                { content: "\f02a"; }
.icon-02b:before                { content: "\f02b"; }
.icon-02c:before                { content: "\f02c"; }
.icon-02d:before                { content: "\f02d"; }
.icon-02e:before                { content: "\f02e"; }
.icon-02f:before                { content: "\f02f"; }

.icon-030:before                { content: "\f030"; }
.icon-031:before                { content: "\f031"; }
.icon-032:before                { content: "\f032"; }
.icon-033:before                { content: "\f033"; }
.icon-034:before                { content: "\f034"; }
.icon-035:before                { content: "\f035"; }
.icon-036:before                { content: "\f036"; }
.icon-037:before                { content: "\f037"; }
.icon-038:before                { content: "\f038"; }
.icon-039:before                { content: "\f039"; }
.icon-03a:before                { content: "\f03a"; }
.icon-03b:before                { content: "\f03b"; }
.icon-03c:before                { content: "\f03c"; }
.icon-03d:before                { content: "\f03d"; }
.icon-03e:before                { content: "\f03e"; }

.icon-040:before                { content: "\f040"; }
.icon-041:before                { content: "\f041"; }
.icon-042:before                { content: "\f042"; }
.icon-043:before                { content: "\f043"; }
.icon-044:before                { content: "\f044"; }
.icon-045:before                { content: "\f045"; }
.icon-046:before                { content: "\f046"; }
.icon-047:before                { content: "\f047"; }
.icon-048:before                { content: "\f048"; }
.icon-049:before                { content: "\f049"; }
.icon-04a:before                { content: "\f04a"; }
.icon-04b:before                { content: "\f04b"; }
.icon-04c:before                { content: "\f04c"; }
.icon-04d:before                { content: "\f04d"; }
.icon-04e:before                { content: "\f04e"; }

.icon-050:before                { content: "\f050"; }
.icon-051:before                { content: "\f051"; }
.icon-052:before                { content: "\f052"; }
.icon-053:before                { content: "\f053"; }
.icon-054:before                { content: "\f054"; }
.icon-055:before                { content: "\f055"; }
.icon-056:before                { content: "\f056"; }
.icon-057:before                { content: "\f057"; }
.icon-058:before                { content: "\f058"; }
.icon-059:before                { content: "\f059"; }
.icon-05a:before                { content: "\f05a"; }
.icon-05b:before                { content: "\f05b"; }
.icon-05c:before                { content: "\f05c"; }
.icon-05d:before                { content: "\f05d"; }
.icon-05e:before                { content: "\f05e"; }

.icon-060:before                { content: "\f060"; }
.icon-061:before                { content: "\f061"; }
.icon-062:before                { content: "\f062"; }
.icon-063:before                { content: "\f063"; }
.icon-064:before                { content: "\f064"; }
.icon-065:before                { content: "\f065"; }
.icon-066:before                { content: "\f066"; }
.icon-067:before                { content: "\f067"; }
.icon-068:before                { content: "\f068"; }
.icon-069:before                { content: "\f069"; }
.icon-06a:before                { content: "\f06a"; }
.icon-06b:before                { content: "\f06b"; }
.icon-06c:before                { content: "\f06c"; }
.icon-06d:before                { content: "\f06d"; }
.icon-06e:before                { content: "\f06e"; }

.icon-070:before                { content: "\f070"; }
.icon-071:before                { content: "\f071"; }
.icon-072:before                { content: "\f072"; }
.icon-073:before                { content: "\f073"; }
.icon-074:before                { content: "\f074"; }
.icon-075:before                { content: "\f075"; }
.icon-076:before                { content: "\f076"; }
.icon-077:before                { content: "\f077"; }
.icon-078:before                { content: "\f078"; }
.icon-079:before                { content: "\f079"; }
.icon-07a:before                { content: "\f07a"; }
.icon-07b:before                { content: "\f07b"; }
.icon-07c:before                { content: "\f07c"; }
.icon-07d:before                { content: "\f07d"; }
.icon-07e:before                { content: "\f07e"; }

.icon-080:before                { content: "\f080"; }
.icon-081:before                { content: "\f081"; }
.icon-082:before                { content: "\f082"; }
.icon-083:before                { content: "\f083"; }
.icon-084:before                { content: "\f084"; }
.icon-085:before                { content: "\f085"; }
.icon-086:before                { content: "\f086"; }
.icon-087:before                { content: "\f087"; }
.icon-088:before                { content: "\f088"; }
.icon-089:before                { content: "\f089"; }
.icon-08a:before                { content: "\f08a"; }
.icon-08b:before                { content: "\f08b"; }
.icon-08c:before                { content: "\f08c"; }
.icon-08d:before                { content: "\f08d"; }
.icon-08e:before                { content: "\f08e"; }

.icon-090:before                { content: "\f090"; }
.icon-091:before                { content: "\f091"; }
.icon-092:before                { content: "\f092"; }
.icon-093:before                { content: "\f093"; }
.icon-094:before                { content: "\f094"; }
.icon-095:before                { content: "\f095"; }
.icon-096:before                { content: "\f096"; }
.icon-097:before                { content: "\f097"; }
.icon-098:before                { content: "\f098"; }
.icon-099:before                { content: "\f099"; }
.icon-09a:before                { content: "\f09a"; }
.icon-09b:before                { content: "\f09b"; }
.icon-09c:before                { content: "\f09c"; }
.icon-09d:before                { content: "\f09d"; }
.icon-09e:before                { content: "\f09e"; }

.icon-0a0:before                { content: "\f0a0"; }
.icon-0a1:before                { content: "\f0a1"; }
.icon-0a2:before                { content: "\f0a2"; }
.icon-0a3:before                { content: "\f0a3"; }
.icon-0a4:before                { content: "\f0a4"; }
.icon-0a5:before                { content: "\f0a5"; }
.icon-0a6:before                { content: "\f0a6"; }
.icon-0a7:before                { content: "\f0a7"; }
.icon-0a8:before                { content: "\f0a8"; }
.icon-0a9:before                { content: "\f0a9"; }
.icon-0aa:before                { content: "\f0aa"; }
.icon-0ab:before                { content: "\f0ab"; }
.icon-0ac:before                { content: "\f0ac"; }
.icon-0ad:before                { content: "\f0ad"; }
.icon-0ae:before                { content: "\f0ae"; }

.icon-0b0:before                { content: "\f0b0"; }
.icon-0b1:before                { content: "\f0b1"; }
.icon-0b2:before                { content: "\f0b2"; }

.icon-0c0:before                { content: "\f0c0"; }
.icon-0c1:before                { content: "\f0c1"; }
.icon-0c2:before                { content: "\f0c2"; }
.icon-0c3:before                { content: "\f0c3"; }
.icon-0c4:before                { content: "\f0c4"; }
.icon-0c5:before                { content: "\f0c5"; }
.icon-0c6:before                { content: "\f0c6"; }
.icon-0c7:before                { content: "\f0c7"; }
.icon-0c8:before                { content: "\f0c8"; }
.icon-0c9:before                { content: "\f0c9"; }
.icon-0ca:before                { content: "\f0ca"; }
.icon-0cb:before                { content: "\f0cb"; }
.icon-0cc:before                { content: "\f0cc"; }
.icon-0cd:before                { content: "\f0cd"; }
.icon-0ce:before                { content: "\f0ce"; }

.icon-0d0:before                { content: "\f0d0"; }
.icon-0d1:before                { content: "\f0d1"; }
.icon-0d2:before                { content: "\f0d2"; }
.icon-0d3:before                { content: "\f0d3"; }
.icon-0d4:before                { content: "\f0d4"; }
.icon-0d5:before                { content: "\f0d5"; }
.icon-0d6:before                { content: "\f0d6"; }
.icon-0d7:before                { content: "\f0d7"; }
.icon-0d8:before                { content: "\f0d8"; }
.icon-0d9:before                { content: "\f0d9"; }
.icon-0da:before                { content: "\f0da"; }
.icon-0db:before                { content: "\f0db"; }
.icon-0dc:before                { content: "\f0dc"; }
.icon-0dd:before                { content: "\f0dd"; }
.icon-0de:before                { content: "\f0de"; }

.icon-0e0:before                { content: "\f0e0"; }
.icon-0e1:before                { content: "\f0e1"; }
.icon-0e2:before                { content: "\f0e2"; }
.icon-0e3:before                { content: "\f0e3"; }
.icon-0e4:before                { content: "\f0e4"; }
.icon-0e5:before                { content: "\f0e5"; }
.icon-0e6:before                { content: "\f0e6"; }
.icon-0e7:before                { content: "\f0e7"; }
.icon-0e8:before                { content: "\f0e8"; }
.icon-0e9:before                { content: "\f0e9"; }
.icon-0ea:before                { content: "\f0ea"; }
.icon-0eb:before                { content: "\f0eb"; }
.icon-0ec:before                { content: "\f0ec"; }
.icon-0ed:before                { content: "\f0ed"; }
.icon-0ee:before                { content: "\f0ee"; }

.icon-0f0:before                { content: "\f0f0"; }
.icon-0f1:before                { content: "\f0f1"; }
.icon-0f2:before                { content: "\f0f2"; }
.icon-0f3:before                { content: "\f0f3"; }
.icon-0f4:before                { content: "\f0f4"; }
.icon-0f5:before                { content: "\f0f5"; }
.icon-0f6:before                { content: "\f0f6"; }
.icon-0f7:before                { content: "\f0f7"; }
.icon-0f8:before                { content: "\f0f8"; }
.icon-0f9:before                { content: "\f0f9"; }
.icon-0fa:before                { content: "\f0fa"; }
.icon-0fb:before                { content: "\f0fb"; }
.icon-0fc:before                { content: "\f0fc"; }
.icon-0fd:before                { content: "\f0fd"; }
.icon-0fe:before                { content: "\f0fe"; }

.icon-100:before                { content: "\f100"; }
.icon-101:before                { content: "\f101"; }
.icon-102:before                { content: "\f102"; }
.icon-103:before                { content: "\f103"; }
.icon-104:before                { content: "\f104"; }
.icon-105:before                { content: "\f105"; }
.icon-106:before                { content: "\f106"; }
.icon-107:before                { content: "\f107"; }
.icon-108:before                { content: "\f108"; }
.icon-109:before                { content: "\f109"; }
.icon-10a:before                { content: "\f10a"; }
.icon-10b:before                { content: "\f10b"; }
.icon-10c:before                { content: "\f10c"; }
.icon-10d:before                { content: "\f10d"; }
.icon-10e:before                { content: "\f10e"; }

.icon-110:before                { content: "\f110"; }
.icon-111:before                { content: "\f111"; }
.icon-112:before                { content: "\f112"; }
.icon-113:before                { content: "\f113"; }
.icon-114:before                { content: "\f114"; }
.icon-115:before                { content: "\f115"; }
