@font-face {
	font-family: 'icomoon';
	src:url('/templates/fonts/icomoon/icomoon.eot');
	src:url('/templates/fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/templates/fonts/icomoon/icomoon.woff') format('woff'),
		url('/templates/fonts/icomoon/icomoon.ttf') format('truetype'),
		url('/templates/fonts/icomoon/icomoon.svg#icomoon') format('svg');
	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: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* 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*="icon-"] {
*/
.icon-facebook, .icon-pinterest, .icon-linkedin, .icon-twitter, .icon-google-plus, .icon-instagram, .icon-flickr, .icon-yelp, .icon-youtube, .icon-tumblr, .icon-tumblr-2, .icon-pinterest-2, .icon-foursquare, .icon-foursquare-2, .icon-google-plus-2, .icon-google-plus-3, .icon-facebook-2, .icon-facebook-3, .icon-twitter-2, .icon-twitter-3, .icon-flickr-2, .icon-flickr-3, .icon-mail, .icon-mail-2, .icon-mail-3, .icon-youtube-2 {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-facebook:before {
	content: "\61";
}
.icon-pinterest:before {
	content: "\62";
}
.icon-linkedin:before {
	content: "\63";
}
.icon-twitter:before {
	content: "\64";
}
.icon-google-plus:before {
	content: "\65";
}
.icon-instagram:before {
	content: "\66";
}
.icon-flickr:before {
	content: "\67";
}
.icon-yelp:before {
	content: "\68";
}
.icon-youtube:before {
	content: "\69";
}
.icon-tumblr:before {
	content: "\6a";
}
.icon-tumblr-2:before {
	content: "\6b";
}
.icon-pinterest-2:before {
	content: "\6c";
}
.icon-foursquare:before {
	content: "\6d";
}
.icon-foursquare-2:before {
	content: "\6e";
}
.icon-google-plus-2:before {
	content: "\6f";
}
.icon-google-plus-3:before {
	content: "\70";
}
.icon-facebook-2:before {
	content: "\71";
}
.icon-facebook-3:before {
	content: "\72";
}
.icon-twitter-2:before {
	content: "\73";
}
.icon-twitter-3:before {
	content: "\74";
}
.icon-flickr-2:before {
	content: "\75";
}
.icon-flickr-3:before {
	content: "\76";
}
.icon-mail:before {
	content: "\77";
}
.icon-mail-2:before {
	content: "\78";
}
.icon-mail-3:before {
	content: "\79";
}
.icon-youtube-2:before {
	content: "\7a";
}
