.social {
  	color: #ffffff;
  	padding: 0 0.5em;
	height: 600px;
	overflow: auto;
	position: relative;
	z-index: 12;
}

.showmoreContainer, .filter, .popin, .poptwt .nbComment, .poptwt .nbLike, #popInContent {
 	display: none !important;
}

.col {
	margin: 0 auto;
}

.infoSocial {
 	background: #6f9dc4;
 	background: rgba(255,255,255, 0.5);
	overflow: hidden;
	margin-bottom: 1em;
}

.infoSocial h2, #popInContent h2 {
	color: #fff;
 	border-bottom: 1px solid #81a9cb;
  	border-bottom: 1px solid rgba(255,255,255, 0.3);
	padding: 0.5em 0.5em 0.5em 4em;
}

/*twitter*/
.infoSocial.poptwt h2, #popInContent.poptwt h2 {
	background: url(/~/Media/ChipsahoyMobile/com/images/icon_twitter.ashx) no-repeat 2% 50%;
  	background-size: 30px;
}

/*facebook*/
.infoSocial.popfbk h2, #popInContent.popfbk h2 {
	background: url(/~/Media/ChipsahoyMobile/com/images/icon_facebook.ashx) no-repeat 2% 50%;
  	background-size: 30px;
}

/*youtube*/
.infoSocial.popytb h2, #popInContent.popytb h2 {

}

/*instagram*/
.infoSocial.popins h2, #popInContent.popins h2 {

}

.contentInfos a {
  	display: block;
  	color: #ffffff;
	text-decoration: none;
}

.infoSocial .contentInfos {
  	padding: 0.5em;
}

.infoSocial .contentInfos .time {
  	display: block;
	font-size: 0.8em;
	padding-bottom: 0.5em;
}

.infoSocial .contentInfos p, .infoSocial .contentInfos span.desc {
	padding-bottom: 0.5em;
}

.infoSocial .contentInfos img {
	display: block;
  	max-width: 100%;
	margin: 0 auto 0.5em;
}

.infoSocial .contentInfos ul {
 	display: none;
	overflow: hidden;
}

@media screen and (min-width: 640px) {
 .social .col {
  /*columns*/
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
}



@media screen and (min-width: 960px) {
  .social .col {
  /*columns*/
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
 }
}
