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

[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ti-link:before {
	content: "\e62d";
}
.ti-import:before {
	content: "\e632";
}
.ti-zip:before {
	content: "\e664";
}
.ti-headphone:before {
	content: "\e69d";
}
.ti-instagram:before {
	content: "\e73d";
}
.ti-google:before {
	content: "\e73e";
}
.ti-facebook:before {
	content: "\e741";
}
.ti-twitter-alt:before {
	content: "\e74b";
}

.ti-email:before {
    content: "\e75a";
}
.ti-location-pin:before {
    content: "\e693";
}
.ti-mobile:before,
.ti-mobile-phone:before {
    content: "\e621"; /* phone icon */
}

.ti-time:before,
.ti-timer:before {
    content: "\e6b6"; /* time/clock icon */
}
.ti-phone:before {
    content: "\e600";
}
.ti-headphone-alt:before {
    content: "\e69f";
}
