/* style classes added by ig.connector 
using already embedded open iconic fonts
*/

.fas {
	position: relative;
	top: 1px;
	display: inline-block;
	speak: none;
	font-family: Icons;
	font-style: normal;
	font-weight: 100;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* based on oi oi media-play .oi-media-play:before {
    content: '\e093';*/
.fa-play:before {
	content: '\e093';
}

.fa-step-backward:before {
	content: '\e097'
}

.fa-step-forward:before {
	content: '\e098'
}
