/*!
 *  Font Awesome 3.2.0
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://ConnectivityIcons.io.  Stay up to date on Twitter at
 *  http://twitter.com/ConnectivityIcons.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    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://ConnectivityIcons.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@ConnectivityIcons.io
 *  Twitter: http://twitter.com/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Icomoon';
  src: url('../font/icomoon.ttf');
  src: url('../font/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icomoon-"],
[class*=" icomoon-"] {
  font-family: Icomoon;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
    position: relative;
    display: inline-block;
}
[class^="icomoon-"]:before,
[class*=" icomoon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
[class^="icomoon-"]:after,
[class*=" icomoon-"]:after {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

[class^="icomoon-"].hide,
[class*=" icomoon-"].hide {
  display: none;
}
.icomoon-muted {
  color: #eeeeee;
}
.icomoon-light {
  color: #ffffff;
}
.icomoon-dark {
  color: #333333;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icomoon-"],
[class*=" icomoon-"] {
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
[class*=" icomoon-"]:after {
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
}
[class*=" icomoon-"]:before {
    position: absolute;
    top: 0;
    left: 0;
}
[class*=" icomoon-"].icomoon-large:before {
  top: -7.5px;
  font-size: 30px;
}
[class*=" icomoon-"].icomoon-large:after {
  top: -7.5px;
  font-size: 30px;
}
[class*=" icomoon-"].icomoon-large {
	width: 30px;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icomoon-location:after {
    content: "\e901";
}
.icomoon-location:before {
    content: "\e900";
}
.icomoon-downlink:after {
    content: "\e905";
}
.icomoon-downlink:before {
    content: "\e904";
}
.icomoon-uplink:after {
    content: "\e903";
}
.icomoon-uplink:before {
    content: "\e902";
}
