.sr-image img {
	margin-bottom:2em;
}

.sr-image {
	/*width:25%;*/
}

#social-river {
	margin-top: 2em;
	border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 1px solid #cccccc;
    padding:1.2em 1em 1.5em 1em;

}

#social-river h3 {
	margin-left:0.5em;
	font-size: 1.5em;
}

#social-river p {
	/*padding-top:0;*/
	margin-top:0.2em;
	margin-left:0.9em;
	font-size: 0.938em;
}

.truncate {
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	-o-text-overflow: ellipsis;  /* for Opera 9 & 10*/
  	margin-bottom:2em;
}

#instafeed {
	font-size:1em;
	line-height:14px;
	font-weight:300;
	color:#666;
  	padding-bottom: 2em;
}

#instafeed img {
	margin-bottom:0.65em;
	opacity:1;
	filter:alpha(opacity=100);
}

#instafeed img:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}




/*Desktop*/

@media screen and (min-width: 767px)  {

	.sr-image {
		/*width:100%;*/
	}

	#instafeed {
		font-size:0.625em;
  		padding-bottom: 2em;
}

	#instafeed img {
		margin-bottom:0.65em;
	
}


}