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

[class^="skin-phone"], [class*=" skin-phone"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'skin-phone' !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;
}

.skin-phoneskin-add:before {
  content: "\e900";
}
.skin-phoneskin-del:before {
  content: "\e901";
}
.skin-phoneskin-mail:before {
  content: url('../images/email.svg');
  color: rgb(255, 255, 255);
  margin-top:-7px; display:block;
}
.skin-phoneskin-next:before {
  content: "\e907";
}
.skin-phoneskin-phone:before {
  content: "\e908";
}

