.content-page .image-hover
{
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	font-weight:700;
}
.content-page figure 
{
	height: auto;
	position: relative;
	display: block;
	overflow: hidden;
	text-align:center;
}
.content-page .img-main figure figcaption 
{
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	bottom: 0;
}
.content-page figure:hover figure:focus figure:active figcaption 
{
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	bottom: 0;
}
.content-page figcaption 
{
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
	transition: all .1s ease;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;
}
.content-page .figure-topic
{
	text-align:center;
	font-weight:900;
	margin-bottom:20px;
	font-size:28px;
}
.content-page .figure-author
{
	text-align:center;
	font-weight:700;
	font-size:20px;
}
.content-page .figure-date
{
	text-align:center;
	font-weight:700;
	font-size:20px;
}
@media screen and (max-width: 640px) 
{
	.content-page .figure-topic
	{
		font-size:18px;
		margin-bottom:10px;
	}
	.content-page .figure-author
	{
		font-size:14px;
	}
	.content-page .figure-date
	{
		font-size:14px;
	}
}
.content-page .figure-topicx
{
	font-size:14px;
	margin-bottom:10px;
}
.content-page .figure-authorx
{
	font-size:12px;
}
.content-page .figure-datex
{
	font-size:12px;
}
.content-page .card
{
	padding:15px;
}
.content-page .card .page
{
	font-family: 'cs_prajad';
}
.content-page .page-title
{
	font-weight:700;
	font-size:18px;
	padding:20px 0 20px 0;
}
.content-page .card .page-tag
{
	margin-bottom:15px;
}
.content-page .card .page-rate
{
	text-align:center;
	font-size:40px;
}
.content-page .card .page-rate a
{
	cursor:pointer;
}
.content-page .card .page-rate a:hover,.content-page .card .page-rate a:focus
{
	color:#707070;
}
.content-page .card .page-rate i
{
	margin:20px;
}
@media screen and (max-width: 640px) 
{
	.content-page .card .page-rate
	{
		font-size:34px;
	}
}
.content-page .card .page-tag a
{
	margin:5px;
	padding:5px 25px 5px 25px;
	background:#F36F24;
	color:white;
	font-size:13px;
}
.fb-share
{
	position:absolute;
	background:#3A589E;
	color:white;
	width:44px;
	height:45px;
	border-radius:50%;
	top:10px;
	right:15px;
	text-align:center;
}
a.fb-share:hover,a.fb-share:focus
{
	color:white;
}
.fb-share .facebook-icon
{
	font-size:26px;
	margin-top:10px;
}
.line-button
{
	margin-top:10px;
	margin-right:55px;
}
.favorite-button
{
	right:130px;
	position:absolute;
}
.share-div
{
	min-height:70px;
}
.fb-comments-card
{
	z-index:0;
}
.share-div .save-favorite
{
	margin-top:10px;
	color:#E7215C;
	background:white;
	border-color:#E7215C;
	font-size:24px;
	padding:9px;
	border-radius:50%;
}
.share-div .save-favorite:hover
{
	color:white;
	background:#E7215C;
}
.share-div .save-favorite.active
{
	margin-top:10px;
	color:white;
	background:#E7215C;
	font-size:24px;
	padding:9px;
	border-radius:50%;
}
.share-div .save-favorite.active:hover
{
	background:white;
	color:#E7215C;
}
.footer-page
{
	text-align:center;
	font-size:16px;
	margin:25px auto;
}
.footer-page a img
{
	width:80px;
}
.btn-edugen 
{
	width:180px; 
	background-image: linear-gradient(to right, #7474BF 0%, #348AC7 51%, #7474BF 100%);
	margin-top:10px;
	margin-bottom:25px;
}
.btn-edugen:hover 
{
	background-position: right center; 
}
.rate-show
{
	text-align:right;
	font-size:16px;
	color:#707070;
	margin:15px 0 15px 0;
}
.div-author
{
	margin-top:10px;
	font-size:14px;
}
