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

[class^="awe-"]:before,
[class*=" awe-"]:before {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

a [class^="awe-"],
a [class*=" awe-"] {
  display: inline-block;
  text-decoration: none;
}

.awe-search:before { content: "\f002" }
.awe-envelope:before { content: "\f003" }
.awe-star:before { content: "\f005" }
.awe-star-empty:before { content: "\f006" }
.awe-user:before { content: "\f007" }
.awe-home:before { content: "\f015" }
.awe-map-marker:before { content: "\f041" }
.awe-twitter:before { content: "\f099" }
.awe-facebook:before { content: "\f09a" }
.awe-pinterest:before { content: "\f0d2" }
.awe-envelope-alt:before { content: "\f0e0" }
.awe-clock:before { content: "\f017" }
