@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot?88571281');
  src: url('../fonts/icons.eot?88571281#iefix') format('embedded-opentype'),
       url('../fonts/icons.woff?88571281') format('woff'),
       url('../fonts/icons.svg?88571281#icons') format('svg'),
       url('../fonts/icons.ttf?88571281') format('truetype');
  font-weight: normal;
  font-style: normal;
}
 
[class^="fa-"]:before, [class*=" fa-"]:before {
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	/* font-size: 120%; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
 
.fa-bars:before { content: '\e800'; } /* '' */
.fa-envelope:before { content: '\e801'; } /* '' */
.fa-phone:before { content: '\e802'; } /* '' */
.fa-map-marker:before { content: '\e803'; } /* '' */
.fa-angle-down:before { content: '\e804'; } /* '' */
.fa-facebook:before { content: '\e805'; } /* '' */
.fa-linkedin-square:before { content: '\e806'; } /* '' */
.fa-pinterest:before { content: '\e807'; } /* '' */
.fa-angle-up:before { content: '\e808'; } /* '' */