.sb {
	font-size: 14px;
	line-height: 40px;
	font-weight: 100;
}
.sb a {
	margin: 0 10px;
	font-weight: 300;
}
.sb a:first-child {
	margin-left: 0;
}
.post-data {
	font-size: 12px;
	padding: 0 0 20px;
	border-bottom: var(--border-color) 1px solid;
	margin: 0 0 20px;
}
.post-data .date {
	display: inline-block;
}
.post-data .date:before {
    display: inline-block;
    content: '•';
    margin: 0 0 0 10px;
    width: 20px;
    height: 20px;
    opacity: 0.75;
}
.post-subtitle {
	opacity: 0.5;
	font-size: 18px;
}
.post-text {
	font-size: 16px;
	padding: 20px 0;
	line-height: 20px;
}
.post-text img {
	width: auto;
	max-width: 100%;
	border-radius: var(--border-radius);
		-moz-border-radius: var(--border-radius);
		-webkit-border-radius: var(--border-radius);
		-khtml-border-radius: var(--border-radius);
}
.post-text div.img {
	display: block;
	text-align: center;
	margin: 40px 0;
}
.post-text div.img span.img-alt {
	display: block;
	text-align: center;
	padding: 10px;
	opacity: 0.5;
	max-width: 70%;
	margin: 0 auto;
}
.post-info {
	font-size: 14px;
	line-height: 20px;
}
.post-related {
	
}
.poster {
	height: 400px;
	display: block;
	overflow: hidden;
	border-radius: var(--border-radius);
	-moz-border-radius: var(--border-radius);
	-webkit-border-radius: var(--border-radius);
	-khtml-border-radius: var(--border-radius);
	background-size: cover!important;
}
.poster .image-caption {
	font-size: 12px; 
	color: #666; 
	margin-top: 5px; 
	line-height: 1.4;
}
.poster img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.title p {
	margin-top: 24px;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0 50px;
	background: #fff;
}
.post-text .title {
	margin: 40px 0 20px;
}
.social a img {
	width: 24px;
}
.links a:before {
	display: inline-block;
	width:20px;
	height: 10px;
	content: '—';
	color: red;
	margin: 0 10px;
}
iframe {
	border-radius: var(--border-radius);
	overflow: hidden;
}
.video-mini {
	position: fixed;
	background: #fff;
	right:100px;
	bottom: 100px;
	box-shadow: 0 0 35px 5px rgba(0,0,0,0.15);
	border-radius: var(--border-radius);
	-moz-border-radius: var(--border-radius);
	-webkit-border-radius: var(--border-radius);
	-khtml-border-radius: var(--border-radius);
	z-index: 5;
}
.video-mini video, .video-mini iframe {
	width: 450px;
	height: 280px;
}
.video-fixed {
	display: none;
}
.video-fix-before {
	display: block;
	height: 500px;
	position: relative;
	background: #f1f1f1;
	content: ' ';
	width: 100%;
}
.video-mini-close {
	display: inline-block;
    visibility: hidden;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    background: #fff url('../images/close.svg') center center no-repeat;
    background-size: 30px;
    z-index: 3;
    border: #fff 2px solid;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    cursor: pointer;
}
.video-mini-close-visible {
	visibility: visible;
}
video, iframe {
	max-height: 500px;
}
.leftside .article .article-video {
	display: block;
    position: relative;
    width: 100px;
    margin: 17px 0px -47px 0px;
    height: 30px;
    background: url(../images/video.svg) center center no-repeat;
    background-size: 40px;
    z-index: 2;
}
.leftside .article img {
	width: 100px;
    border-radius: var(--border-radius);
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
.leftside .article h3 {
	font-size: 14px;
}
.videos-list h3 {
	margin: 0 0 10px;
}
@media screen and (max-width: 480px) {
	.post-text div.img span.img-alt {
		max-width: unset;
		font-size: 12px;
		line-height: 16px;
	}
	.title p {
		padding: 0 20px;
	}
	.post .poster {
		height: 200px;
		margin: 0 -20px;
        margin-top: -20px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        -moz-border-bottom-left-radius: 0;
        -moz-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -khtml-border-bottom-left-radius: 0;
        -khtml-border-bottom-right-radius: 0;
	}
	.line.line02 .container {
		width: 100%;
		padding: 0;
	}

	video, iframe {
		height: auto;
	}
}