@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-46vzqv');
	src:url('fonts/icomoon.eot?#iefix-46vzqv') format('embedded-opentype'),
		url('fonts/icomoon.woff?-46vzqv') format('woff'),
		url('fonts/icomoon.ttf?-46vzqv') format('truetype'),
		url('fonts/icomoon.svg?-46vzqv#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;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e600";
}
.icon-phone:before {
	content: "\e607";
}
.icon-arrow-up:before {
	content: "\e60a";
}
.icon-arrow-right2:before {
	content: "\e605";
}
.icon-envelope2:before {
	content: "\e604";
}

/* 2017/10/11 START */
.icon-envelop:before {
	content: "\1f4e9";
}
.icon-checkmark2:before {
	content: "\2705";
}
/* 2017/10/11 END */

/* 2017/10/19 START */
.icon-play3:before {
	content: "\25b6";
}
.icon-checkbox-checked:before {
  	content: "\1f5f9";
}
.icon-checkbox-unchecked:before {
  	content: "\25b7";
}
.icon-stop2:before {
  content: "\2b9e";
}
.icon-plus:before {
  content: "\2728";
}
/* 2017/10/19 END */