article.detail {
	font-size: 18px;
	line-height: 24px;
}

article.detail figure.main {
	margin: 0px;
	padding: 0px;
	position: relative;
}

article.detail figure.main img {
	width: 100%;
	position: relative;
}

article.detail figure.main img.gradient {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
}

article.detail figure.main h2 {
	font-size: 24px;
	line-height: 30px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 20;
	color: #fff;
}

article.detail figure.main small {
	font-family: "Arial";
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	bottom: 12px;
	right: 20px;
	z-index: 20;
	color: #fff;
}

article.detail strong.perex {
	display: block;
	font-size: 20px;
	margin: 20px 0px;
}

article.detail h4 {
	font-size: 24px;
}

article.detail a {
	text-decoration: none;
	color: #CB080E;
}

article.detail a:hover {
	text-decoration: underline;
	color: #333;
}

.socialbar {
	padding: 30px 0px;
	margin-bottom: 20px;
}

.socialbar div {
	display: inline-block;
	width: auto;
}

.socialbar div.soc {
	float: right;
	text-align: right;
	width: auto;
	font-size: 12px;
	font-family: "Arial";
	font-weight: bold;
}

.socialbar div.soc br {
	display: none;
}

.socialbar div a {
	color: #000;
	font-size: 14px;
	font-family: "Arial";
	font-weight: bold;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	padding: 12px 10px 12px 50px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	margin-right: 3px;
}

.socialbar div a.discussion {
	background: url("/images/icon_discussion.png") no-repeat 10px 7px;
}

.socialbar div a.telegram {
	background: url("/images/icon_telegram.png") no-repeat 10px 5px;
}

.socialbar div a.twitter {
	background: url("/images/icon_x_twitter.png") no-repeat 10px 5px;
}

.socialbar div a.facebook {
	background: url("/images/icon_facebook.png") no-repeat 10px 5px;
}

.socialbar div a:hover {
	text-decoration: none;
	background-color: #eaeaea;
}

.socialbar div a:last-child {
	margin-right: 0px;
}

.ytb {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.ytb iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

@media (min-width: 580px) and (max-width: 768px) {
	
	article.detail figure.main h2 {
		font-size: 20px;
		line-height: 24px;
		bottom: 10px;
	}
	
	article.detail figure.main small {
		bottom: 7px;
	}
	
	article.detail figure.main img.gradient {
		min-height: 200px;
	}
}

@media (min-width: 300px) and (max-width: 700px) {
	
	.socialbar div a {
		float: right;
		clear: both;
		margin: 5px 0px;
		min-width: 65px;
		padding-bottom: 12px;	
		line-height: 16px;
	}
	
	.socialbar div.soc br {
		display: block;
	}
	
	.socialbar div.soc {
		margin-bottom: 20px;
	}
}

@media (min-width: 450px) and (max-width: 767px) {
	
	article.detail figure.main h2 {
		font-size: 20px;
		line-height: 21px;
		bottom: 12px;
	}
	
	article.detail strong.perex {
		font-size: 18px;
	}
	
	article.detail figure.main small {
		bottom: 3px;
		font-size: 12px;
	}
	
	article.detail figure.main img.gradient {
		min-height: 220px;
	}
}

@media (min-width: 300px) and (max-width: 449px) {
	
	article.detail figure.main {
		border-bottom: 1px solid #d5d5d5;
	}
	
	article.detail figure.main h2 {
		position: relative;
		font-size: 24px;
		line-height: 26px;
		color: #333;
		left: 0px;
		right: 0px;
		width: 100%;
		margin: 30px 0px 0px 0px;
	}
	
	article.detail figure.main small {
		position: relative;
		font-size: 12px;
		color: #333;
		left: 0px;
		right: 0px;
		top: -20px;
		bottom: 0px;
		float: right;
	}
	
	article.detail figure.main img.gradient {
		display: none;
	}
	
	article.detail strong.perex {
		font-size: 18px;
		line-height: 20px;
	}
	
	article.detail h4 {
		font-size: 20px;
	}
}