/* =============================================
 *
 *   PORTFOLIO FILTER KITTEN
 *
 *   
 *   http://www.tontonduweb.com
 *   
 *
 *   copyright 2016 : ELM Agency
 *
 * ============================================= */

.filterKitten a {
  font-family: 'Quicksand', 'Quicksand', sans-serif;
  font-size: 18px;
  padding: 10px 20px;
  display: inline-block;
  color: #ffffff;
  background: #e2135c;
  text-decoration: none;
  -webkit-transition: all 0.2s !important;
  -moz-transition: all 0.2s !important;
  -o-transition: all 0.2s !important;
  transition: all 0.2s !important;
  margin-right: 8px;
  border-radius: 0px;
}

.filterKitten a:hover { 
  background: #333333;
}

.filterKitten {
  padding: 50px;
  text-align: center;
}

.galleryKitten a img {
  width: 100%;
  height: auto;
  float: left;
  opacity: 1;
  -webkit-transition: all 0.2s !important;
  -moz-transition: all 0.2s !important;
  -o-transition: all 0.2s !important;
  transition: all 0.2s !important;
}

.galleryKitten a:hover img {
  opacity: 0.2;
}

.galleryKitten a {
  background:url(../images/share.png) no-repeat center;
  background-color:#e2135c;
  width: 33.33%;
  display: block;
  float: left;
  opacity: 1;
  height: auto;
}

@media (max-width:992px){
  .galleryKitten a {
    width: 50%;
  }
}
@media (max-width:768px){
  .galleryKitten a {
    width: 100%;
  }
  .filterKitten {
    padding: 50px 0;
  }
  .filterKitten a {
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 8px;
  }
}