@font-face {
	font-family: 'Synicons';
	src:url('fonts/Synicons.eot?-yewj2s');
	src:url('fonts/Synicons.eot?#iefix-yewj2s') format('embedded-opentype'),
		url('fonts/Synicons.woff?-yewj2s') format('woff'),
		url('fonts/Synicons.ttf?-yewj2s') format('truetype'),
		url('fonts/Synicons.svg?-yewj2s#Synicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

i {
	font-family: 'Synicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
    font-size: 22px;
    vertical-align: middle;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Icons */

.si-tick:before {
	content: "\e600";
    color: #00B200;
}
.si-info:before {
	content: "\e601";
    color: #006CD5;
}
.si-cross:before {
	content: "\e602";
    color: #d00;
}
.si-quest:before {
	content: "\e603";
    color: #666;
}
.si-warn:before {
	content: "\e604";
    color: #d00;
}
.si-add:before {
	content: "\e605";
}

/* Icons with Outline */

.si-info-outline:before {
	content: "\e607";
    color: #006CD5;
}
.si-cross-outline:before {
	content: "\e608";
}
.si-quest-outline:before {
	content: "\e609";
}
.si-warn-outline:before {
	content: "\e60a";
    color: #d00;
}
.si-add-outline:before {
	content: "\e60b";
}
.si-tick-outline:before {
	content: "\e60c";
    color: #00B200;
}

/* Icon links styles */

i.hyperlinkFaux:Hover {
    text-decoration: none;
}