#instafeed {
	width: 960px;
	margin-left: -10px;
}
#instafeed a {
	width: 218px;
	height: 218px;
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 10px;
	border: 1px solid #e1e1e1;
	display: inline-block;
	border-radius: 4px;
	position: relative;
	padding-bottom: -100%;
}
#instafeed a:hover .likes {
	opacity: 1;
}
#instafeed img {
	width: 100%;
}
#instafeed .likes {
	background: rgba(255, 153, 136, 0.5);
	width: 208px;
	height:213px;
	padding: 5px 5px 0 5px;
	font-size: 1em;
	line-height: 120%;
	overflow: hidden;
	position: absolute;
	color: #ffffff;
	right: 0px;
	top: 5px;
	left: 5px;
	border-bottom: 0px;
	opacity: 0;
	text-align: justify;
	text-shadow: 0 1px rgba(0, 0, 0, 0.5);
	-webkit-font-smoothing: antialiased;
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	-ms-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}

#load-more{
	text-align: center;
	margin: 20px 0 25px 0;
}

#load-more a{
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bolder;
	padding: 10px 20px 8px 20px;
	background-color: #68ea84;
	color: #ffffff;
	border-radius: 5px;


}
#load-more a:hover{
	text-decoration: none;
}
