@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/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;
	-moz-osx-font-smoothing: grayscale;
}

/* 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-twitter, .icon-linkedin, .icon-facebook, .icon-youtube, .icon-google-plus, .icon-wordpress, .icon-rss, .icon-search, .icon-caret-right, .icon-cities-trio, .icon-cities-single {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-twitter:before {
	content: "\f099";
}
.icon-linkedin:before {
	content: "\f0e1";
}
.icon-facebook:before {
	content: "\f09a";
}
.icon-youtube:before {
	content: "\f167";
}
.icon-google-plus:before {
	content: "\f0d5";
}
.icon-wordpress:before {
	content: "\e000";
}
.icon-rss:before {
	content: "\f09e";
}
.icon-search:before {
	content: "\f002";
}
.icon-caret-right:before {
	content: "\f0da";
}
.icon-cities-trio:before {
	content: "\e001";
}
.icon-cities-single:before {
	content: "\e002";
}
