@charset "UTF-8";

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

}

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

.icon-twitter:before {
  content: "j";
}
.icon-tumblr:before {
  content: "k";
}
.icon-soundcloud:before {
  content: "l";
}
.icon-vimeo:before {
  content: "m";
}
.icon-linkedin:before {
  content: "n";
}
.icon-facebook:before {
  content: "p";
}
.icon-behance:before {
  content: "q";
}
.icon-blogger:before {
  content: "r";
}
.icon-dribbble:before {
  content: "s";
}
.icon-aws:before {
  content: "t";
}
.icon-comment-alt2-stroke:before {
  content: "C";
}
.icon-home:before {
  content: "a";
}
.icon-camera:before {
  content: "b";
}
.icon-cog:before {
  content: "c";
}
.icon-user:before {
  content: "d";
}
.icon-read-more:before {
  content: "e";
}
.icon-pin:before {
  content: "g";
}
.icon-box:before {
  content: "h";
}
.icon-goodreads:before {
  content: "i";
}
.icon-google:before {
  content: "i";
}
.icon-dropbox:before {
  content: "o";
}
.icon-search:before {
  content: "f";
}
.icon-pin-alt:before {
  content: "g";
}
.icon-content-43:before {
  content: "u";
}
.icon-arrow-left-thin:before {
  content: "v";
}
.icon-arrow-right-thin:before {
  content: "w";
}
