/*** social ***/
.socialFeeds-cont {
	display: block;
	padding: 0 15px;
}
.socialFeeds .socialContent {display: none;}
.socialFeeds .socialFeed {
	height:370px;
	overflow-y:scroll;
	padding:0px;
	margin: 0 auto;
    max-width: 557px;
}
.socialFeeds .socialFeed.facebook_content {
	overflow-y: visible;
}
/** FACEBOOK **/
.pluginSkinLight ._4s7c { border:none !important;}

/** TWITTER **/
.socialFeeds .twitter_content { overflow:hidden; }

/** INSTAGRAM **/

.socialFeeds .instagram_content { background-color: #FFFFFF; }
.socialFeeds .instagram_content .items { position: relative; }
.socialFeeds .instagram_content .item { display: inline-block; width: 125px; }
.socialFeeds .instagram_content .item img { display: block; width: 125px; }

/** YOUTUBE **/

.socialFeeds .youtube_content { background-color: #FFFFFF; }
.socialFeeds .youtube_content .item { float: left; margin: 0 10px; padding: 10px 0 0; width: 220px; }
.socialFeeds .youtube_content .title { line-height: 1.3; margin: 10px 0 0; padding: 0 0 10px 10px; }
.socialFeeds .youtube_content .youtube-link { position: relative; display: block; }
.socialFeeds .youtube_content .youtube-link img { display: block; margin: 0 auto; }
.socialFeeds .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: 34px;
    width: 80px;
}
.socialFeeds .youtube_content .youtube-link:hover .play {
	background: url(/includes/public/assets/images/youtubehover.png) no-repeat scroll 0 0 transparent;
}
#youtubeModal.reveal-modal { z-index : 20000; }
body .reveal-modal-bg { position: fixed; z-index: 20000; background: rgba(0, 0, 0, 0.75); }
/** FLICKR **/

.socialFeeds .flickr_content { background-color: #FFFFFF; }
.socialFeeds .flickr_content .items { position: relative; }
.socialFeeds .flickr_content .item { display: inline-block; width: 125px; }
.socialFeeds .flickr_content .item img { display: block; width: 125px; }

/** PINTEREST **/

.socialFeeds .pinterest_content { background-color: #FFFFFF; }
.socialFeeds .pinterest_content .follow { display: block; height: 28px; margin: 10px auto; width: 169px; }
.socialFeeds .pinterest_content .items { position: relative; }
.socialFeeds .pinterest_content .item { width: 125px; }
.socialFeeds .pinterest_content .item img { display: block; width: 125px; }


/*** Mobile ***/
@media only screen and (max-width: 40em) {} 

/*** Tablet & Desktop ***/
@media only screen and (min-width: 40.063em) {}

/*** Tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.socialBox {max-width: 100%;}
}

/*** Desktop  ***/
@media only screen and (min-width: 64.063em) {
	.socialbutton.instagram { margin-left:20px;}
	.socialBox { margin: 0; max-width: 100%;}
}

/*** Path: /siteCore/includes/plugins/socialmedia/v1/css/socialmedia.css ***/
/* Facebook specific style overrides */
.fb-comments, 
.fb-comments iframe[style] {width: 100% !important;}

/** DEFAULT STYLE **/
#sv-bodyContainer .socialWrapper {
	background-color:#f0c141;
	background-image: url(/includes/public/assets/images/dashed-line-light-yellow.png);
	background-position: 0 541px;
	background-repeat: repeat-x;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 561px;
	position:relative;
	width:100%;
	margin: 0 auto 20px;
}

.socialWrapper .socialFeeds {
	display:none;
	font-size:11px;
	line-height:1.2em;
	margin:0;
	width: 100%;
	padding-top:18px;
}
.socialWrapper .hublink{
	padding:15px;
	font-size:12px;
	display:block;
}
.socialWrapper .socialHeader {
	background-color: #edb011;
	background-image: url(/includes/public/assets/images/dashed-line-light-yellow.png);
	background-position: 0 37px;
	background-repeat: repeat-x;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 80px;
}
.socialWrapper .socialHeader .socialHeaderText {
	background-color: #edb011;
	color: #fff;
	display: table;
	font-size: 15px;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 30px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}
.socialWrapper .socialBox {
	height:44px;
	overflow:hidden;
	margin: -22px auto 0;
	width:260px;
}
.socialWrapper .loader {
	background:url(/includes/public/assets/images/ajax-loader.gif) center no-repeat #f0c141;
	display:none;
	height:238px;
	opacity:0.7;
	width:100%;
}

.socialBox .socialbutton { cursor:pointer; float:left; height:44px; margin-left: 10px; position:relative; width:43px; }
.socialBox .socialbutton:first-child { margin-left:0;}

.socialBox #facebook,
.socialBox #twitter,
.socialBox #youtube,
.socialBox #pinterest, 
.socialBox #instagram,
.socialBox #foursquare {background-image:url('/includes/public/assets/images/social-media-sprite-updated.png'); background-repeat:no-repeat;}

.socialBox #facebook { background-position: 0 0px;}
.socialBox #twitter { background-position: -49px 0px;}
.socialBox #youtube { background-position: -199px 0px;}
.socialBox #pinterest { background-position: -100px 0px;}
.socialBox #instagram { background-position: -150px 0px;}
.socialBox #foursquare { background-position: -195px 0px;}
/* current state and hover state */
.socialBox #facebook.current, .socialBox #facebook.on { background-position: 0 -44px;}
.socialBox #twitter.current, .socialBox #twitter.on { background-position: -49px -44px;}
.socialBox #youtube.current, .socialBox #youtube.on { background-position: -199px -44px;}
.socialBox #pinterest.current, .socialBox #pinterest.on { background-position: -100px -44px;}
.socialBox #instagram.current, .socialBox #instagram.on { background-position: -150px -44px;}
.socialBox #foursquare.current, .socialBox #foursquare.on { background-position: -195px -44px;}
.socialBox #pinterest { margin-right:0;}/* Hackery for IE8 */

#sv-bodyContainer .socialWrapper .contentRender_type_widget {
	margin-bottom: 0; 
}
.socialBox .socialbutton:nth-child(6){}
/** headers **/

#sv-bodyContainer .homepage .socialFeeds .facebook_header iframe {width:260px !important;}
/** FACEBOOK **/
.socialFeeds .facebook_header { overflow:visible; max-width: 285px; padding:0px 0 0 15px; position:relative; width: 285px;}

/** TWITTER **/
.socialFeeds .twitter_header { overflow:hidden; max-width: 285px; padding:0px 0 0 15px; position:relative; width: 285px;}

/** YOUTUBE **/
.socialFeeds .youtube_header { height:388px; margin-left: 25px; overflow:hidden; padding-top:30px; position:relative; width:250px;}
/* youtube nav */
.socialFeeds .youtube_header a.prev,
.socialFeeds .youtube_header a.next {
	cursor: pointer;
	height:139px;
	position:absolute;
	top: 5px;
	width:28px;
}
.socialFeeds .youtube_header a.prev {
	background: url('/includes/public/assets/images/social_prev.png') no-repeat 0 0;
	left:10px;
}
.socialFeeds .youtube_header a.next {
	background: url('/includes/public/assets/images/social_next.png') no-repeat -10px 0;
	right:10px;
}
.socialFeeds .youtube_header a.prev.disabled,
.socialFeeds .youtube_header a.next.disabled {
	opacity:0.7;
}
/* youtube scrollable */
.socialFeeds .youtube_header .scrollable { height:161px; margin-left:45px; overflow: hidden; position: relative; width:180px;}
.socialFeeds .youtube_header .items { max-height: 355px; overflow: auto; position: relative; margin-left:46px;}
.socialFeeds .youtube_header .items .item{ float:left; height:153px; margin-bottom: 30px; margin-right:20px; position:relative; width:200px;}
.socialFeeds .youtube_header .items .item  img { border:none; width:200px;}
.socialFeeds .youtube_header .items .item .title { font-size:14px; padding: 5px 0; position:relative; width:151px;}

/** Pinterest **/
.socialFeeds .pinterest_header {color:#333333; overflow-y:scroll;overflow-x:hidden; padding-right:0px; padding-left:0px;}
.socialFeeds .pinterest_header .follow { float:right; margin-right:30px;}
.socialFeeds .pinterest_header .items { margin-top:20px; margin-bottom: 100px; margin-left: 50px; position:relative; width:200px;}
.socialFeeds .pinterest_header .items .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;
	width:200px;
}
.socialFeeds .pinterest_header .items .item img { width:200px;}
.socialFeeds .pinterest_header .items .item a {display: block;}
.socialFeeds .pinterest_header .items .item p{ color:#000000; display: block; font-size:11px; line-height:1.2em; min-height: 10px; width:200px;}
.socialFeeds .pinterest_header .items .item p img { border:0; width:200px;}

/** Instagram **/
.socialFeeds .instagram_header {}
.socialFeeds .instagram_header .items { padding-left: 70px; }
.socialFeeds .instagram_header .items .item{float: left; padding-bottom: 15px; padding-right: 15px;}