@charset "UTF-8";

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

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

[data-icon]:before {
  font-family: "sustainable" !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;
}

[data-icon2]:before {
    font-family: "sustainable-font-2" !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: "sustainable" !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;
}

[class^="icon2-"]:before,
[class*=" icon2-"]:before {
    font-family: "sustainable-font-2" !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-again:before {
  content: "a";
}
.icon-badge:before {
  content: "b";
}
.icon-close:before {
  content: "c";
}
.icon-delete:before {
  content: "d";
}
.icon-email:before {
  content: "e";
}
.icon-facebook:before {
  content: "f";
}
.icon-gender:before {
  content: "g";
}
.icon-gplus:before {
  content: "h";
}
.icon-key:before {
  content: "i";
}
.icon-location:before {
  content: "j";
}
.icon-lock:before {
  content: "k";
}
.icon-logo:before {
  content: "l";
}
.icon-phone:before {
  content: "m";
}
.icon-pinterest:before {
  content: "n";
}
.icon-profession:before {
  content: "p";
}
.icon-skype:before {
  content: "q";
}
.icon-star:before {
  content: "r";
}
.icon-twitter:before {
  content: "s";
}
.icon-user:before {
  content: "t";
}
.icon-website:before {
  content: "u";
}
.icon-play:before {
  content: "o";
}

.icon2-arrow-up:before {
    content: "z";
}
.icon2-arrow-down:before {
    content: "x";
}