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

i {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'iconfonts' !important;
	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-up:before {
	content: "\e900";
}
.icon-right:before {
	content: "\e901";
}
.icon-down:before {
	content: "\e902";
}
.icon-left:before {
	content: "\e903";
}
.icon-right2:before {
	content: "\e904";
}
.icon-phone:before {
	content: "\e905";
}
.icon-time:before {
	content: "\e906";
}
.icon-train:before {
	content: "\e907";
}
.icon-car:before {
	content: "\e908";
}
.icon-map:before {
	content: "\e909";
}
.icon-pen:before {
	content: "\e90a";
}
.icon-menu:before {
	content: "\e90b";
}
.icon-close:before {
	content: "\e90c";
}

