[class^="icon-"]:before,
[class*=" icon-"]:before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'panther-theme' !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;
}

.icon-instagram:before {
	content: "\e907";
  }
  .icon-linkedin:before {
	content: "\e908";
  }
  .icon-pinterest:before {
	content: "\e909";
  }
  .icon-arrow:before {
	content: "\e900";
  }
  .icon-check:before {
	content: "\e901";
  }
  .icon-e-mail:before {
	content: "\e902";
  }
  .icon-phone:before {
	content: "\e903";
  }
  .icon-facebook:before {
	content: "\e904";
  }
  .icon-search:before {
	content: "\e905";
  }
  .icon-twitter:before {
	content: "\e906";
  }