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

/* Use the following CSS code if you want to use data attributes for inserting your icons */

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
 .arrow_left, .arrow_right, .icon_zoom-in_alt, .icon_mail_alt, .icon_pin_alt, .icon_heart_alt, .icon_star-half_alt, .icon_star, .icon_phone, .icon_globe-2 {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.arrow_left:before {
	content: "\23";
}
.arrow_right:before {
	content: "\24";
}
.icon_zoom-in_alt:before {
	content: "\54";
}
.icon_mail_alt:before {
	content: "\e010";
}
.icon_pin_alt:before {
	content: "\e01d";
}
.icon_heart_alt:before {
	content: "\e030";
}
.icon_star-half_alt:before {
	content: "\e032";
}
.icon_star:before {
	content: "\e033";
}
.icon_phone:before {
	content: "\e090";
}
.icon_globe-2:before {
	content: "\e0e3";
}

	
