@charset "utf-8";
/* CSS Document */
/* Instafeed */


#instafeed {
	width:100%;
}

#instafeed a {
  padding:5px;
  display:inline-block;
  border-radius: 4px;
  position:relative;
  width:16.6%;
}

#instafeed a img {
	width:100%;
	opacity: 0.75;
}

#instafeed a img:hover {
	opacity: 1;
	transition: opacity .40s ease-in-out;
	-webkit-transition: opacity .40s ease-in-out;
	-moz-transition: opacity .40s ease-in-out;
	-o-transition: opacity .40s ease-in-out;
}

