.filtr-item {
  margin: auto !important;
  /*padding-top: 0px;*/
  /*margin-left: 5px;*/
}

.filtr-controls span {
  cursor: pointer;
}

.filtr-controls span:after {
  content: ' ';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: transparent;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.filtr-controls span.active:after {
  width: 100%;
  left: 0;
  background: #000;
}

.filtr-loading {
  border: 5px solid #333;
  position: relative;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: 80px 0;
  opacity: 0;
  top: 0;
  width: 40px;
  z-index: 2;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.filtr-item {
  width: 100%;
}

  /*
@media screen and (min-width: 768px) {
  .filtr-item {
    width: 33.3%;
  }
}

@media screen and (min-width: 992px) {
  .filtr-item {
    width: 25%;
  }
}*/

.item-desc {
  background-color: rgba(255, 255, 255, 0.8);
  color: white;
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
  font-size: .6em;
  padding: 0rem;
  bottom: .1rem;
  left: .1rem;
  right: .1rem;
}

/* Filter controls */
.simplefilter,
.multifilter,
.sortandshuffle,
.search-row {
  padding-left: 0;
}
.simplefilter li,
.multifilter li,
.sortandshuffle li {
  color: white;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  padding: 1rem 2rem;
}
.simplefilter li {
  background-color: #585858;
}
.simplefilter li.active {
  background-color: #212121;
}
.multifilter li {
  background-color: #4b9eff;
}
.multifilter li.active {
  background-color: #2265b4;
}

/* Shuffle and sort controls */
 /**** estoy utilizando select2 tons no aplica
 select {
 padding: 1rem 1rem;
  text-transform: uppercase;
}*/
.sortandshuffle .shuffle-btn {
  background-color: #dec800;
}
.sortandshuffle .sort-btn {
  background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
  background-color: #9d0000;
}

/* Search control */
.filtr-search {
  padding: 0.5rem;
  /*text-transform: uppercase;*/
  font-size: smaller;
}

/* Colored divs */
.block {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.75) inset;
  color: white;
  text-align: center;
  height: 80px;
  position: relative;
}
.block > .text {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block.xs {
  height: 40px;
}
.block.md {
  height: 120px;
}
.block.lg {
  height: 160px;
}
.block.purple {
  background-color: purple;
}
.block.yellow {
  background-color: #dec800;
}
.block.red {
  background-color: crimson;
}
.block.green {
  background-color: lightgreen;
}
.block.blue {
  background-color: #4b9eff;
}

/* Helpers */
.push-down {
  margin-bottom: 50px;
}

.filtr-container {
  margin-top: 25px;
}

.filtr-container,
.color-container-1,
.color-container-2,
.color-container-3,
.color-container-4 {
  display: none;
  transition: height 500ms ease-out;
}
