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

.filterKitten a {
  font-family: 'Lato', 'Times New Roman', sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  display: inline-block;
  color: #ffffff;
  background: #f9a837;
  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: #5d91cd;
  color: #FFFFFF;
  text-decoration: none;
}

.filterKitten a:focus { 
  background: #5d91cd !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.filterKitten {
  padding: 20px;
  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.5;
}

.galleryKitten a {
  background:url(../images/share.png) no-repeat center;
  background-color:#f9a837;
  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;
  }
}