@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icon.eot?84hx0q');
	src:  url('fonts/icon.eot?84hx0q#iefix') format('embedded-opentype'),
	  url('fonts/icon.ttf?84hx0q') format('truetype'),
	  url('fonts/icon.woff?84hx0q') format('woff'),
	  url('fonts/icon.svg?84hx0q#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }
  
  .phicon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	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;
  }
  .phicon-zoom-out:before {
	content: "\e905";
  }
  .phicon-zoom-in:before {
	content: "\e906";
  }
  .phicon-crop:before {
	content: "\e903";
  }
  .phicon-plus:before {
	content: "\e900";
  }
  .phicon-check:before {
	content: "\e901";
  }
  .phicon-bin:before {
	content: "\e902";
  }
  .phicon-cross:before {
	content: "\e904";
  }