@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?68vcjg');
  src:  url('fonts/icomoon.eot?68vcjg#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?68vcjg') format('truetype'),
    url('fonts/icomoon.woff?68vcjg') format('woff'),
    url('fonts/icomoon.svg?68vcjg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
[class^="icon-"], [class*=" icon-"] {
  
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/

.sow-icon-spicons{
	font-family: 'icomoon';
	display: inline-block;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sow-icon-spicons[data-sow-icon~=translate]:before {
	content: "\e900";
}
