@font-face {
	font-family: 'fontello';
	src: url("../fonts/fontello.eot?44044020");
	src: url("../fonts/fontello.eot?44044020#iefix") format("embedded-opentype"),
	url("../fonts/fontello.woff2?44044020") format("woff2"), 
	url("../fonts/fontello.woff?44044020") format("woff"), 
	url("../fonts/fontello.ttf?44044020") format("truetype"), 
	url("../fonts/fontello.svg?44044020#fontello") format("svg");
	font-weight: normal;
	font-style: normal; }

/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.5em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-flip:before {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-phone:before {
  content: '\e800'; }

/* '' */
.icon-search:before {
  content: '\e801'; }

/* '' */
.icon-left-open:before {
  content: '\e802'; }

/* '' */
.icon-right-open:before {
  content: '\e803'; }

/* '' */
.icon-pencil:before {
  content: '\e804';
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* '' */
.icon-calendar:before {
  content: '\e805'; }

/* '' */
.icon-clock:before {
  content: '\e806'; }

/* '' */
.icon-pin:before {
  content: '\e807'; }

/* '' */
.icon-book:before {
  content: '\e808'; }

/* '' */
.icon-heart:before {
  content: '\e809'; }

/* '' */
.icon-map:before {
  content: '\e80a'; }

/* '' */
.icon-reddit:before {
  content: '\e80b'; }

/* '' */
.icon-wordpress:before {
  content: '\e80c'; }

/* '' */
.icon-pinned-map-down:before {
  content: '\e80d'; }

/* '' */
.icon-lined-map:before {
  content: '\e80e'; }

/* '' */
.icon-location:before {
  content: '\f031'; }

/* '' */
.icon-mail-alt:before {
  content: '\f0e0'; }

/* '' */
.icon-map-pin:before {
  content: '\f276'; }

/* '' */
.icon-map-signs:before {
  content: '\f277'; }

/* '' */
.icon-map-o:before {
  content: '\f278'; }

/* '' */
.icon-github:before {
  content: '\f300'; }

/* '' */
.icon-flickr:before {
  content: '\f303'; }

/* '' */
.icon-vimeo:before {
  content: '\f306'; }

/* '' */
.icon-twitter:before {
  content: '\f309'; }

/* '' */
.icon-facebook:before {
  content: '\f30c'; }

/* '' */
.icon-gplus:before {
  content: '\f30f'; }

/* '' */
.icon-pinterest:before {
  content: '\f312'; }

/* '' */
.icon-tumblr:before {
  content: '\f315'; }

/* '' */
.icon-linkedin:before {
  content: '\f318'; }

/* '' */
.icon-dribbble:before {
  content: '\f31b'; }

/* '' */
.icon-stumbleupon:before {
  content: '\f31e'; }

/* '' */
.icon-lastfm:before {
  content: '\f321'; }

/* '' */
.icon-rdio:before {
  content: '\f324'; }

/* '' */
.icon-spotify:before {
  content: '\f327'; }

/* '' */
.icon-qq:before {
  content: '\f32a'; }

/* '' */
.icon-instagram:before {
  content: '\f32d'; }

/* '' */
.icon-dropbox:before {
  content: '\f330'; }

/* '' */
.icon-evernote:before {
  content: '\f333'; }

/* '' */
.icon-flattr:before {
  content: '\f336'; }

/* '' */
.icon-skype:before {
  content: '\f339'; }

/* '' */
.icon-renren:before {
  content: '\f33c'; }

/* '' */
.icon-sina-weibo:before {
  content: '\f33f'; }

/* '' */
.icon-paypal:before {
  content: '\f342'; }

/* '' */
.icon-picasa:before {
  content: '\f345'; }

/* '' */
.icon-soundcloud:before {
  content: '\f348'; }

/* '' */
.icon-mixi:before {
  content: '\f34b'; }

/* '' */
.icon-behance:before {
  content: '\f34e'; }

/* '' */
.icon-google-circles:before {
  content: '\f351'; }

/* '' */
.icon-vkontakte:before {
  content: '\f354'; }

/* '' */
.icon-smashing:before {
  content: '\f357'; }
