@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "SocialBadges" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="badge-"]:before,
[class*=" badge-"]:before {
  font-family: "SocialBadges" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

/* makes sure icons active on rollover in links */
a [class^="badge-"],
a [class*=" badge-"] {
  display: inline;
  text-align: center;
}

[class^="awe-"].pull-left,
[class*=" awe-"].pull-left {
  margin-right: .3em;
}
[class^="awe-"].pull-right,
[class*=" awe-"].pull-right {
  margin-left: .3em;
}

[class^="badge-"].block,
[class*=" badge-"].block {
  display: block;
}

.footer  .nav-pills  li {
			text-align: center;
	
}

.badge-2x {
  font-size: 2em;
}

.badge-4x {
  font-size: 4em;
}

.badge-facebook:before {
  content: "\e800";
}
.badge-google:before {
  content: "\e801";
}
.badge-instagram:before {
  content: "\e802";
}
.badge-about:before {
  content: "\e80c";
}
.badge-contact:before {
  content: "\e80a";
}
.badge-pinterest:before {
  content: "\e804";
}
.badge-skype:before {
  content: "\e80e";
}
.badge-rss:before {
  content: "\e80f";
}
.badge-tumblr:before {
  content: "\e805";
}
.badge-twitter:before {
  content: "\e803";
}
.badge-youtube:before {
  content: "\e806";
}
.badge-yelp:before {
  content: "\e809";
}
.badge-wordpress:before {
  content: "\e807";
}
.badge-vimeo:before {
  content: "\e808";
}
.badge-linkedin:before {
  content: "\e80b";
}
.badge-git:before {
  content: "\e810";
}
.badge-flickr:before {
  content: "\e80d";
}
