@charset "UTF-8";

@font-face {
  font-family: "untitled-font-1";
  src:url("fonts/untitled-font-1.eot");
  src:url("fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("fonts/untitled-font-1.woff") format("woff"),
    url("fonts/untitled-font-1.ttf") format("truetype"),
    url("fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:20px;
}

.icon-social-twitter:before {
  content: "a";
}
.icon-facebook:before {
  content: "b";
}
.icon-youtube:before {
  content: "c";
}
.icon-flickr:before {
  content: "d";
}
.icon-instagram:before {
  content: "e";
}
.icon-vimeo:before {
  content: "f";
}
.icon-pinterest:before {
  content: "g";
}
.icon-two-finger-triple-tap:before {
  content: "h";
}
.icon-gplus:before {
  content: "i";
}
.icon-email-envelope:before {
  content: "j";
}
.icon-call-phone:before {
  content: "k";
}
.icon-pin-map:before {
  content: "l";
}
.icon-check:before {
  content: "m";
}
.icon-iphone:before {
  content: "n";
}
.icon-arrow-1-down:before {
  content: "o";
}
.icon-skype:before {
  content: "p";
}
