@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding: 0 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3em;
}
.fa-list:before{
	content: "\f03a";
	}
.fa-minus:before{
	content: "\f068";
	}
.fa-angle-double-down:before{
	content: "\f103";
	}
.fa-angle-double-up:before{
	content: "\f102";
	}
.fa-mobile:before{
	content: "\f10b";
	}
.fa-adn:before {
	content: "\f170";
}
.fa-group:before {
	content: "\f0c0";
}
.fa-file-text:before {
	content: "\f15c";
}
.fa-file:before {
	content: "\f15b";
}
.fa-bomb:before{ 
	content:  "\f1e2";
}
.fa-cubes:before{
	content: "\f1b3";
}
.fa-calendar:before{
	content: "\f073";
}
.fa-codepen:before{
	content: "\f1cb";
}
.fa-th:before{
	content:"\f00a";
}
.fa-trello:before{
	content: "\f181";
}
.fa-crosshairs:before{
	content: "\f05b";
}
.fa-home:before{
  content: "\f015";
}
.fa-info-circle:before{
  content: "\f05a";
}
.fa-comments:before{
  content: "\f086";
}
.fa-cog:before{
  content: "\f013";
}
.fa-briefcase:before{
  content: "\f0b1";
}
.fa-cloud:before{
  content: "\f0c2";
}
.fa-code-fork:before{
  content: "\f126";
}
.fa-th-large:before{
  content: "\f009";
}
.fa-envelope:before{
  content: "\f0e0";
}
.fa-location-arrow:before{
  content: "\f124";
}
.fa-indent:before{
	content: "\f03c";
}
.fa-phone:before {
  content: "\f095";
}
.fa-plus:before {
	content: "\f067";
} 
.fa-user:before {
	content: "\f007";
}