@charset "UTF-8";

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

[class^="icon-"], [class*=" icon-"] {
  font-family: entypo;
  font-style: normal;

  font-size: 16px;

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

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

.icon-close:before {
	content: "\e000";
}
.icon-arrow:before {
	content: "\e001";
}
.icon-eye:before {
	content: "\e002";
}
.icon-add:before {
	content: "\e004";
}
.icon-email:before {
	content: "\e005";
}