@charset "UTF-8";

@font-face {
  font-family: 'custom-icons';
  src: url('custom-icons.eot');
  src: url('custom-iconsd41d.eot?#iefix') format('embedded-opentype'),
       url('custom-icons.woff') format('woff'),
       url('custom-icons.ttf') format('truetype'),
       url('custom-icons.svg#custom-icons') format('svg');
  font-weight: normal; font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: custom-icons;
  font-style: normal;
  speak: none;

  display: inline-block;
  width: 1.1em;
  margin-right: .1em;
  text-align: center;
}

.the-icons li {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
}

.icon-star:before { content: "★"; } /* '\2605' */
.icon-mail:before { content: "✉"; } /* '\2709' */
.icon-location:before { content: ""; } /* '\e724' */
.icon-facebook:before { content: ""; } /* '\f300' */
.icon-twitter-bird:before { content: ""; } /* '\f303' */
.icon-googleplus-rect:before { content: ""; } /* '\f309' */
.icon-skype:before { content: ""; } /* '\f30b' */
.icon-vimeo:before { content: ""; } /* '\f30f' */
.icon-tumblr:before { content: ""; } /* '\f311' */
.icon-videocam:before { content: "🎥"; } /* '\1f3a5' */
.icon-doc-text:before { content: "📄"; } /* '\1f4c4' */
.icon-calendar:before { content: "📅"; } /* '\1f4c5' */
.icon-camera:before { content: "📷"; } /* '\1f4f7' */
.icon-search:before { content: "🔍"; } /* '\1f50d' */
