.check-list li {
	border-top: 1px solid #e6e6e6;
	border-bottom: 0px;
	padding: 7px 0;
	position: relative;
}

.check-list li:first-child {
	border-top: 0px;
}

.check-list li.borderless {
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px 0;
	position: relative;
}

.FILTER.active{
	color: #8BC34A !important;
}

.page-title-wrapper {
	padding: 10px 0 !important;
}

.section{
	padding: 20px 0;
}

.store-list .check-list li {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 3px solid #fff;
	float: left;
	padding: 10px;
	position: relative;
	width: 100%;
	height:auto;
}

.navbar-collapse {
	padding-left:0px;
}

.post-wrapper {
	padding:30px;
}

.page-filter ul {
	margin-bottom:0px !important;
}

a.hovered{
	color:#8BC34A;
}

h6{
	background:#8BC34A;
	padding-top:10px;
	padding-left:10px;
}



.header .well {
    display: block;
    float: right;
    min-width: 100px;
    width:100%;
}