@font-face {
  font-family: 'domain';
  src:  url('../fonts/domain.eot?avet1s');
  src:  url('../fonts/domain.eot?avet1s#iefix') format('embedded-opentype'),
  url('../fonts/domain.ttf?avet1s') format('truetype'),
  url('../fonts/domain.woff?avet1s') format('woff'),
  url('../fonts/domain.svg?avet1s#domain') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.domainicon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'domain' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align:middle;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dnescrow:before {
  content: "\e900";
}
.icon-dnepik:before {
  content: "\e902";
}
.icon-dndan:before {
  content: "\e903";
}
.icon-dnsedo:before {
  content: "\e904";
}

.bg-escrow {
  background: #01426a;
}
.bg-epik {
  background: #F02502;
}
.bg-dan {
  background: #008C80;
}
.bg-sedo {
  background: #004090;
}