.gridder {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0
}

.gridder-list, .gridder-show {
  font-size: 16px
}

.gridder-list {
  display: inline-block;
  vertical-align: top
}

.gridder-show {
  display: block;
  float: left;
  width: 100%;
  position: relative
}

.gridder-content {
  display: none
}

.gridder-list {
  margin: 0 22px 20px 0;
}

.gridder-list:nth-of-type(6n) {
  margin-right: 0;
  margin-bottom: 0
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

.headline {
  text-align: center
}

.paragraph {
  text-align: center;
  color: #000;
  font-size: 12px
}

.gridder-list img {
  display: block;
  width: 100%;
}

.gridder.hasSelectedItem .gridder-list {
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1);
}

.gridder.hasSelectedItem .gridder-list.selectedItem {
  filter: none;
  -webkit-filter: grayscale(0);
}

.gridder-list {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.gridder-list:nth-child(n) {
}

.gridder-list:nth-of-type(3n) {
  margin-right: 0;
}

.gridder-list .overlay {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #FFF
}

.gridder-list .overlay .title {
  font-weight: 800;
  font-size: 16px
}

.gridder-list .overlay .description {
  font-weight: 300;
  font-size: 14px
}

.gridder-list .image {
  background-color: #EEE;
  background-image: url("../img/loading-spin.svg");
  background-size: cover;
  background-position: center;
  height: 250px
}


.gridder-show {
  float: left;
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.16)
}

.gridder-show .description {
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  width: 100%;
  line-height: 170%;
  color: #FFF
}

.gridder-show .description h2 {
  display: inline-block;
  background: #000;
  color: #FFF;
  padding: 5px;
  margin-bottom: 5px;
}

.gridder-show .description h3 {
  display: inline-block;
  background: #000;
  color: #FFF;
  padding: 5px;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 300;
}

.gridder-navigation {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
}

.gridder-navigation a:link,
.gridder-navigation a:visited {
  /*background: #FFF;*/
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  margin-right: 0px;
  transition: all .3s ease-in-out
}

.gridder-navigation a:hover {
  background: #fff;
  color: #000
}

.gridder-navigation a.disabled {
  opacity: 0
}
.gridder-close {
  float: right;
}

.gridder-expanded-content {
  animation-name: fadeIn;
  animation-duration: .3s;
  animation-fill-mode: both
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}


/********************************
*** RESPONSIVE iphone 6+      ***
********************************/
@media screen and (max-width: 630px) {
  .gridder-list {
    width: 30%;
    margin: 0 5% 5% 0;
  }
  .gridder-list:nth-of-type(3n) {
    margin-right: 0;
  }
}


/********************************
***      OVERRIDES         ***
********************************/

.gridder-nav.prev,
.gridder-nav.next {
  display: none !important;
}