@font-face {
  font-family: 'FontAwesome';
  /*src: url('../fonts/fontawesome-webfont.eot');*/
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2');
  font-weight: normal;
  font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


.fa-envelope-o:before {
    content: "\f003"
}

.fa-long-arrow-up:before{content:"\f176"}

.fa-angle-double-right:before{content:"\f101"}

.fa-clock-o:before {
    content: "\f017"
}


.fa-headphones:before {
    content: "\f025"
}


.fa-list:before {
    content: "\f03a"
}


.fa-map-marker:before {
    content: "\f041"
}


.fa-arrow-right:before {
    content: "\f061"
}


.fa-phone:before {
    content: "\f095"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}


.fa-caret-down:before {
    content: "\f0d7"
}


.fa-linkedin:before {
    content: "\f0e1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-instagram:before {
    content: "\f16d"
}
