@font-face {
	font-family: 'vc-elements';
	src:  url('fonts/vc-elements.eot?3eby4o');
	src:  url('fonts/vc-elements.eot?3eby4o#iefix') format('embedded-opentype'),
		url('fonts/vc-elements.ttf?3eby4o') format('truetype'),
		url('fonts/vc-elements.woff?3eby4o') format('woff'),
		url('fonts/vc-elements.svg?3eby4o#vc-elements') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

.ze-vc-icon-chat:before {
	content: "\e900";
}
.ze-vc-icon-standard:before {
	content: "\e901";
}
.ze-vc-icon-status:before {
	content: "\e902";
}
.ze-vc-icon-aside:before {
	content: "\e903";
}
.ze-vc-icon-link:before {
	content: "\e904";
}
.ze-vc-icon-quote:before {
	content: "\e905";
}
.ze-vc-icon-image:before {
	content: "\e906";
}
.ze-vc-icon-gallery:before {
	content: "\e907";
}
.ze-vc-icon-sticky:before {
	content: "\e908";
}
.ze-vc-icon-audio:before {
	content: "\e909";
}
.ze-vc-icon-video:before {
	content: "\e90a";
}

