li.list-group-item{
	text-align:center;
}
.list-group .active:hover{
	padding-left: 5px;
    border-left: 1px solid #adadad;
}
#details {
	font-family: "Quicksand", sans-serif;
	font-size: 60px;
}
#home-box > h2 {
	font-family: "Quicksand", sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: #75b1ae;
}
.price {
	font-size: 25px;
	float: left;
}
.pricing_header {
	background: #2494F2;;
	border-radius: 5px 5px 0px 0px;
	transition: background 0.4s ease-out 0s;
}
.pricing_header h2 {
	text-align: center;
	line-height: 20px;
	padding: 10px 5px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px
}
.list-group-item {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	font-weight:bold;	
	background-color: #2494f2;
	font-size: 18px;
	color: white;
}
.btn {
	float: right;
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
}
.off {
	text-decoration: line-through;
	color: rgb(86,86,86);
}
.space {
	height: 2px;
	background-color: #75b1ae;
}
.list-group {
	min-height: 30px;
	background-color: #D3D3D3
}
.inactive {
	background-color: #FA5D5D;
	color: #FFFFFF;	
}
.fa-circle{color:red;}
