@charset "utf-8";
/* CSS Document */

.post-info{
margin:-20px 0 10px;	
}
.post-img{
margin-bottom:15px;	
}
.post-img img{
display:block;
width:100%;
height:auto;	
}
.news-details .social-share{
margin:0 0 20px;	
}
.social-comment{
margin:0 0 15px;			
}
.vidio-list .related-posts-list > li{
background-color:transparent;
position:relative;	
}
.vidio-list .related-posts-list > li:last-child{
border-bottom-width:0;	
}
.vidio-list > header > h3 {
    font-size: 1.13em;
    line-height: 23px;
	position:relative;
	margin:0;
	padding:10px 0;	
}
.vidio-list > header > h3, .related-posts-list > li > a{
padding-left:30px;	

}.vidio-list > header > h3 > span.pause, .related-posts-list > li > a > span.play-icon{
width:21px;
height:21px;
background:url(../../images/en/vidio-list.png) no-repeat transparent;
position:absolute;
left:3px;
top:50%;
margin-top:-11px;	
}
.vidio-list > header > h3 > span.pause {
background-position:-22px -22px;	
}
.related-posts-list > li > a > span.play-icon{
background-position:0 0;	
}
.related-posts-list > li > a:hover > span.play-icon{
background-position:0 -22px;	
}
.pipe{
width:2px;
background:#dedede;
position:absolute;
height:100%;
left:12px;
top:0;	
}
.vidio-list > header > h3 > span{
top:auto;
bottom:0;
height:50%	
}


