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

icon[class^='icon-']:before, icon[class*=' icon-']:before {
	font-family: 'fontello';
	text-align: center;
}

.icon-search:before {
	content: '\e800';
}

.icon-pin:before {
	content: '\e801';
}

.icon-cta-1:before {
	content: '\e802';
}

.icon-cta-3:before {
	content: '\e803';
}

.icon-cta-2:before {
	content: '\e804';
}

.icon-clock:before {
	content: '\e805';
}

.icon-arrow:before {
	content: '\e806';
}

.icon-email:before {
	content: '\e807';
}

.icon-printer:before {
	content: '\e808';
}

.icon-txt:before {
	content: '\e809';
}

.icon-stars:before {
	content: '\e80a';
}

.icon-logo-icon:before {
	content: '\e80c';
}

.google-plus:before {
	content: '\e80b' !important;
	font-family: 'fontello' !important;
	text-align: center !important;
}
/* End Fontello */
