@charset "UTF-8";

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

}

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

.aw-icon-up-open-big:before {
  content: "a";
}
.aw-icon-right-open-big:before {
  content: "b";
}
.aw-icon-left-open-big:before {
  content: "c";
}
.aw-icon-down-open-big:before {
  content: "d";
}
.aw-icon-arrow-down-light:before {
  content: "e";
}
.aw-icon-arrow-left-light:before {
  content: "f";
}
.aw-icon-arrow-right-light:before {
  content: "g";
}
.aw-icon-arrow-top-light:before {
  content: "h";
}
.aw-icon-close-light:before {
  content: "i";
}
.aw-icon-plus-light:before {
  content: "j";
}
.aw-icon-minus-light-1:before {
  content: "l";
}
.aw-icon-aw-arrow-down:before {
  content: "k";
}
.aw-icon-home:before {
  content: "m";
}
