.filter-options {
  margin-top: 20px;
  margin-bottom: 40px; }

.filter-group .filter-group__label {
  margin: 0 0 5px; }
.filter-group button {
padding: 8px 4px;
width:100%;
font-family: 'Play', sans-serif;
font-size:1.6rem;
background-color:#fff;
}
.filter-group button:active {
background-color:#ff8400!important;
}
.filter-group button:hover {
background-color:#ff8400!important;
color:#fff;
}





.filter-group label {
  cursor: pointer; }

.shape-up {
  position: relative;
  overflow: hidden; }

.shape {
  position: relative;
  margin-left: 0;
  margin-top: 10px; }
.shape .shape__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.shape .shape__space {
  width: 100%;
  height: 100%;
  background-color: black;
  border-style: solid;
  border-width: 0;
  border-color: transparent; }

.shape--blue .shape__space {
  background-color: #3498DB;
  border-bottom-color: #3498DB; }

.shape--red .shape__space {
  background-color: #E74C3C;
  border-bottom-color: #E74C3C; }

.shape--orange .shape__space {
  background-color: #F39C12;
  border-bottom-color: #F39C12; }

.shape--green .shape__space {
  background-color: #2ECC71;
  border-bottom-color: #2ECC71; }

.shape--circle .shape__space {
  border-radius: 50%; }

.shape--diamond .shape__space {
  -webkit-transform: rotate(45deg) scale(0.70711);
      -ms-transform: rotate(45deg) scale(0.70711);
          transform: rotate(45deg) scale(0.70711); }

.shape--triangle .shape__space {
  padding-top: 14.5px;
  height: 0;
  width: 0;
  border-width: 0 110px 191px 110px;
  background-color: transparent; }

.lt-ie9 .shape .keep-ratio {
  position: static;
  width: 100%;
  height: 250px;
  overflow: visible;
  padding-bottom: 0; }
.lt-ie9 .shape .shape__inner {
  position: static;
  width: 100%;
  height: 100%; }

@media (min-width: 1200px) {
  .shape--triangle .shape__space {
    padding-top: 18px;
    height: 0;
    width: 0;
    border-width: 0 135px 234px 135px; } }
@media (min-width: 768px) and (max-width: 979px) {
  .shape--triangle .shape__space {
    padding-top: 11px;
    height: 0;
    width: 0;
    border-width: 0 83px 144px 83px; } }
@media (max-width: 767px) {
  .shape--triangle .shape__space {
    padding-top: 40px;
    height: 0;
    width: 0;
    border-width: 0 300px 520px 300px;
    margin: auto; } }
@media (max-width: 600px) {
  .shape--triangle .shape__space {
    padding-top: 32px;
    height: 0;
    width: 0;
    border-width: 0 240px 416px 240px; } }
@media (max-width: 480px) {
  .shape--triangle .shape__space {
    padding-top: 21.5px;
    height: 0;
    width: 0;
    border-width: 0 160px 277px 160px; } }


@media (min-width: 1200px) {
  }
@media (min-width: 768px) and (max-width: 979px) {
   }
@media (max-width: 767px) {
   }
@media (max-width: 480px) {
   }
