/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 0px;	
}
.fa-search:before {
	content: "\f002";
	font-size: 15px;
}
.fa-times:before {
	content: "\f00d";
	color:red;
}
.fa-arrow-up:before {
	content: "\f062";
	font-size: 12px;
}
.fa-pencil:before {
	content: "\f040";
	font-size: 20px;
}
.fa-copyright:before {
	content: "\f1f9";
	font-size: 15px;
}
.fa-user-o:before {
	content: "\f2c0";
	color: #EFBE9E;
	font-weight: bold;
	font-size: 15px;
}
.fa-envelope-o:before {
	content: "\f003";
	font-size: 14px;
}
.fa-sitemap:before {
	content: "\f0e8";
	font-size: 14px;
}
.fa-calendar-o:before {
	content: "\f133";
	font-size: 15px;
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-sort-desc:before {
	content: "\f0dd";
	font-size: 10px;
	margin: 0 0 0 3px;
    #position: absolute;
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-home:before {
	content: "\f015";
	font-size: 15px;
}
