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

.ico {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'pema' !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;
}

.ico-briefcase:before {
	content: "\e900";
}
.ico-calendar:before {
	content: "\e901";
}
.ico-delivery:before {
	content: "\e902";
}
.ico-mail:before {
	content: "\e903";
}
.ico-phone:before {
	content: "\e904";
}
.ico-pin:before {
	content: "\e905";
}
.ico-right:before {
	content: "\e906";
}
.ico-wrench:before {
	content: "\e907";
}

