#filters {
	margin-bottom: 10px;
}

#filters .button {
	display: inline-block;
	padding: 5px;
	background-image: -webkit-linear-gradient(#fefefe 0%, #d5dad4 100%); 
	background-image: -moz-linear-gradient(#fefefe 0%, #d5dad4 100%); 
	background-image: -o-linear-gradient(#fefefe 0%, #d5dad4 100%); 
	background-image: linear-gradient(#fefefe 0%, #d5dad4 100%);
	border: 1px solid #b7bbbc;
	border-radius: 3px;
	color: #000;
	font-family: arial;
	font-size: 16px;
	cursor: pointer;
	margin: 0 3px 3px 0;
}

#filters .button:hover {
	background-image: -webkit-linear-gradient(#effafc 0%, #d0eef8 100%); 
	background-image: -moz-linear-gradient(#effafc 0%, #d0eef8 100%); 
	background-image: -o-linear-gradient(#effafc 0%, #d0eef8 100%); 
	background-image: linear-gradient(#effafc 0%, #d0eef8 100%);
	border: 1px solid #a9e2f6;
}

#filters .button:active,
#filters .button.is-checked {
  	background-image: -webkit-linear-gradient(#ecb02e 0%, #e8950b 100%); 
	background-image: -moz-linear-gradient(#ecb02e 0%, #e8950b 100%); 
	background-image: -o-linear-gradient(#ecb02e 0%, #e8950b 100%); 
	background-image: linear-gradient(#ecb02e 0%, #e8950b 100%);
	border: 1px solid #c68e00;
	color: #fff;
}

#filters .button.is-checked {
	color: white;
}

#filters .button:active {
	color:white;
}

.grey-box {
	background-color: #f2f2f2;
    padding: 0.7rem 1rem 0.1rem;
    margin-bottom: 1.875rem;
}

.grey-box h4 {
	color: #f29100;
    font-weight: 700;
    letter-spacing: -2px;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

header {
	position: relative;
	z-index: 1;
}
header:after {
	content: "";
	background-image: linear-gradient(-10deg, #0075bf 22.5%, rgba(47, 175, 213, 0.2) 40%, #0087cc 80.5%, rgba(91, 214, 221, 0.3) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.align-center {
	text-align: center;
}

.detail-img img {
	min-width: 100%;
	height: auto;
}

.image-crop:before,
.rect:before {
  content: "";
  display:block;
  padding-top: 100%;
  background-position: center;
  background-size: cover;
}

.rect {
	width: 100%;
	position: relative;
}