.single-equipment .maincontainer {
    padding: 60px 15px;
}
.single-equipment .featured {
    float: left;
    width: 50%;
}
.single-equipment .featured .spacing {
    margin-right: 40px;
}
.single-equipment .content {
    float: left;
    width: 50%;
}



.page-template-template-equipment .maincontainer .full {
    padding: 100px 0;
    border-bottom: 1px solid #ddd;
}

.page-template-template-equipment .maincontainer .full:last-child {
	border-bottom: none;
}

.page-template-template-equipment .maincontainer h2 {
	font-family: 'Montserrat',sans-serif;
    letter-spacing: -0.02em;
    font-size: 40px;
    font-weight: bold;
	line-height: 1;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
	margin: 20px 0 40px;
}

.page-template-template-equipment .filter {
    margin-bottom: 20px;
}

.page-template-template-equipment .filter ul li label {
    list-style: none;
    display: inline-block;
    position: relative;
    margin: 0 0 .5em;
    text-decoration: none;
    color: #000;
    font-family: 'gotham-bold',sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 20px 0 5px;
    text-align: left;
	cursor: pointer;
}
.page-template-template-equipment .filter ul li input {
    margin-top: 0px;
    position: relative;
    top: 2px;
}

.page-template-template-equipment .products {
    text-align: center;
	margin-top: 0;
}

.page-template-template-equipment .product {
    text-align: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: .5em;
    margin: .5em 2em;
    min-width: 200px;
    max-width: 200px;
    display: inline-block;
}

.page-template-template-equipment .product h3 {
    font-size: 16px;
}

.page-template-template-equipment .product.inactive {
    display: none;
}
.page-template-template-equipment .product.active {
    display: inline-block !important;
}