body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background-color: #f5f5f5;
	margin-top: 50px;
}
.logo {
	margin-bottom: 50px;
}
.panel-search {
	max-width: 330px;
	border: 0;
}
.panel-search > .panel-heading {
	background-color: #32526e;
	border-bottom: 0;
	text-transform: uppercase;
	font-size: 18px;
}
.form-control {
	border: 1px solid #eaeaea;
	font-size: 12px;
	box-shadow: none;
	outline: none;
}
p.heading {
  	color: #b6b6b6;
  	font-size: 16px;
  	font-weight: 300;
}
p.heading-blue {
	color: #FF884D;
	font-size: 14px;
}
p.text {
	font-size: 12px;
}
.btn-red {
	margin: 20px 0 10px 0;
	background-color: #f36552;
	font-weight: 300;
	color: #fff;
}
.btn-red:hover, .btn-red:active, .btn-red:focus {
	color: #fff;
	outline: none;
}
.list-group-item {
	border: 0;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background-color: #32526e;
	border-color: #32526e;
	font-size: 18px;
}
a.list-group-item:hover {
	background-color: #fff;
}