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


/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'tripfont';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-tripadvisor{
	font-family: 'tripfont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}

.icon-tripadvisor:before {
	content: "\e800";
}



