ul.list-plus, ul.list-plus2, ul.list-arrow, ul.list-arrow2, ul.list-star, ul.list-dot, ul.list-cross{
    margin: 18px auto;
}
ul.list-plus > li {
    background: url("../img/list_icons/i_plus_grey.png") no-repeat scroll 0 6px transparent;
    padding-left:20px;
    overflow:hidden;
    line-height: 2;
}
ul.list-plus2 > li {
    background: url("../img/list_icons/i_plus_dark_grey.png") no-repeat scroll 0 6px transparent;
    padding-left:20px;
    overflow:hidden;
    line-height: 2;
}

ul.list-arrow > li {
    background: url("../img/list_icons/i_arrow_3_grey.png") no-repeat scroll 0 6px transparent;
    font-family: lato;
    font-size: 14px;
    line-height: 2;
    overflow: hidden;
    padding-left: 20px;
    color:#34495e;
}
ul.list-arrow2 > li {
    background: url("../img/list_icons/i_arrow_3_dark_grey.png") no-repeat scroll 0 6px transparent;
    font-family: lato;
    font-size: 14px;
    line-height: 2;
    overflow: hidden;
    padding-left: 20px;
    color:#34495e;
}
ul.list-star > li {
    background: url("../img/list_icons/i_star_dark_grey.png") no-repeat scroll 0 6px transparent;
    font-family: lato;
    font-size: 14px;
    line-height: 2;
    overflow: hidden;
    padding-left: 20px;
    color:#34495e;
}

ul.list-dot > li {
    background: url("../img/list_icons/i_dot_dark_grey.png") no-repeat scroll 0 6px transparent;
    font-family: lato;
    font-size: 14px;
    line-height: 2;
    overflow: hidden;
    padding-left: 20px;
    color:#34495e;
}
ul.list-cross > li {
    background: url("../img/list_icons/i_cross_dark_grey.png") no-repeat scroll 0 6px transparent;
    font-family: lato;
    font-size: 14px;
    line-height: 2;
    overflow: hidden;
    padding-left: 20px;
    color:#34495e;
}
.listStyle {
	position: relative;
	margin: 20px 0 20px 0;
	padding: 0;

	list-style: none;
	line-height: 20px;
}

.listStyle li{
	margin-bottom: 5px;
}

.listStyle li span {
	display: block;
	overflow: hidden;
}

.listStyle li i {
	width: 16px;
	float: left;
	margin-right: 10px;
	text-align: center;
	color: #444;
	font-size: 14px;
}

.listStyle.decimal {
	list-style: decimal inside;
}

.listStyle.circle li:before {
	content: "\f111";
	float: left;
	margin: 8px 9px 0 0;
	font: 5px 'FontAwesome';
}

.listStyle.strong {
	font-family: 'OpenSansSemiboldRegular';
	color: #313538;
}

.listStyle.iconok li:before, 
.listStyle.bancircle li:before, 
.listStyle.flagcheckered li:before, 
.listStyle.exclamation li:before,
.listStyle.info li:before, 
.listStyle.question li:before, 
.listStyle.leaf li:before, 
.listStyle.pencil li:before,
.listStyle.chevronright li:before,
.listStyle.angleright li:before,
.listStyle.caretright li:before,
.listStyle.checksign li:before,
.listStyle.check li:before {
	float: left;
	margin: 3px 9px 0 0;
	font: 12px 'FontAwesome';
}

.listStyle.check li:before {
	content: "\f046";
	color: #34495e;
	text-shadow: 0 1px 3px rgba(52, 73, 94,0.1);
}
.listStyle.checksign li:before {
	content: "\f14a";
	color: #34495e;
	text-shadow: 0 1px 3px rgba(52, 73, 94,0.1);
}
.listStyle.iconok li:before {
	content: "\f00c";
	color: #34495e;
	text-shadow: 0 1px 3px rgba(52, 73, 94,0.1);
}
.listStyle.chevronright li:before {
	content: "\f054";
	color: #34495e;
	text-shadow: 0 1px 3px rgba(52, 73, 94,0.1);
}
.listStyle.angleright li:before {
	content: "\f105";
	color: #34495e;
	text-shadow: 0 1px 3px rgba(52, 73, 94,0.1);
}
.listStyle.caretright li:before {
	content: "\f0da";
	color: #34495e;
	text-shadow: 0 1px 3px rgba(52, 73, 94,0.1);
}

.listStyle.bancircle li:before {
	content: "\f05e";
	color: #34495e;
	text-shadow: 0 1px 3px rgba(52, 73, 94,0.1);
}

.listStyle.flagcheckered li:before {
	content: "\f11e";
	color: #34495e;
	text-shadow: 0 1px 3px rgba(52, 73, 94,0.1);
}

.listStyle.exclamation li:before {
	content: "\f12a";
	color: #34495e;
	text-shadow: 0 1px 3px rgba(52, 73, 94,0.1);
}

.listStyle.info li:before {
	content: "\f129";
	color: #34495e;
	text-shadow: 0 1px 3px rgba(52, 73, 94,0.1);
}

.listStyle.question li:before {
	content: "\f128";
	color: #34495e;
	text-shadow: 0 1px 3px rgba(52, 73, 94,0.1);
}

.listStyle.leaf li:before {
	content: "\f06c";
	color: #34495e;
	text-shadow: 0 1px 3px rgba(52, 73, 94,0.1);
}

.listStyle.pencil li:before {
	content: "\f040";
	color: #34495e;
	text-shadow: 0 1px 3px rgba(52, 73, 94,0.1);
}

.listStyle.circle li {
	margin-bottom: 10px;
	line-height: 20px;
	font-family: Lato;
	font-size: 14px;
}
.listStyle.circle li:before {
	width: 20px;
	height: 20px;
	position: relative;
	top: -3px;
	background: #1abc9c;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	color: #fff;
}

.listStyle.circle ul {
    margin-top: 10px;
}
.listStyle ul {
    margin-top: 5px;
}
.listStyle a {
	text-decoration: none;
	color: inherit;
}

.listStyle a:hover {
	color: #1abc9c;
}
/*													Button Up ^
--------------------------------------------------------------*/

.btntoTop {
	width: 44px;
	height: 44px;
	position: fixed;
	bottom: 30px;
	right: 30px;

	background-color: #34495e;
	border-radius: 2px;

	text-align: center;
	line-height: 40px;

	cursor: pointer;

	opacity: 0;

	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.btntoTop:before {
	content: "\f106";

	display: inline-block;
	vertical-align: middle;

	font: 20px 'FontAwesome';
	color: #b8bcc0;
}

.btntoTop.active {
	opacity: 1;
}
.btntoTop.active:hover{
	opacity: 0.8
}
