/* Plugin styles */

.social-feed-container{
    background-color:black;
    overflow: hidden;
    border:1px solid black
}

.social-feed-element.hidden{
    background-color:red !important;
}
.social-feed-element .pull-left{
    float:left;
    margin-right: 10px;
}
.social-feed-element .pull-right {
    margin-left: 10px;
}
.social-feed-element img {
    width: 100%;
    width: auto\9;
    height: auto;
    border: 0;  
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.social-feed-element .attachment {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

/* Link styles */
.social-feed-element a {
    color: #0088cc;
    text-decoration: none;

}
.social-feed-element a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.social-feed-element a:hover,
.social-feed-element a:active {
    outline: 0;
    color: #005580;
    text-decoration: underline;
}

/* Text styles */
.social-feed-element small {
    font-size: 85%;
}
.social-feed-element strong {
    font-weight: bold;
}
.social-feed-element em {
    font-style: italic;
}
.social-feed-element p {
    margin: 0 0 10px;
}
.social-feed-element .media-body > p{
    margin-bottom:4px;
    min-height:20px;
}
.social-feed-element p.social-feed-text {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* Message styles */
.social-feed-element,
.social-feed-element .media-body {
    overflow: hidden;
    zoom: 1;
    *overflow: visible;
}
.social-feed-element .media-body .social-network-icon{
    margin-top: -3px;
    margin-right:5px;
    width:16px;
}
.social-feed-element .media-body div{
    color:#666;
    line-height: 20px;
}
.social-feed-element:first-child {
    margin-top: 0;
}
.social-feed-element .media-object {
    display: block;
    width:48px;
    border-radius:50%;
}
.social-feed-element .media-heading {
    margin: 0 0 5px;
}
.social-feed-element .media-list {
    margin-left: 0;
    list-style: none;
}

.social-feed-element .muted {
    color: #999;
}
.social-feed-element a.muted:hover,
.social-feed-element a.muted:focus {
    color: #808080;
}

.social-feed-element{
    -webkit-backface-visibility: hidden;
    margin:-1px;
    margin-top:25px;

    
    background-position:center top;
    background-size:300% 300%;
    text-align:left;
    font-size: 14px;
transition: all 0.5s ease 0s;
    line-height: 16px;
}
.social-feed-element figure{

transition: all 0.5s ease 0s;
}
div.media-body:hover figure.zoom{
	transform: scale(1.3);
	-ms-transform: scale(1.3);
/* IE 9 */
	-moz-transform: scale(1.3);
/* Firefox */
	-webkit-transform: scale(1.3);
/* Safari and Chrome */
	-o-transform: scale(1.3);
/* Opera */
}

.social-feed-element .content{
    padding:0;
}
.social-feed-element .social-network-icon{
    opacity:0.7;
}


.social-feed-element .author-title{
    color: #444;
    line-height: 1.5em;
    font-weight: 500;  
}
.img-container {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding: 56.25% 0 0 0;
}
.img-container img {

}
.social-feed-element figure > div img {

    display: block;
    width: 100%;
    max-height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity:0.8
}

.social-feed-element figure figcaption {
	position: absolute;
	left: 0;
bottom: 0;
	right: 0;
	opacity: 1;
	width: 90%;
	transition: all 0.5s ease;
  margin:0 5%;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); 
height:4em;


}


.social-feed-head figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
div.media-body:hover figure.zoom figcaption {
opacity:0;
}


.social-feed-element .gl-item-title,.social-feed-head .gl-item-title  {
font-size: 14px;
text-align: center;
    color: white;
text-transform: uppercase;
}
.social-feed-element .gl-item-title a  {
    color: white;
text-decoration: none;
}
.social-feed-head .gl-item-title  {
position:relative;
top:-40px;
color: #8E9095;
}

.social-feed-element .gl-item-category, .social-feed-head .gl-item-category {
margin-bottom: 0px;
font-size: 14px;
line-height: 1;
text-align: center;
color: #8E9095;
}
.social-feed-element .gl-item-icon{
    margin: 0px 0px 10px;
    font-size: 14px;
    text-align: center;
    color: white;
position:absolute;
width:100%;
 z-index:99; 
 top:0;
 padding-top:25%;
 height:100%;         
opacity:1;
}
div.media-body:hover .gl-item-icon{

}
p.gl-item-face{
text-align:center;
}
