/*
==========================================================================
=== Theme: BMI Responsive Theme
=== By: Ebow
=== Website: http://ebow.ie
=== Version: 1.0
=== For: 
=== Last Edit: Ian
========================================================================== 
*/

.home #social-grid .media-box .media-box-image .social-icon > img {
    height: auto;
    width: auto;
}
.social-icon {
    position: absolute;
    z-index: 999;
}
.social-icon {
  right: 10px;
  top: 13px;
}
.twitter .broken-image-here{
	background-color:#28aae1;
}
.facebook .broken-image-here{
	background-color:#3b5998;
}
.social-user a, .social-user a:visited {
    color: #fff;
    font-weight: bold;
}
.at_tw, .hash_tw, .at_in, .hash_in{
	/*color:#85aad9;*/
	color:#fff;
}
.at_tw:hover,
.hash_tw:hover, 
.at_in:hover, 
.hash_in:hover {color:#fff; text-decoration:underline;}

.social-date, .social-user, .social-content {
  margin-bottom: 7px;
  color:#FFF;
  text-decoration:none !important;
}
.social-date{
	margin-bottom:9px;	
}
.twitter.no-img .at_tw, .twitter.no-img .hash_tw, .twitter.no-img .at_in, .twitter.no-img .hash_in{
	color:#0e143c;
}
.social-content {
  font-size:13px;
  line-height:20px;
  font-weight:600;
}
.small .social-content {
  margin-bottom: 0px;
  max-height: 83px;
  overflow: hidden;
}
.social-info {
background-color:rgba(0, 0, 0, 0.5);
max-width: 100%;
padding: 10px 20px;
position: absolute; font-size:13px; line-height:16px;
width: 100%;
left: 0px;
bottom:0px;
-webkit-transition: background-color 500ms ease-out;
-moz-transition: background-color 500ms ease-out;
-o-transition: background-color 500ms ease-out;
transition: background-color 500ms ease-out;
}
.small .social-info {
	height: 100%; 
	top:0px;
	padding-top:40px;
}

#social-grid .media-box:hover .social-info, #social-grid .media-box:active .social-info, #social-grid .media-box:focus .social-info {background-color: transparent;} 
