@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;
}

.icon-angle-down:before {
  content: "\61";
}
.icon-down-open-big:before {
  content: "\62";
}
.icon-down-open-mini:before {
  content: "\63";
}
.icon-up-open-mini:before {
  content: "\64";
}
.icon-up-open-big:before {
  content: "\65";
}
.icon-heart:before {
  content: "\66";
}
.icon-list:before {
  content: "\67";
}
.icon-align-right:before {
  content: "\68";
}
.icon-align-justify:before {
  content: "\69";
}
.icon-three-bars:before {
  content: "\6a";
}
.icon-ios-arrow-thin-down:before {
  content: "\6b";
}
.icon-ios-arrow-down:before {
  content: "\6c";
}
.icon-android-close:before {
  content: "\6d";
}
.icon-ios-circle-outline:before {
  content: "\6e";
}
.icon-drag:before {
  content: "\6f";
}
.icon-android-radio-button-off:before {
  content: "\70";
}
