﻿/* SVG Icon Styling */
@font-face {
	font-family: 'icon';
	src:url('fonts/icon.eot?-i832iv');
	src:url('fonts/icon.eot?#iefix-i832iv') format('embedded-opentype'),
		url('fonts/icon.woff?-i832iv') format('woff'),
		url('fonts/icon.ttf?-i832iv') format('truetype'),
		url('fonts/icon.svg?-i832iv#icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="i-"], [class*=" i-"] {
	font-family: 'icon';
	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;
}

.i-bioplay:before {
	content: "\e60f";
}

.i-play:before {
	content: "\e502";
}

.i-email:before {
	content: "\e60a";
}

.i-vcard:before {
	content: "\e60b";
}

.i-emailpage:before {
	content: "\e60d";
}

.i-pdf:before {
	content: "\e60e";
}

.i-search:before {
	content: "\e600";
}

.i-youtube:before {
	content: "\e601";
}

.i-twitter:before {
	content: "\e602";
}

.i-linkedin:before {
	content: "\e603";
}

.i-icons-05:before {
	content: "\e604";
}

.i-fb:before {
	content: "\e605";
}

.i-gplus:before {
	content: "\e606";
}

.i-arrow-right:before {
	content: "\e607";
}

.i-arrow-left:before {
	content: "\e608";
}

.i-plus:before {
	content: "\e60c";
}

.i-close:before {
	content: "\e609";
}

.i-minus:before {
	content: "\e500";
}

.i-pause:before {
	content: "\e501";
}

.ptool-emailpage .i-ptoolicon:before {
    content: "\e60d";
}
.ptool-pdf .i-ptoolicon:before {
    content: "\e60e";
}