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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'tracking-live-icons';
	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;
}

.icon-map:before {
	content: "\e605";
}

.icon-module-off:before {
	content: "\e602";
}

.icon-module-on:before {
	content: "\e603";
}

.icon-close:before {
	content: "\e604";
}

.icon-fullscreen-off:before {
	content: "\e600";
}

.icon-fullscreen-on:before {
	content: "\e601";
}

