@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

/* Mobile Layout: 480px and below. */
#instafeed {
	text-align: center;
	display: block;
}

#instafeed img {
	height: 14%;
	width: 14%;
	opacity: 0.7;
	text-shadow: 10px 10px #000;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid #F2F2F2;
	margin-bottom: 10px;
	margin-right:10px;
	-moz-transition: opacity 200ms linear;
	-webkit-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
	min-height: 83px;
	min-width: 83px;	
}
#instafeed img:hover {
	height: 14%;
	width: 14%;
	opacity: 1;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid #00B2EF;
	-moz-transition: opacity 200ms linear;
	-webkit-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
	min-height: 83px;
	min-width: 83px;			
}
#twitterfeed {
	
}
#twitterfeed div {
margin-right: 5px;
margin-left: 5px;

}

@media only screen and (min-width: 481px) {
#instafeed {
	text-align: center;
}

#instafeed img {
	height: 13%;
	width: 13%;
	opacity: 0.7;
	text-shadow: 10px 10px #000;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid #F2F2F2;
	margin-bottom: 10px;
	margin-right:10px;
	-moz-transition: opacity 200ms linear;
	-webkit-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
	min-height: 60px;
	min-width: 60px;	
}
#instafeed img:hover {
	height: 13%;
	width: 13%;
	opacity: 1;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid #00B2EF;
	-moz-transition: opacity 200ms linear;
	-webkit-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
	min-height: 60px;
	min-width: 60px;			
}
#twitterfeed {
text-align: center;	
}
#twitterfeed div {
	

}	
}
@media only screen and (min-width: 768px) {
#instafeed {
text-align: left;
}

#instafeed img {
	height: 18%;
	width: 18%;
	opacity: 0.7;
	text-shadow: 10px 10px #000;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid #F2F2F2;
	margin-bottom: 10px;
	margin-right:10px;
	-moz-transition: opacity 200ms linear;
	-webkit-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
	min-height: 80px;
	min-width: 80px;	
}
#instafeed img:hover {
	height: 18%;
	width: 18%;
	opacity: 1;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid #00B2EF;
	-moz-transition: opacity 200ms linear;
	-webkit-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
	min-height: 80px;
	min-width: 80px;			
}
#twitterfeed {
text-align: center;		
}
#twitterfeed div {


}
}
@media only screen and (min-width: 1350px) {
#instafeed {
text-align: left;
}

#instafeed img {
	height: 18%;
	width: 18%;
	opacity: 0.7;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid #F2F2F2;
	margin-bottom: 10px;
	margin-right: 10px;
	-moz-transition: opacity 200ms linear;
	-webkit-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
	min-height: 90px;
	min-width: 90px;	
}
#instafeed img:hover {
	height: 18%;
	width: 18%;
	opacity: 1;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid #00B2EF;
	-moz-transition: opacity 200ms linear;
	-webkit-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
	min-height: 90px;
	min-width: 90px;				
}
#twitterfeed {
text-align: center;		
}
#twitterfeed div {


}
}
