@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot%3Fhalh50');
  src:  url('../fonts/icomoon.eot%3Fhalh50') format('embedded-opentype'),
  url('../fonts/icomoon.ttf%3Fhalh50') format('truetype'),
  /*url('http://magellan-net.com/emmausmedical/fonts/icomoon.woff?halh50') format('woff'),*/
  url('../fonts/icomoon.svg%3Fhalh50') format('svg');
  font-weight: normal;
  font-style: normal;
  }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }

.icon-arrow-right-after:after {
    content: "\e903";
}
/*--------------------------------*/



.icon-location:before {
    content: "\e909";
}
.icon-map:before {
    content: "\e909";
}
.icon-envelope-o:before {
    content: "\e90a";
}
.icon-arrow-right:before {
    content: "\e903";
}
.icon-arrow-left:before {
    content: "\e908";
}
.icon-close:before {
    content: "\e902";
}
.icon-remove:before {
    content: "\e902";
}
.icon-times:before {
    content: "\e902";
}
.icon-angle-down:before {
    content: "\e905";
}
.icon-angle-up:before {
    content: "\e906";
}
.icon-angle-right:before {
    content: "\e907";
}
.icon-angle-left:before {
    content: "\e904";
}
.icon-phone:before {
    content: "\e90b";
}
.icon-logo-symbol:before {
    content: "\e900";
    color: #fff;
}
.icon-search:before {
    content: "\e901";
}