@font-face {
	font-family: 'ssgs';
	src: url('../fonts/ssgs.eot');
	src: url('../fonts/ssgs.eot#iefix') format('embedded-opentype'),
	 	url('../fonts/ssgs.woff2') format('woff2'),
		url('../fonts/ssgs.woff') format('woff'),
	 	url('../fonts/ssgs.ttf') format('truetype'),
	 	url('../fonts/ssgs.svg#ssgs') format('svg');
	font-weight: normal;
	font-style: normal;
} 

[data-ssgs]:before {
	speak: none;
	line-height: 1;
	font-family: 'ssgs';
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
 
[class^="ssgs-"]:before, [class*=" ssgs-"]:before {
	speak: none;
	line-height: 1;
	font-family: 'ssgs';
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ssgs-lock:before { content: '\e800'; }
.ssgs-run:before { content: '\e801'; }
.ssgs-settings:before { content: '\e802'; }
.ssgs-upload:before { content: '\e803'; }
.ssgs-video:before { content: '\e804'; }
.ssgs-clock:before { content: '\e805'; }
.ssgs-dashboard:before { content: '\e806'; }
.ssgs-help:before { content: '\e807'; }
.ssgs-link-share:before { content: '\e808'; }
.ssgs-script:before { content: url(../images/script.svg); vertical-align: middle; }
.ssgs-arrow-right:before { content: url('../../public/images/arrow_right.svg'); vertical-align: middle;}
.ssgs-support-icon:before{content: url('../../public/images/support.svg'); vertical-align: middle;}
.ssgs-support-icon{
	&.blue:before{content: url('../../public/images/support-blue.svg'); vertical-align: middle;}
}