@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?wxzozh");
	src: url("fonts/icomoon.eot?wxzozh#iefix") format("embedded-opentype"),
		url("fonts/icomoon.ttf?wxzozh") format("truetype"),
		url("fonts/icomoon.woff?wxzozh") format("woff"),
		url("fonts/icomoon.svg?wxzozh#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !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-flag:before {
	content: "\e90f";
}
.icon-building:before {
	content: "\e900";
}
.icon-bullseye:before {
	content: "\e901";
}
.icon-burn:before {
	content: "\e902";
}
.icon-cloud-upload-alt:before {
	content: "\e903";
}
.icon-cocktail:before {
	content: "\e904";
}
.icon-cogs:before {
	content: "\e905";
}
.icon-coins:before {
	content: "\e906";
}
.icon-map-signs:before {
	content: "\e907";
}
.icon-school:before {
	content: "\e908";
}
.icon-sitemap:before {
	content: "\e909";
}
.icon-sliders-h:before {
	content: "\e90a";
}
.icon-smile:before {
	content: "\e90b";
}
.icon-swimming-pool:before {
	content: "\e90c";
}
.icon-users:before {
	content: "\e90d";
}
.icon-users-cog:before {
	content: "\e90e";
}
.icon-running:before {
	content: "\e911";
}

.icon-house-outline:before {
	content: "\e912";
}
.successticket {
	color: green;
}
.successticket:hover{
	color: gray;
}