@font-face {
	font-family: 'Perpetua';
	src: url('fonts/Perpetua-Italic.eot');
	src: url('fonts/Perpetua-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Perpetua-Italic.woff2') format('woff2'),
		url('fonts/Perpetua-Italic.woff') format('woff'),
		url('fonts/Perpetua-Italic.ttf') format('truetype'),
		url('fonts/Perpetua-Italic.svg#Perpetua-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'fontello';
	src: url('fonts/fontello.eot?94873676');
	src: url('fonts/fontello.eot?94873676#iefix') format('embedded-opentype'),
	   url('fonts/fontello.woff2?94873676') format('woff2'),
	   url('fonts/fontello.woff?94873676') format('woff'),
	   url('fonts/fontello.ttf?94873676') format('truetype'),
	   url('fonts/fontello.svg?94873676#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 fontello;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-search:before { content: '\e800'; } /* '' */
.fa-map-marker:before { content: '\e801'; } /* '' */
.fa-download:before { content: '\e802'; } /* '' */
.fa-phone:before { content: '\e803'; } /* '' */
.fa-chevron-right:before { content: '\e804'; } /* '' */
.fa-chevron-left:before { content: '\e805'; } /* '' */
.fa-chevron-down:before { content: '\e806'; } /* '' */
.fa-chevron-up:before { content: '\e807'; } /* '' */
.fa-remove:before { content: '\e808'; } /* '' */
.fa-twitter:before { content: '\f099'; } /* '' */
.fa-facebook:before { content: '\f09a'; } /* '' */
.fa-navicon:before { content: '\f0c9'; } /* '' */
.fa-google-plus:before { content: '\f0d5'; } /* '' */
.fa-envelope:before { content: '\f0e0'; } /* '' */
.fa-linkedin:before { content: '\f0e1'; } /* '' */
.fa-angle-left:before { content: '\f104'; } /* '' */
.fa-angle-right:before { content: '\f105'; } /* '' */
.fa-angle-up:before { content: '\f106'; } /* '' */
.fa-angle-down:before { content: '\f107'; } /* '' */