/* instagram */
#social_blocks .header{
	background:#CC0033;
	height:36px;
	width:100%;
	text-align:center;
}
#social_instagram .header{
	background:url('../images/social_logo_instagram.png') no-repeat center 5px #CC0033;
}
#social_pinterest .header{
	background:url('../images/social_logo_pinterest.png') no-repeat center center #CC0033;
}
#social_pinterest .body {
    background: #F3F1F2;
    padding-top: 10px;
}
#social_facebook .header{
	background:url('../images/social_logo_facebook.png') no-repeat center center #CC0033;
}
#social_instagram span {
    display: block;
    float: left;
    height: 31%;
    margin: 1%;
    position: relative;
    width: 31%;
}
#social_instagram a {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
}
#social_instagram img {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    max-width: 100%;
}

ul.stream li {
	display: none;
	width: 44%;
	margin: 0 6px 12px 6px;
	background: #fff;
	font: normal 13px/18px Arial, sans-serif;
	color: #333;
	position: relative;
	padding: 6px 12px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
ul.stream li img {
	padding: 1px;
	background: #fff;
	border: 1px solid #ececec;
	margin: 3px 0 5px 0;
	width: 100%;
	max-width: 100%;
}
ul.stream li .title {
    float: left;
    font-size: 10px;
    line-height: 12px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}
ul.stream li .date {
	display: block;
	clear: both;
	margin: 10px 0 0 0;
	line-height: 12px;
	color: #666;
	font-size: 11px;
	font-style: italic;
}
ul.stream li .section-share {
	bottom: 8px;
    right: 15px;
    position: absolute;
	z-index: 2;
}
ul.stream li .section-share a {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 2px 0 0;
	background: url(images/share.png) no-repeat 0 0;
}
ul.stream li .section-share a.share-twitter {
	background-position: 0 -16px;
}
ul.stream li .section-share a.share-facebook:hover {
	background-position: -16px 0;
}
ul.stream li .section-share a.share-twitter:hover {
	background-position: -16px -16px;
}

.yt-channel-list {
    float: left;
    position: relative;
    text-align: left;
    width: 100%;
}
.yt-channel-video {
    border: 1px solid #808084;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    width: 49.3%;
}
.yt-channel-video > a {
    display: block;
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}
.yt-channel-video.even {
    margin-right: 0;
	float: right;
}
.thumb-wrap {
    float: left;
    position: relative;
    width: 49%;
}
.vid-thumb {
    width: 43%;
}
.vid-thumb {
    width: 100%;
}
.vid-duration {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.66);
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    bottom: 2px;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    padding: 0 3px;
    position: absolute;
    right: 4px;
}
.vid-details {
    float: right;
    margin-right: 3%;
    padding: 3% 0;
    position: relative;
    width: 45%;
}
.vid-title {
    clear: both;
    color: #000000;
    display: inline;
    float: left;
    font-size: 14px;
    height: 34px;
    line-height: 16px;
    margin-bottom: 2px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    width: 100%;
}
.vid-views {
    color: #282828;
    float: left;
    font-size: 10px;
    position: relative;
}
.vid-description {
    clear: both;
    color: #929292;
    display: inline;
    float: left;
    font-size: 10px;
    height: 44px;
    line-height: 14px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
}
#youtube_feed_wrap h2 {
    background: url("../images/yt.jpg") no-repeat scroll right center transparent;
    color: #807F83;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 12px;
	width: 99%;
}
.fb-like-box.fb_iframe_widget {
    float: left;
    position: relative;
    width: 100%;
}
.fb-like-box.fb_iframe_widget > span {
    float: left;
    position: relative;
    width: 100% !important;
}
.fb-like-box.fb_iframe_widget iframe {
    max-width: 100% !important;
    width: 100% !important;
}