@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-clmprw');
	src:url('fonts/icomoon.eot?#iefix-clmprw') format('embedded-opentype'),
		url('fonts/icomoon.woff?-clmprw') format('woff'),
		url('fonts/icomoon.ttf?-clmprw') format('truetype'),
		url('fonts/icomoon.svg?-clmprw#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 24px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/********* Basic Red Certificate *********/
.icon-ebooth_icon .path1:before {
	content: "\e600";
	color: #ca292b;
	background: transparent;
	background: -webkit-linear-gradient(#ca292b, #7b1315);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/********* Basic Silver Certificate *******/
.icon-ebooth_icon .path3:before {
	content: "\e600";
	color: #797979;
  	background: transparent;
	background: -webkit-linear-gradient(#c0bfbf, #797979); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/********* Basic Bronze Certificate *******/
.icon-ebooth_icon .path4:before {
	content: "\e600";
	color: #775314;
  	background: transparent;
	background: -webkit-linear-gradient(#ae8337, #775314); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/********* Basic Gold Certificate *********/
.icon-ebooth_icon .path5:before {
	content: "\e600";
	color: #ab7c09;  	
  	background: transparent;
	background: -webkit-linear-gradient(#f5b61d, #ab7c09); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/********* Basic Greyed Out Certificate *******/
.icon-ebooth_icon .path6:before {
	content: "\e600";
	color: #b6b5b5;
  	background: transparent;
	background: -webkit-linear-gradient(#dad9d9, #b6b5b5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/************ White "E" Icon *************/
.icon-ebooth_icon .path2:before {
	content: "\e601";
	margin-left: -1em;
	color: #ffffff;
}