/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
i{
	font-family: 'FontAwesome';
	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;
}
/* makes the font 33% larger relative to the icon container */
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-bars:before{content:"\f0c9"}
.icon-map-marker:before {content: "\f041";}
.fa-phone:before{content:"\f095"}
.fa-pencil:before{content:"\f040"}
.fa-arrow-circle-up:before{content:"\f0aa"}
.fa-check:before{content:"\f00c"}
.fa-arrow-circle-right:before{content:"\f0a9"}