@font-face {
	font-family: 'fa';
	src:url('../fonts/fa.eot?qo4612');
	src:url('../fonts/fa.eot?#iefixqo4612') format('embedded-opentype'),
		url('../fonts/fa.woff?qo4612') format('woff'),
		url('../fonts/fa.ttf?qo4612') format('truetype'),
		url('../fonts/fa.svg?qo4612#fa') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="fa-"], [class*=" fa-"] {
	font-family: 'fa';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-3x {
  font-size: 3em;
}
.fa-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.fa-4x {
  font-size: 4em;
}
.fa-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.fa-machines:before {
	content: "\e603";
}

.fa-guichet:before {
	content: "\e602";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-check-square-o:before {
	content: "\e601";
}

.fa-pill:before {
	content: "\e600";
}

.fa-locked2:before {
	content: "\e606";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-phone:before {
	content: "\f095";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-desktop:before {
	content: "\f108";
}

