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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'iconfont';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'iconfont';
	font-style: normal;
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-home:before {
	content: "\e000";
}
.icon-suitcase:before {
	content: "\e002";
}
.icon-star:before {
	content: "\e004";
}
.icon-camera:before {
	content: "\e006";
}
.icon-user:before {
	content: "\e007";
}
.icon-link:before {
	content: "\e008";
}
.icon-user-2:before {
	content: "\e005";
}
.icon-pictures:before {
	content: "\e00b";
}
.icon-picture:before {
	content: "\e00c";
}
.icon-tie:before {
	content: "\e00d";
}
.icon-chat:before {
	content: "\e009";
}
.icon-location:before {
	content: "\e00e";
}
.icon-number:before {
	content: "\31";
}
.icon-number-2:before {
	content: "\32";
}
.icon-number-3:before {
	content: "\33";
}
.icon-number-4:before {
	content: "\34";
}
.icon-number-5:before {
	content: "\35";
}
.icon-number-6:before {
	content: "\36";
}
.icon-number-7:before {
	content: "\37";
}
.icon-number-8:before {
	content: "\38";
}
.icon-number-9:before {
	content: "\39";
}
.icon-number-10:before {
	content: "\30";
}
.icon-tag:before {
	content: "\e018";
}
.icon-calendar:before {
	content: "\e00a";
}
.icon-arrow-right:before {
	content: "\e01a";
}
.icon-map:before {
	content: "\e003";
}
.icon-arrow-right-2:before {
	content: "\e01b";
}
.icon-flag:before {
	content: "\e001";
}
.icon-heart:before {
	content: "\e00f";
}
.icon-checkmark:before {
	content: "\e010";
}
.icon-cancel:before {
	content: "\e011";
}
