.article {
	padding-bottom: 5rem;
}

.article h2:first-child, h3:first-child, h4:first-child {
	margin-top: 0;
}
.article .info{
	position: relative;
	color: #7c8b99;
}
.article .info i{
	margin-right: 0.5rem;
}
.article .info p{
	line-height: 1.3em;
	margin-bottom: 0.3em;
}
.article .info p > span{
	margin-right: 0.7em;
}
.article .info > a{
	line-height: 1.5rem;
	margin-right: 0.5rem;
	text-decoration: none;
}
.article .info > a:hover {
	color: #48c8f7;
}
.article header .share {
	font-size: large;
	margin: 0.5rem 0;
}

.article .button_s{
	line-height: 1rem;
	padding: 0.4em 0.5em;
}
.article .from a {
	color: #005b8b;
}
.article .from a:hover{
	color: #33bbee;
}

.article .image img{
	max-width: 100%;
}
.article .image {
	float: left;
	margin: 0.1rem 2rem 1rem 0;
	font-size: 0.8rem;
}
.article .image[data-width~="2"] {
	max-width: 30%;
}
.article .image[data-width~="3"] {
	max-width: 40%;
}
.article .image[data-width~="4"] {
	max-width: 50%;
}
.article .image[data-width~="5"] {
	max-width: 60%;
}
.article .image[data-width~="6"] {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 768px)
{
	.article .image{
		max-width: 100%!important;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.article .image[data-width~="6"] {
		width: 100%!important;
	}

}
.article .dp{
	color: #535353;
	font-size: smaller;
}
.article .dp-h{
	width: 40%;
}
@media (max-width: 768px)
{
	.article .dp-h{
		width: 100%;
	}

}
.article .dp-v{
	width: 30%;
}

.article .a_footer p{
	margin-bottom: 1rem;
}
.article .a_footer img{
	height: 8.6rem;
	width:auto;
}
.article .a_footer a {
	color: #005b8b;
}
.article .a_footer a:hover{
	color: #33bbee;
}
.article .a_footer .share{
	font-size: x-large;
}


.article .share-h li{
	display: inline-block;
	margin-left: 0;
	margin-right: 1rem;
}
.article .share-h li a i{
	font-size: x-large;
}
.article header .share-h li a i{
	font-size: large;
}
/* ARTICLE PAGE */
#top_article_screen h1.lined_title,
#top_article_screen h2.lined_title {
	font-family: 'robotomedium';
	margin: 0 auto 15px;
	line-height: 1.25;
	font-size: 16px;
}
#top_article_screen h1.lined_title:after,
#top_article_screen h2.lined_title:after {
	top: 9.5px;
}
#top_article_screen a.title_link {
	top: 0;
}
.top_mat_info {
	line-height: 1.7857;
	margin-bottom: 15px;
	font-size: 14px;
	color: #00595f;
}

.top_mat_info span {
	text-transform: uppercase;
	font-family: 'robotoblack';
	background-color: #e7e7e7;
	display: inline-block;
	padding: 6px 10px;
	margin-right: 15px;
	font-size: 14px;
	line-height: 1;
}
.top_mat_info span a{
	color: #999999!important;
}
/* -------------------- */
.top_img img{
//width: 100%!important;
}
/* -------------------- */
.person {
	font-family: 'robotoblack';
	line-height: 1.5625;
	margin-bottom: 5px;
	font-size: 16px;
}
.item_date {
	font-family: 'robotomedium';
	margin-bottom: 25px;
	line-height: 1.5625;
	font-size: 16px;
	color: #999;
}
.about_top_img p {
	font-family: 'robotoitalic';
	line-height: 1.5;
	font-size: 16px;
}
/* -------------------- */
#article_page {
	overflow: hidden;
}

.article_social {
	padding: 10px 10px 10px 15px;
	font-family: 'robotomedium';
	background-color: #efefef;
	margin-bottom: 50px;
	border-radius: 5px;
	line-height: 1.89;
	font-size: 18px;
	color: #6b6b6b;
}
.aticle_title {
	background-color: #f3f3f3;
	font-family: 'robotobold';
	margin-bottom: 1rem!important;
	margin-top: 1rem!important;
	position: relative;
	line-height: 1.17;
	padding: 10px 0;
	font-size: 24px;
	color: #999;
}
.aticle_title span {
	position: relative;
	z-index: 3;
}

.more_articles li {
	font-family: 'robotomedium';
	padding-bottom: 15px;
	line-height: 1.25;
	font-size: 16px;
	margin-left: 0;
}
.more_articles li a {
	color: #353535;
}
/* -------------------- */
#last_screen {
	overflow: hidden;
}

