@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/ds_corporate_icons.eot?8vv58v');
  src:  url('../fonts/ds_corporate_icons.eot?8vv58v#iefix') format('embedded-opentype'),
    url('../fonts/ds_corporate_icons.ttf?8vv58v') format('truetype'),
    url('../fonts/ds_corporate_icons.woff?8vv58v') format('woff'),
    url('../fonts/ds_corporate_icons.svg?8vv58v#icomoon') 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-close:before {
  content: "\e900";
}
.icon-document:before {
  content: "\e901";
}
.icon-down-arrow:before {
  content: "\e902";
}
.icon-home:before {
  content: "\e903";
}
.icon-left-arrow:before {
  content: "\e904";
}
.icon-location:before {
  content: "\e905";
}
.icon-mail:before {
  content: "\e906";
}
.icon-menu:before {
  content: "\e907";
}
.icon-phone-left:before {
  content: "\e908";
}
.icon-phone-right:before {
  content: "\e909";
}
.icon-right-arrow:before {
  content: "\e90a";
}
.icon-socialicon-fb:before {
  content: "\e90b";
}
.icon-socialicon-tw:before {
  content: "\e90c";
}
.icon-up-arrow:before {
  content: "\e90d";
}

