@font-face {
	font-family: 'plat-symbols';
	src:url('../../../css/plat-symbols/fonts/plat-symbols.eot');
	src:url('../../../css/plat-symbols/fonts/plat-symbols.eot#iefix') format('embedded-opentype'),
		url('../../../css/plat-symbols/fonts/plat-symbols.woff') format('woff'),
		url('../../../css/plat-symbols/fonts/plat-symbols.ttf') format('truetype'),
		url('../../../css/plat-symbols/fonts/plat-symbols.svg') 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: 'plat-symbols';
	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 */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"]:before {
*/
.icon-search:before, .icon-feed:before, .icon-feed-2:before, .icon-feed-3:before, .icon-youtube:before, .icon-youtube-2:before, .icon-home:before, .icon-tag:before, .icon-attachment:before, .icon-warning:before, .icon-locked:before, .icon-play:before, .icon-pause:before, .icon-volume:before, .icon-volume-2:before, .icon-cancel:before {
	font-family: 'plat-symbols';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-search:before {
	content: "\31";
}
.icon-feed:before {
	content: "\32";
}
.icon-feed-2:before {
	content: "\33";
}
.icon-feed-3:before {
	content: "\34";
}
.icon-youtube:before {
	content: "\35";
}
.icon-youtube-2:before {
	content: "\36";
}
.icon-home:before {
	content: "\37";
}
.icon-tag:before {
	content: "\38";
}
.icon-attachment:before {
	content: "\39";
}
.icon-warning:before {
	content: "\30";
}
.icon-locked:before {
	content: "\2d";
}
.icon-play:before {
	content: "\61";
}
.icon-pause:before {
	content: "\62";
}
.icon-volume:before {
	content: "\63";
}
.icon-volume-2:before {
	content: "\64";
}
.icon-cancel:before {
	content: "\21";
}