/**
 * @Package: WordPress Plugin
 * @Subpackage: Amazing Portfolio
 * @Since: Amazing Portfolio 1.0
 * @Current Version: Amazing Portfolio 1.6
 * @WordPress Version: 3.5 or above
 * This file is part of Amazing Portofolio WordPress Plugin.
 */

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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'portjb';
	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-image:before {
	content: "\e600";
}
.icon-images:before {
	content: "\e601";
}
.icon-camera:before {
	content: "\e602";
}
.icon-headphones:before {
	content: "\e603";
}
.icon-play:before {
	content: "\e604";
}
.icon-film:before {
	content: "\e605";
}
.icon-camera2:before {
	content: "\e606";
}
.icon-image2:before {
	content: "\e607";
}
.icon-link:before {
	content: "\e608";
}
.icon-pencil:before {
	content: "\e609";
}
.icon-briefcase:before {
	content: "\e60a";
}
.icon-remove:before {
	content: "\e60b";
}
.icon-eye:before {
	content: "\e60c";
}
.icon-expand:before {
	content: "\e60d";
}
.icon-music:before {
	content: "\e60e";
}
