@charset "utf-8";
/* CSS Document */
/* CSS Fonts for Construction Estimating Lab */



/* FOR ICON TEXT */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), 
  	   url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), 
	   url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), 
	   url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right:5px;
}

.fa-th-large:before {
  content: "\f009";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-files-o:before {
  content: "\f0c5";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-file-text:before {
  content: "\f0f6";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-book:before {
  content: "\f02d";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-gears:before {
  content: "\f085";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-google-plus:before {
  content: "\f0d5";
}








