/*!
 *  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('../fonts/font_awesome_eot.eot');
  src:url('../fonts/font_awesome_eot.eot') format('embedded-opentype'), url("../fonts/font_awesome_woff.woff") format('woff'), url("../fonts/font_awesome_ttf.ttf") format('truetype');
  font-weight:normal;
  font-style:normal }
}

a [class^="icon-"], a [class*=" icon-"] {
    display: inline-block;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    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;
}
.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}
.icon-google-plus:before{content:"\f0d5"}
.icon-linkedin:before{content:"\f0e1"}
.icon-envelope-alt:before{content:"\f0e0"}
.icon-search:before{content:"\f002"}
.icon-arrow-up:before{content:"\f062"}
.icon-envelope:before{content:"\f003"}