#instafeed a img,
.image-gallery-index a img,
.image-gallery a img{
-webkit-filter: grayscale(100%) brightness(116%) contrast(83%) opacity(70%);
filter: grayscale(100%) brightness(116%) contrast(83%) opacity(70%);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
}
#instafeed a:hover img,
.image-gallery-index a:hover img,
.image-gallery a:hover img{-webkit-filter: grayscale(0%) brightness(100%) contrast(100%) opacity(100%); filter: grayscale(0%) brightness(100%) contrast(100%) opacity(100%);}

.image-gallery-index a,
.image-gallery a {color: silver!important;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.image-gallery-index a:hover,
.image-gallery a:hover {
    color: #439ED8!important;
}

.image-gallery {overflow: auto; margin-left: -1%!important;}
.image-gallery a {float: left; display: block; margin: 0 0 1% 1%; width: 19%; text-align: center; text-decoration: none!important;}
.image-gallery a span {display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding: 3px 0;}
.image-gallery a img {width: 100%; display: block;}

.image-gallery-index {overflow: auto; margin-left: -1%!important;}
.image-gallery-index a {float: left; display: block; margin: 0 0 1% 1%; width: 19%;}
.image-gallery-index a img {width: 100%; display: block;}
.image-gallery-index a .caption {display: block; text-align: center; padding-top: 2px;}



