strong.fa-stack-1x.text-white {
    color: #fff;
}

ul.list-group.circle {list-style-type:circle;}

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background-color: #27AE61;
    background-image: url("/images/icons/arrow-up.png");
    background-size: 50px 50px;
    background-position:center;
    background-repeat:no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

