.socialContent { }
.socialContent .clear { clear:both; }

/** social hub **/
   .custom_social {
      text-align: center;
      margin: 0 auto 20px;
      max-width: 1020px;
   }
   .custom_social .title{
      margin-bottom: 20px;
      font-family:'Lulo Clean W01 One';
      text-transform: uppercase;
      color: #554132;
      font-size: 36px;
      line-height: 36px;
   }
   .custom_social .social-nav{
      margin-bottom: 20px;
   }
   .custom_social .social-buttons,
   .custom_social .social-more{display: inline-block;}

   .custom_social .tab {
      float: left;
    list-style: outside none none;
    margin-bottom: 0 !important;
    position: relative;
    cursor: pointer;
   }
   .custom_social .tab-title ,
   .custom_social .tab.active {
      background: transparent;
   }
   .custom_social .tab.active .tabContent,
   .custom_social .tab:hover .tabContent {
       background: #3f729b;
       border-color: #3f729b;
       color: #fafaf5;
   }

   .custom_social .social-more,
   .custom_social .tab .tabContent {
      width: 40px;
      height: 40px;
      border:2px solid #281e23;
      color: #fafaf5;
      text-align: center;
      font-size: 14px;
      padding: 0;
      color: #281e23;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      margin-right: 25px;
   }
   .custom_social .tab .tabContent .fa{
      line-height: 40px;
   }

   .custom_social .panes .pane,
   .rawContent {display: none;}
   .custom_social .panes .pane.active,
   .rawContent div:first-of-type {display: block;}

   .custom_social .social-more{
      position: relative;
      top:-12px;
      width: auto;
      line-height: 40px;
      margin: 0 0 0 15px;
      font-family:'Lulo Clean W01 One';
      text-transform: uppercase;
      color: #554132;
      font-size: 16px;
      padding: 0 18px;
   }

.socialFeed .items { position:relative; }
.socialFeed .items .item { float: left; margin: 15px 40px 15px 0; max-height: 300px; width: 300px; text-align: center; overflow: hidden;}
.socialFeed .items .item:nth-of-type(3),
.socialFeed .items .item:nth-of-type(6) { padding-right: 0; }
.socialFeed .items .item img {width: 400px;}

/** FACEBOOK **/
.socialFeed.facebook_content { overflow:visible; position:relative; }

/** TWITTER **/
.socialFeed.twitter_content { overflow:hidden; }

/** 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 **/
.socialFeed.pinterest_content {}
.socialFeed.pinterest_content .follow { display: block; height: 28px; margin: 10px auto; width: 169px; }
.socialFeed.pinterest_content .item {
	background-color:#ffffff; 
	-moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.25);
	min-height: 10px;
	padding:14px;
}