/* FONTS */
@font-face{
	font-family: 'Lacuna';
	src: url('../fonts/lacuna/lacuna.eot?') format('eot'), url('../fonts/lacuna/lacuna.woff') format('woff'), url('../fonts/lacuna/lacuna.ttf') format('truetype');
}
@font-face{
	font-family: 'Open Sans';
	src: url('../fonts/opensans/opensans.eot?') format('eot'), url('../fonts/opensans/opensans.woff') format('woff'), url('../fonts/opensans/opensans.ttf') format('truetype');
	font-style: normal;
	font-weight: 400;
}
@font-face{
	font-family: 'Open Sans';
	src: url('../fonts/opensans/opensans-l.eot?') format('eot'), url('../fonts/opensans/opensans-l.woff') format('woff'), url('../fonts/opensans/opensans-l.ttf') format('truetype');
	font-style: normal;
	font-weight: 200;
}
@font-face{
	font-family: 'Open Sans';
	src: url('../fonts/opensans/opensans-b.eot?') format('eot'), url('../fonts/opensans/opensans-b.woff') format('woff'), url('../fonts/opensans/opensans-b.ttf') format('truetype');
	font-style: normal;
	font-weight: 800;
}
@font-face{
	font-family: 'Font Awesome';
	src: url('../fonts/fontawesome/fontawesome.eot?') format('eot'), url('../fonts/fontawesome/fontawesome.woff') format('woff'), url('../fonts/fontawesome/fontawesome.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}