@charset "UTF-8";

@font-face {
  font-family: "ecosio-font";
  src:url("../eot/ecosio-font.eot");
  src:url("../eot/ecosio-fontd41d.eot#iefix") format("embedded-opentype"),
    url("../woff/ecosio-font.woff") format("woff"),
    url("../ttf/ecosio-font.ttf") format("truetype"),
    url("../svg/ecosio-font.svg#ecosio-font") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "ecosio-font" !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^="ecs-icon-"]:before,
[class*=" ecs-icon-"]:before {
  font-family: "ecosio-font" !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;
}

.ecs-icon-bracket-3:before {
  content: "\61";
}
.ecs-icon-bracket-2:before {
  content: "\62";
}
.ecs-icon-bracket-1:before {
  content: "\63";
}
.ecs-icon-menu:before {
  content: "\64";
}
.ecs-icon-right-open:before {
  content: "\66";
}
.ecs-icon-right-open-big:before {
  content: "\67";
}
.ecs-icon-right-open-mini:before {
  content: "\68";
}
.ecs-icon-cross:before {
  content: "\69";
}
