#aggro-container .aggroItem {
	overflow: hidden;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid #ccc;
	margin: 5px;
	width: 32%;
 font-family: sans-serif;
 color: #fff;
}

#aggro-container .aggroItem:nth-child(5n+0) {  
	width: 32%;
}

#aggro-container .aggroItem video {  
	max-width: 100%;
	height: auto;
}
#aggro-container .aggroItem .aggroPic {}
#aggro-container .aggroItem .aggroPic img {  
	max-width: 100%;
	height: auto;
}

#aggro-container .aggroItem:hover .aggroProfile:after  {  
	display: none;
}
#aggro-container .aggroItem:hover .aggroPic .aggroText {  
	display: block;
	position: absolute;
	top: 0px;
	margin: 0px 10px 5px;
	display: block;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	word-wrap: break-word !important;
}

#aggro-container .aggroItem:hover .aggroPic img {  
	height: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
	filter: alpha(opacity=8);
	-moz-opacity: 0.08;
	-khtml-opacity: 0.08;
	opacity: 0.08;
    transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
}

#aggro-container .aggroItem .aggroPic img {  
	height: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
    transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
}

.aggroProfile {
	margin: 0px 0px 0px 0px;
	color: #fff;
	padding: 0px;
}

.aggroProfile a {
	color: #fff;
	font-weight: bold;
	display: none;
}

.aggroProfile a:hover {
	color: #fff;
	font-weight: bold;
}

.aggroProfile a span {
    display: block;
     line-height: 30px;
     margin-left: 40px;
     margin-top: -32px;
}

.aggroProfileImage {
	height: 30px;
	width: 30px;
	margin-right: 10px;
}

.twCard {
	background: #00ACED;
}
.fbCard {
	background: #3B5998;
}
.ytCard {
	background: #C4302B;
	position: relative;
}
.ytplCard {
	background: #C4302B;
}
.igCard {
	background: #675144;
}
.gpCard {
	background: #dd4b39;
}
.rssCard {
   background: #ff6600;
} 
.aggroText {
	padding: 35px 20px;
	display: block;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	word-wrap:break-word !important;
	
}


.aggroText a {
	color: #fff;
	font-weight: bold;
	word-wrap: break-word;
	
}
.mainAggroLink {
	font-weight: normal !important;
}
.mainAggroLink:hover {
	text-decoration: none !important;
}
.mainAggroLink a {
	font-weight: bold;
}
.mainAggroLink:hover a {
	font-weight: bold;
}
.aggroPic {line-height: 10px;}
.aggroPic .aggroText {
	display: none;
}
.aggroDate a {
	display: block;
	color: #aaa;
	font-size: .9em;
	text-align: right;
	padding: 4px 10px;
}
 
.aggroProfile:after {
  font-family: "aggro-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  z-index: 100;
  color: white;
  top: 10px;
  font-size: 35px;
  right: 3px;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
} 

.twitter-text .aggroProfile:after {
	display: none;
}
.icon-video:before {
   content: "V"; 
} 
 
.twCard .aggroProfile:after {
   content: "T"; 
} 

.fbCard .aggroProfile:after {
   content: "F"; 
} 
 
.igCard .aggroProfile:after {
   content: "i"; 
} 

.gpCard .aggroProfile:after {
   content: "g"; 
}
  
.ytCard .aggroProfile:after {
	content: "Y";
	top: 50%;
	font-size: 55px;
	left: 50%;
	width: 58px;
	height: 48px;
	margin-left: -29px;
	margin-top: -24px;
} 

.ytplCard .aggroProfile:after {
	content: "Y";
	top: 50%;
	font-size: 55px;
	left: 50%;
	width: 58px;
	height: 48px;
	margin-left: -29px;
	margin-top: -24px;
} 

.rssCard .aggroProfile:after {
	content: "r";
}
.rss-item-title {
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
} 
@media only screen and (min-width: 768px) {
	#aggro-container .aggroItem {
		width: 31.5%;
	}
	#aggro-container .aggroItem:nth-child(5n+0) {  
		width: 31.5%;
	}
}

@media only screen and (max-width: 767px) {
	#aggro-container .aggroItem {
		width: 100%;
	}
	#aggro-container .aggroItem:nth-child(5n+0) {  
		width: 100%;
	}
	#aggro-container .aggroItem:hover .aggroPic img {  
		height: auto;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	    transition: opacity .3s ease-out;
	    -moz-transition: opacity .3s ease-out;
	    -webkit-transition: opacity .3s ease-out;
	    -o-transition: opacity .3s ease-out;
	}
	#aggro-container .aggroItem .aggroPic .aggroText {  
		display: none !important;
	}
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
	#aggro-container .aggroItem {
		width: 100%;
	}
	#aggro-container .aggroItem:nth-child(5n+0) {  
		width: 100%;
	}
	#aggro-container .aggroItem:hover .aggroPic img {  
		height: auto;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	    transition: opacity .3s ease-out;
	    -moz-transition: opacity .3s ease-out;
	    -webkit-transition: opacity .3s ease-out;
	    -o-transition: opacity .3s ease-out;
	}
	#aggro-container .aggroItem .aggroPic .aggroText {  
		display: none !important;
	}
	
}