@font-face {
	font-family: 'gss';
	src:url('gss%EF%B9%96-1eqfys.eot');
	src:url('gss%EF%B9%96.eot#iefix-1eqfys') format('embedded-opentype'),
		url('gss%EF%B9%96-1eqfys.woff') format('woff'),
		url('gss%EF%B9%96-1eqfys.ttf') format('truetype'),
		url('gss%EF%B9%96-1eqfys.svg#gss') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'gss';
	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-arrow:before {
    content: "\e600";
}
.icon-play:before {
    content: "\e601";
}
.icon-pacman:before {
    content: "\e602";
}
.icon-spinner:before {
    content: "\e603";
}
.icon-menu:before {
    content: "\e604";
}


.icon-arrow-left:before,
.icon-arrow-top:before,
.icon-arrow-bottom:before   {
    content: "\e600";
}

.icon-arrow-left {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.icon-arrow-top {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}