.socialContent { }
.socialContent .clear { clear:both; }

.social-feeds-container .social-top { display: flex; align-items: center; margin-bottom: 15px; }
.social-feeds-container .head { margin-right: auto; }
.social-feeds-container .social-feeds-tabs-controller { margin-left: auto; }
.social-feeds-tabs-controller .tabs .tab { display: inline-block; margin-right: 10px; }
.social-feeds-tabs-controller .tabs .tab:last-of-type { margin-right: 0; }

.feeds-content .panes .pane { display: none; }
.feeds-content .panes .pane.active { display: block; }
.feeds-content .panes .pane .centered { text-align: center; }
.feeds-content .panes .pane .centered .fb-page,
.feeds-content .panes .pane .centered iframe { padding-top: 10px !important; }

.socialFeed .items { position: relative; margin: 0; padding: 5px; }
.socialFeed .items .item { float: left; margin: 0; padding: 5px; text-align: center;}
.socialFeed .items .item a { width: 100%; }
.socialFeed .items .item img { width: 100%; max-width: 320px; }

/** FACEBOOK **/
.socialFeed.facebook_content { overflow:visible; position:relative; }
.fb_iframe_widget > span {
    margin: 0 auto;
    display: block;
}
.fb_iframe_widget {
	text-align: center;
    width: 100%;
}
.fb_iframe_widget_fluid {
    display: block !important;
}
/** TWITTER **/
.socialFeed.twitter_content { overflow:hidden; }

.socialContent iframe#twitter-widget-0 {
    height: 476px !important;
    max-height: 476px !important;
}

/** INSTAGRAM **/

/** YOUTUBE **/
.socialFeed.youtube_content .items .item { min-height:230px; }
.socialFeed.youtube_content .title { line-height: 1.3; margin: 10px 0 0; padding: 5px 0 0 5px; }
.socialFeed.youtube_content .youtube-link { position: relative; }
.socialFeed.youtube_content .youtube-link img { display: block; margin: 0 auto; }
.socialFeed.youtube_content .youtube-link .play {
	background: url(/includes/public/assets/images/youtube.png) no-repeat scroll 0 0 transparent;
    height: 56px;
    left: 70px;
    position: absolute;
    top: -104px;
    width: 80px;
}
.socialFeed.youtube_content .youtube-link:hover .play {
	background: url(/includes/public/assets/images/youtubehover.png) no-repeat scroll 0 0 transparent;
}

/** FLICKR **/

/** PINTEREST **/

@media (max-width: 40.063em) {
    .panel_custom_socialhub.social-hub {
        display: none;
    }
}