.last_screen_btn {
	margin: 0 auto 0;
	position: relative;
	z-index: 3;
}
.last_screen_btn .btn.btn-dark-green {
	float: left;
}
.last_screen_btn .btn.btn-green {
	float: right;
}

.article blockquote {
	padding: 1em 2em;
	position: relative;
	margin: 2em 0;
	font-size: 0.9rem;
	border-style: solid;
	border-width: 1px 1px 1px 10px;
}

.article blockquote div p,
.article blockquote div {
	margin-left: 0%;
	width: 80%;
	font-style: normal;
	font-size: 1em;
}

.article blockquote div img {
	margin-right: 1em;
	float: left;
}
.article blockquote h2,
.article blockquote h3
{
	margin-bottom: 0.5em;
	font-size: 1.3em;
}
.article blockquote::after {
	display: block;
	content: '';
	clear: both;
}


@media (min-width: 992px) and (max-width: 1199px) {
	.item_date {
		margin-bottom: 5px;
	}
	.about_top_img p {
		line-height: 1.4;
		font-size: 14px;
	}
	#article_page p {
		line-height: 1.42857;
		margin-bottom: 15px;
		font-size: 16px;
	}
	.article_social {
		text-align: center;
	}
	.article_social ul {
		display: inline-block;
		margin-top: 15px;
		float: none;
	}
}
@media screen and (max-width: 991px) {
	#top_article_screen h1.lined_title,
	#top_article_screen h2.lined_title {
		font-size: 14px;
	}
	#top_article_screen a.title_link {
		font-size: 14px;
	}
	.person {
		margin-top: 15px;
	}
	.item_date {
		margin-bottom: 5px;
	}
	.article_social {
		font-size: 16px;
	}
	.more_articles {
		border-bottom: 5px solid #f3f3f3;
		margin-bottom: 50px;
	}
	#last_screen .top_material {
		margin-bottom: 20px;
	}
	#last_screen .top_material_list {
		margin-bottom: 30px;
	}
	.last_screen_btn {
		margin: 0 auto 50px;
	}
}
@media screen and (max-width: 767px) {
	#top_article_screen h1.lined_title,
	#top_article_screen h2.lined_title {
		text-align: left;
	}
	#top_article_screen h1.lined_title span,
	#top_article_screen h2.lined_title span {
		display: inline-block;
		padding: 0 15px 0 0;
	}
	#top_article_screen h1.lined_title:after,
	#top_article_screen h2.lined_title:after {
		display: block;
	}
	#top_article_screen a.title_link {
		display: inline-block;
		position: absolute;
	}
	#top_article_screen a.title_link > span {
		padding-right: 15px;
	}
	#top_article_screen .fresh_item {
		margin: 0 auto 30px;
		float: none;
	}
	.aticle_title {
		font-size: 20px;
	}
	#article_page p {
		line-height: 1.42857;
		margin-bottom: 15px;
		font-size: 14px;
	}
	.article_social {
		text-align: center;
		padding: 10px;
	}
	.article_social ul {
		display: inline-block;
		margin-top: 15px;
		float: none;
	}
	.last_screen_btn {
		text-align: center;
	}
	.last_screen_btn .btn.btn-dark-green {
		margin-bottom: 15px;
		float: none;
	}
	.last_screen_btn .btn.btn-green {
		float: none;
	}
}
@media screen and (max-width: 519px) {
	#top_article_screen h1.lined_title,
	#top_article_screen h2.lined_title {
		text-align: center;
	}
	#top_article_screen h1.lined_title span,
	#top_article_screen h2.lined_title span {
		padding: 0 0 10px;
		display: block;
	}
	#top_article_screen h1.lined_title:after,
	#top_article_screen h2.lined_title:after {
		display: none;
	}
	#top_article_screen a.title_link {
		display: inline-block;
		position: relative;
	}
	#top_article_screen a.title_link > span {
		padding-right: 15px;
	}
	.about_top_img p {
		line-height: 1.4;
		font-size: 14px;
	}
	.aticle_title {
		font-size: 18px;
	}
}
/* ARTICLE PAGE END */
.exclamation,
.comment,
.incut {
    padding: 1em;
    margin-left: 3em;
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #ececec;
    margin-bottom: 2em;
}
.exclamation:before,
.comment:before,
.incut:before {
    content: '\f10d';
    display: block;
    position: absolute;
    top: 0;
    left: -1.5em;
    font-family: FontAwesome;
    font-size: 2em;
}
.exclamation *:last-child,
.comment *:last-child,
.incut *:last-child {
    margin-bottom: 0;
}

.comment:before {
    content: '\f10d';
}
.incut:before {
    content: '\f05a';
}
.exclamation:before {
    content: '\f071';
}

cite {
    font-style: italic;
}
