/* ---- social tab styles ---- */
#instagram-content, #facebook-content, #twitter-content, #youtube-content{
	/*display: none;*/
    position:absolute;
    margin-left: -9999px;
}
.social-tabs{
	width: 100%;
	margin: 0 auto;
}
.social-tabs div h2{
	font-family: 'Open Sans Condensed';
    font-weight: 300;
	text-transform: uppercase;
}
.social-tabs div h2:hover{
	cursor: pointer;
}
.social-tab{
	display: inline-block; /*magic*/
    height: 70px; 
    width: 23%;
}
.social-tab a{
	height: 100%; 
    width: 100%; 
    display: block; 
}
.insta-horizontal-wrapper{
	width: 100%;
    height: 178px;
    overflow: auto;
    overflow-y: hidden;
    margin: 30px auto 50px auto;
    white-space: nowrap;
}
.instagram-unit{
	display: inline;
    margin: 20px 10px;
}
.instagram-unit img{
	width: 178px;
}