.buildban{
	text-align: center;
	background-color: #93c954;
	padding-top: 1em;
	padding-bottom: 1em;
	height: 8em;
}.buildban img{
	height: 6em;
	padding-top: 0em;
	vertical-align: middle;
}.buildban h1{
	color: white;
	display: inline-block;
	vertical-align: middle;
	max-width: 75%;
	padding-left: .5em;
	padding-right: .5em;
	font-size: 2.5em;
}.filters{
	border-radius: 3em;
	padding: 1em;
	background-color: white;
	
	margin: 1em;
}.greybg{
	background-color: #F0ECEB;
}.filtbox{
	
}.filtertit h2{
	display: inline-block;
	text-indent: 1em;
	vertical-align: middle;
	font-size: 2em;text-align: center;
}.filtertit img{
	height: 6em;
	margin-left: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
	vertical-align: middle;
}

.thumbnail{
	padding: 2em;
	border-radius: 2em;
	background-color: white;
	margin: 4em;
}

.checkbox {
    width: 100%;
    margin: 15px auto;
    position: relative;
    display: block;
}

.checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}
.checkbox label {
    position: relative;
}
 label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 22px;
    height: 22px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #ababab;
	 
	background-color: #93c954;
}
.checkbox label:after {
  content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 12px;
    left: 10px;
}
.checkbox input[type="checkbox"]:checked ~ label::before {
    color: white;
}

.checkbox input[type="checkbox"]:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}
.checkbox label {
    min-height: 34px;
    display: block;
    padding-left: 3em;
    margin-bottom: 0;
    font-weight: bold;
    cursor: pointer;
	font-size: 1.25em;
    vertical-align: middle;
}
.checkbox label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: 0;
}#butt{
	margin-top: 1em;
max-width: none;
}