/*
List styles
********************************************/


/*
	Font awsome lists
 */
ul.list-fa
{
	list-style:none;
}

ul.list-fa li
{
	list-style:none;
}

ul.list-fa li:before
{
	font-family:FontAwesome;
	margin: 0 .5em 0 -1.5em;
}

ul.list-fa.small-bullet li:before
{
	font-family:FontAwesome;
	font-size:0.6em;
	position: relative;
	top: -0.25em;
	margin: 0 .5em 0 -1.5em;
}



/*
  Bullet options
*/
ul.list-fa.check li:before
{
	content:"\f00c";
}

ul.list-fa.check-square li:before
{
	content:"\f14a";
}

ul.list-fa.check-circle li:before
{
	content:"\f058";
}


ul.list-fa.chevron li:before
{
	content:"\f054";
}

ul.list-fa.chevron-circle li:before
{
	content:"\f138";
}


ul.list-fa.caret li:before
{
	content:"\f0da";
}

ul.list-fa.caret-square li:before
{
	content:"\f152";
}


ul.list-fa.square li:before
{
	content:"\f0c8";
}


