@charset "UTF-8";

@font-face {
  font-family: "untitled-font-1";
  src:url("untitled-font-1.eot");
  src:url("untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("untitled-font-1.woff") format("woff"),
    url("untitled-font-1.ttf") format("truetype"),
    url("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;
}

.icon-cancel:before {
  content: "j";
}
.icon-facebook-circled:before {
  content: "a";
}
.icon-gplus-circled:before {
  content: "e";
}
.icon-email-circled:before {
  content: "1";
}
.icon-twitter-circled:before {
  content: "c";
}
.icon-linkedin-circled:before {
  content: "f";
}
.icon-right-open:before {
  content: ">";
}
.icon-up-open-big:before {
  content: "b";
}
.icon-down-open-big:before {
  content: "V";
}
.icon-open:before {
  content: "z";
}
.icon-closed:before {
  content: "y";
}
.icon-email-mail-streamline:before {
  content: "A";
}
.icon-rocket:before {
  content: "B";
}
.icon-home:before {
  content: "C";
}
.icon-device-camera:before {
  content: "D";
}
.icon-clipboard-pencil:before {
  content: "E";
}
.icon-ibook-laptop:before {
  content: "F";
}
