@charset "UTF-8";

@font-face {
  font-family: "atheer";
  src:url("fonts/atheer.eot");
  src:url("fonts/atheer.eot#iefix") format("embedded-opentype"),
    url("fonts/atheer.ttf") format("truetype"),
    url("fonts/atheer.svg") format("svg"),
    url("https://www.atheerlabs.com/css/fonts/atheer.woff") format("woff");
  font-weight: normal;
  font-style: normal;

}

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


.icon-bars:before {
  content: "b";
}

.icon-angle-down:before {
  content: "a";
}

.icon-chevron-down:before {
  content: "c";
}

.icon-shopping-cart:before {
  content: "d";
}

.icon-play:before {
  content: "f";
}

.icon-close:before {
  content: "e";
}

.icon-mobile:before {
  content: "g";
}

.icon-magic:before {
  content: "h";
}

.icon-span:before {
  content: "i";
}

.icon-email:before {
  content: "j";
}

.icon-touch:before {
  content: "k";
}

.icon-android:before {
  content: "l";
}

.icon-user:before {
  content: "m";
}

.icon-twitter:before {
  content: "n";
}

.icon-linkedin:before {
  content: "o";
}

.icon-facebook:before {
  content: "p";
}

.icon-youtube:before {
  content: "q";
}

.icon-google-plus:before {
  content: "r";
}

.icon-blogger:before {
  content: "s";
}

.icon-map:before {
  content: "t";
}

.icon-left:before {
  content: "u";
}

.icon-right:before {
  content: "v";
}