

/*Standard Listen*/
.list-fa, .list-fa li > ul {
	margin-left: 0;
	padding-left: 23px;
	list-style: none;
}

.list-fa li:before {
  margin-right: 9px;
  margin-left: -23px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.list-fa-angle-double-right li:before {
	content: "\f101";
}

.list-fa-angle-right li:before {
	content: "\f105";
}


.list-fa-arrow-right li:before {
	content: "\f061";
}

.list-fa-arrow-circle-right li:before {
	content: "\f0a9";
}


.list-fa-caret-right li:before {
	content: "\f0da";
}

.list-fa-caret-square-o-right li:before {
	content: "\f152";
}

.list-fa-check-square li:before {
	content: "\f14a";
}

.list-fa-chevron-right li:before {
	content: "\f054";
}

.list-fa-chevron-circle-right li:before {
	content: "\f0a9";
}