
/* Template created by @sacripant for LBHF */
/* Used with grunt-webfont */
/* Based on https://github.com/endtwist/fontcustom/blob/master/lib/fontcustom/templates/fontcustom.css */




@font-face {
	font-family:"lbhf-tpl-icons";
	src:url("../fonts/lbhf-tpl-icons.eot?4aa2c98809393ab088f21d36866a0b0a");
	src:url("../fonts/lbhf-tpl-icons.eot?#iefix") format("embedded-opentype"),
		url("../fonts/lbhf-tpl-icons.woff?4aa2c98809393ab088f21d36866a0b0a") format("woff"),
		url("../fonts/lbhf-tpl-icons.ttf?4aa2c98809393ab088f21d36866a0b0a") format("truetype");
	font-weight:normal;
	font-style:normal;
}






/* Bootstrap Overrides */
[class^="tpl-icon-"]:before,
[class*=" tpl-icon-"]:before {
	font-family:"lbhf-tpl-icons";
	display:inline-block;
	vertical-align:baseline;
	line-height:1;
	font-weight:normal;
	font-style:normal;
	speak:none;
	text-decoration:inherit;
	text-transform:none;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}




/* Icons */

.tpl-icon-arrow-down:before {
	content:"\2193";
}

.tpl-icon-arrow-left:before {
	content:"\2190";
}

.tpl-icon-arrow-right:before {
	content:"\2192";
}

.tpl-icon-arrow-up:before {
	content:"\f101";
}

.tpl-icon-category:before {
	content:"\f102";
}

.tpl-icon-comment:before {
	content:"\f103";
}

.tpl-icon-dumb:before {
	content:"\f104";
}

.tpl-icon-eye:before {
	content:"\f105";
}

.tpl-icon-facebook:before {
	content:"\f106";
}

.tpl-icon-flickr:before {
	content:"\f107";
}

.tpl-icon-googleplus:before {
	content:"\f108";
}

.tpl-icon-instagram:before {
	content:"\f109";
}

.tpl-icon-linkedin:before {
	content:"\f10a";
}

.tpl-icon-loading:before {
	content:"\f10b";
}

.tpl-icon-photo:before {
	content:"\f10c";
}

.tpl-icon-pinterest:before {
	content:"\f10d";
}

.tpl-icon-play:before {
	content:"\f10e";
}

.tpl-icon-sad:before {
	content:"\f10f";
}

.tpl-icon-search:before {
	content:"\f110";
}

.tpl-icon-smile:before {
	content:"\f111";
}

.tpl-icon-time:before {
	content:"\f112";
}

.tpl-icon-twitter:before {
	content:"\f113";
}

.tpl-icon-x-cross:before {
	content:"\f114";
}

.tpl-icon-youtube:before {
	content:"\f115";
}




[class^="tpl-icon-"] i,
[class*=" tpl-icon-"] i,
.visuallyhidden	{ border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px; }    

