*{outline: 0 !important;}
.bottom0{
	margin-bottom: 0
}
.w-16{
	width: 16px;
	display: inline-block;
}
.w-32{
	width: 32px;
	display: inline-block;
}
.inline-block{
	display: inline-block;
}
.list-inline-coma{
	position: relative;
}
.list-inline-coma > li:not(:last-child)::after {
	content: ", ";
}
body{
    font:400 14px/1.71em AcuminPro,arial,helvetica,sans-serif;
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility; 
    color: #444;
}
html.mm-opened {
    overflow: hidden;
    position: relative;
}
.mm-blocker {
    background: rgba(0,0,0,0.5);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
html.mm-opened .mm-blocker, html.mm-blocking .mm-blocker {
    display: block;
}
html.mm-opened .header-style1{
	z-index: unset !important;
}
/* HEADER */
.header-style1{
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	z-index: 1003;
}
.header-fixed { 
    background: rgba(0,0,0,0.85) !important;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1003;
	-webkit-transition: all 0.1s ease 0s;
	   -moz-transition: all 0.1s ease 0s;
		 -o-transition: all 0.1s ease 0s;
			transition: all 0.1s ease 0s;
}
.top-header{
	background-color: rgba(0,0,0,0.8);
	color: #fefefe;
}
.top-header .nav-top{
	display: block;
	list-style: none;
	padding: 0;
}
.top-header .nav-top li{
	display: inline-flex;
}
.top-header .nav-top li:first-child{
	margin-left: 0;
}
.top-header .nav-top li a{
	color: #fefefe;
	padding: .5rem .75rem;
}
.top-header .nav-top li a:focus, .top-header .nav-top li a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #319ABA;
	transition: width 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
}
.header { 
    background-color: rgba(0,0,0,0.6);
}
.header.sticky {
	animation: sticky  .4s;
}
.header .logo {
    padding: 0;
    width: 240px;
    float: left;
}
.header .logo a {
    position: relative;
}
.header .logo > a > img{
	padding-top: .5rem;
	height: 60px;
}
.header .navbar-toggler{
	margin-top: .8rem;
	display:none;
}
.main_menu {
    padding: 0; 
    padding-left: 255px;
}
.main_menu .navbar{
	padding: 0;
} 
.bg-white {
    background-color: #fff !important;
}
.navbar-white .navbar-nav .nav-link {
    color: #fff;
	font-weight: 600;
	font-size: .95rem;
	padding: 1.5rem .85rem;
	text-transform: uppercase;
}
.navbar-white .navbar-nav .nav-link:focus, 
.navbar-white .navbar-nav .nav-link:hover{
	position: relative;
}
.navbar-white .navbar-nav .active > .nav-link, 
.navbar-white .navbar-nav .nav-link.active, 
.navbar-white .navbar-nav .nav-link.show, 
.navbar-white .navbar-nav .show > .nav-link {
    color: #1f2122;
} 
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler-icon.close {
	background: none;
	color: rgba(255,255,255,1);
	padding-top: .125rem;
}
.dropdown-item {
	font-size: .9rem;
}
.btn-top-search{
	float: right;
}
.top-right-link{
	padding: 0;
	margin: 0;
	display: inline;
	float: right;
}
.top-right-link > li{
	display: inline-block;
	float: left;
	padding-left: .5rem;
}
.top-right-link > li button{
	margin-top: 0 !important;
}
.top-right-link > li .navbar-toggler{
	border: 0 !important;
	color: rgba(255,255,255,.8);
	border-color: rgba(0,0,0,.1);
	font-size: 1.2rem;
	padding: 1.35rem .85rem 1.2rem .50rem;
	border-radius: 0;
}
.top-right-link > li .btn-top-search{
	cursor: pointer;
	border: 0 !important;
	color: rgba(255,255,255,.8);
	border-color: rgba(0,0,0,.1);
	background: transparent;
	font-size: 1.2rem;
	padding: 1.35rem .85rem 1.2rem .85rem;
	border-radius: 0;
}
nav.nav-breadcrumb {
    background-color: #f8f8f8;
}
nav.nav-breadcrumb ol.breadcrumb {
    border-radius: 0;
    background: transparent;
    padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .35rem;
    padding-left: .35rem;
    color: #6c757d;
    content: "\f105";
	font-family: FontAwesome;
}
nav.nav-breadcrumb ol.breadcrumb li {
    font-size: .82rem;
}
nav.nav-breadcrumb ol.breadcrumb li:first-child{
	padding-left: 0;
	margin-left: 0;
}
.header-search{
	background: rgba(0,0,0,0.6);
	padding: .85rem 1.5rem;
}
.main-fixed .header-search{
	position: fixed;
	top: 70px;
	width: 100%;
	display: block;
	background: rgba(0,0,0,0.6);
}
.header-search .search-box{
	position: relative;
}
.btn-quote-nav{
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	background: #2d9ba1;
	border: 1px solid #007d84;
	border-radius: .25rem;
	padding: .2rem .5rem;
	margin-top: 1.125rem;
	margin-bottom: 0;
}
.btn-quote-nav:hover, .btn-quote-nav:focus{
	text-decoration: none;
	background: #50b4b9;
	color: #ffffff;
}

.btn-purchase-nav{
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	background: #EC3237;
	border: 1px solid #BF0707;
	border-radius: .25rem;
	padding: .2rem .5rem;
	margin-top: 1.125rem;
	margin-bottom: 0;
}
.btn-purchase-nav:hover, .btn-purchase-nav:focus{
	text-decoration: none;
	background: #952427;
	border: 1px solid #790404;
	color: #ffffff;
}
/* EOF HEADER */

/* BODY CONTENT */
.wrapper{
	margin-top: 72px;
}
.section-page-top{ 
	background: hsl(193.9, 64.8%, 44.5%); 
	min-height: 116px;
}
.top-breadcrumb{
	background-color: #e9ecef;
}
.top-breadcrumb .breadcrumb {
	border-radius: 0;
	background: transparent;
	margin-bottom: 0;
}
.body-content{
	min-height: calc(-11rem + 100vh);
}
.footer {
    padding: 1.25rem 0;
    max-width: 100%;
    display: block;
    border-top: 1px solid #131313;
    background: #131313;
}
.footer p{
	margin-bottom: 0;
	color: #fefefe;
}
.footer p a{
    color: #fff;
}
.footer p a:hover, .footer p a:focus{
    text-decoration: underline;
}
.footer-license{
    background: #000;
    color: #fefefe;
    padding: .5rem;
    text-align: center;
    font-size: .82rem;
}
.footer-license a{
    color: #fefefe;
}
.footer-license a:hover{
    text-decoration: underline;
}
.footer-license .imgby, .footer-license .imgcc{
    display:inline-block;
    width: 18px;
}
.footer-link{
    margin: 0 auto;
    text-align: center;
}
.footer-link a{
    color: #fefefe;
}
.footer-link a:focus, .footer-link a:hover{
    text-decoration: underline;
}
.footer-link .list-inline > .list-inline-item{
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}
.footer-link .list-inline > .list-inline-item:not(:last-child) a {
    border-right: 1px solid #dbdadf;
}
.footer-link .list-inline > .list-inline-item a {
    color: #fefefe;
    font-size: .80rem;
    font-weight: 600;
    padding: 0 1rem;
}

/*
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/

 
/* ---- particles.js container ---- */
 #particles-js{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(-11rem + 100vh);
    /*
    background-color: #2e9ea4;
    background-image: url("https://series.gci.or.id/assets/images/banner/bg-page-section.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    */
}

/* BIG SEARCH */
.search-heading h2{
	color: #fff; 
	font-weight: 600;
	text-transform: uppercase;
}
.search-heading h3{
	color: #fff; 
	font-weight: 400;
	font-size: 1rem;
}
.section-search{
	padding: 15rem 0 12rem 0; 
	background-color: hsl(183, 56.2%, 41.2%);
	background-blend-mode: overlay;
	background-image: url('../../../../assets/images/banner/bg-page-section.png');
    background-repeat: repeat, repeat;
    background-size: auto auto, auto auto;
	background-repeat: repeat;
	background-size: cover; 
	min-height: calc(-11rem + 100vh);
}
.section-search .content-home{
    position: relative;
    z-index : 99;
}
.section-search .search-box{
	max-width: 550px;
	margin: 0 auto;
}
.section-search .search-box .input-group .txt-search{
	padding: 1rem;
}
.section-search .search-box .input-group .txt-search:focus, 
.section-search .search-box .input-group .txt-search:hover{
	box-shadow: none !important;
	border: 1px solid #ced4da;
	border-right: 0;
}
.section-search .search-box .input-group .input-group-append{

}
.section-search .search-box .input-group .input-group-append .btn-search{
	border: 1px solid #ced4da;
	border-left: 0;
	background: #fefefe;
}
.section-search .search-box .input-group .input-group-append .btn-search:hover,
.section-search .search-box .input-group .input-group-append .btn-search:focus{
	border-left: 0;
	box-shadow: none !important;
}
.arrow-animated{
	text-align: center;
	z-index: 1;
}
.arrow-animated a.btn-animated:hover {
    border: 2px solid transparent;
    background: rgba(255,255,255,.05);
    color: #40c1f0;
}
.arrow-animated a.btn-animated {
    margin-top: 48px;
    background: rgba(255,255,255,.8);
    border: 2px solid transparent;
    box-shadow: 0 0 0 6px rgba(64,193,240,.5);
    color: #7c7c7c;
    height: 46px;
    line-height: 30px;
    width: 46px;
    font-weight: 600;
    font-size: 24px;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

/* LIST ITEMS */
.inner-listing{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 1rem;
}
.item-listing {
    display: inline-block;
    margin-bottom: -30px;
    width: 100%;
}
.item-wrapper{
	display:block;
	width: 100%;
	position: relative;
	border-top: 1px solid #ddd;
	padding-top: 1rem;
	min-height: 180px;
}
.item-wrapper::before, .item-wrapper::after{
	display: table;
	content: " ";
}
.item-wrapper::after{
	clear: both;
}
.item-wrapper .item-image{
	position: absolute;
	max-width: 100px;
	margin-right: 1rem;
	left: 0;
	top: 1rem;
}
.item-wrapper .item-image img{
	max-width: 100%;
	display: block;
}
.item-wrapper .item-description{
	margin-left: 110px;
	font-size: 1rem;
}
.item-wrapper .item-description .item-title h3{
	font-size: 1rem;
	font-weight: 600;
}
.item-wrapper .item-description .item-title h3 > a{
	color: #343434;
}
.item-wrapper .item-description .item-title h3 > a:focus, 
.item-wrapper .item-description .item-title h3 > a:hover{
	text-decoration: underline;
}
.item-wrapper .item-description .item-pub{
}
.item-wrapper .item-description .item-pub p{
	margin-bottom: 0;
}

/* Sidebar */
.sidebar-module{
	display: block;
}
.sidebar-module .sidebar-title{
	border-bottom: 2px solid #ddd;
}
.sidebar-module .sidebar-title h3{
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
}
.sidebar-module .sidebar-title h3 i.fa{
	margin-right: .5rem;
}
.sidebar-module .list-sidebar{
	list-style: none;
	padding: 0;
}
.sidebar-module .list-sidebar li{
	display: block;
	border-bottom: 1px dashed #dedede;
	padding: .5rem 0;
}
.sidebar-module .list-sidebar li a{
	text-transform: uppercase;
	color: #656565;
	font-weight: 600;
}
.sidebar-module .list-sidebar li a:focus,
.sidebar-module .list-sidebar li a:hover{
	text-decoration: none;
	color:#ED474C ;
}
/* Detail Proceedings */
.detail-content{
	padding: 0;
}
.heading-bar{
	border-bottom: 1px solid #d9d9d9;
	padding: 6px 0 0;
	margin: 0 0 22px;
	position: relative;
}

.heading-bar h2{ 
	font-weight: 500;
	font-size: 1.5rem;
	text-transform: uppercase;
	margin: 0; 
	color: #333;
	line-height: 24px;
	padding-bottom: 6px;
	border-bottom: 3px solid #EC3237;
	display: inline-block;
	margin-bottom: -2px;
}
.detail-content .proceeding-cover{

}
.detail-content .proceeding-cover .thumbnail{
	position: relative;
}
.detail-content .proceeding-cover .thumbnail .img-thumbnail{
	border-radius: .125rem;
}
.proceeding-detail{

}
.proceeding-detail h1.title{
	font-size: 1.35rem;
	font-weight: 600;
	margin-bottom: 1rem;
	line-height: 1.7rem;
}
.proceeding-detail .decription{
	display: block;
	width: 100%;
	position: relative;
	padding: 1rem;
	background: #f9f9f9;
	border: 1px solid #dedede;
	border-radius: .125rem;
}
.proceeding-detail .decription::before,
.proceeding-detail .decription::after{
	display: table;
	content: " ";
}

.proceeding-detail .decription::after{
	clear: both;
}
.proceeding-detail .decription .cover .img-thumbnail{
	border-radius: .125rem;
}
.proceeding-detail .decription .desc{

}
.form-group-line{
	margin-bottom: .35rem;
}
.form-group-line label{
	font-weight: bold;
	margin-bottom: .125rem;
} 
.proceeding-listarticle .listarticle-heading{
	border-bottom: 1px solid #d9d9d9;
	padding: 6px 0 0;
	margin: 10px 0 22px;
	position: relative;
}
.proceeding-listarticle .listarticle-heading h4{ 
	text-transform: uppercase;
	font-weight: 600;
	margin: 0; 
	font-size: 1.5rem;
	color: #333;
	line-height: 24px;
	padding-bottom: 6px;
	border-bottom: 3px solid #EC3237;
	display: inline-block;
	margin-bottom: -2px;
}
.proceeding-listarticle .list-articles{
	list-style: none;
	padding: 0;
	margin-bottom: 1rem;
	
}
.proceeding-listarticle .list-articles .article-item{
	border-bottom: 1px solid #ddd;
	padding: 1rem 0;
	position: relative;
	display: flex;
}
.proceeding-listarticle .list-articles .article-item:last-child{
	border-bottom: none;
}
.proceeding-listarticle .list-articles .article-title h2{
	font-size: 1.1rem;
	font-weight: 500;
}
.proceeding-listarticle .list-articles .article-title h2 a{
	color: #121212;
}
.proceeding-listarticle .list-articles .article-title h2 a:hover, 
.proceeding-listarticle .list-articles .article-title h2 a:focus{
	color: #ED474C;
	text-decoration: none;
	transition: width 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
}
.proceeding-listarticle .list-articles .article-item .number{
	position: absolute;
	width: 40px;
	left: 0;
}
.proceeding-listarticle .list-articles .article-item .number > span{
    font-size: 1.2rem;
    font-weight: normal;
}
.proceeding-listarticle .list-articles .article-item .description{
	margin-left: 40px; 
	padding-right: 1rem; 
	width: calc(100% - 110px);
}
.proceeding-listarticle .list-articles .article-item .description::after{
	position: absolute;
	bottom: 0;
	width: 1px;
	background: #ddd;
	height: 50px;
}

.proceeding-listarticle .list-articles .article-item .description::before{
	position: absolute;
	bottom: 0;
	width: 1px;
	background: #ddd;
	height: 50px;
}
.proceeding-listarticle .list-articles .article-item .description .article-author{
	color: #006621;
	font-size: .875rem; 
	line-height: 1.24;
}
.proceeding-listarticle .list-articles .article-item .description .article-doi{
	font-size: .90rem;
}

.proceeding-listarticle .list-articles .article-item .description .article-doi a{
	color: #656565;
}

.proceeding-listarticle .list-articles .article-item .description .article-doi a:focus,
.proceeding-listarticle .list-articles .article-item .description .article-doi a:hover{
	text-decoration: none;
	color: #FE9900;
}
.proceeding-listarticle .list-articles .article-item .pages_info{
	width: 100px;
	position: absolute;
	text-align: right;
	right: 0;
	bottom: 1rem;
}
.proceeding-listarticle .list-articles .article-item .pages_info p{
	margin-bottom: 0;
}
.article-link {
	margin-top: .5rem;
}
.article-link a{
	color: #329ABB;
}
.article-link a:focus, .article-link a:hover{
	color: #ED474C;
	text-decoration: none;
}
.article-link ul li{
	margin-right: .35rem !important;
	font-size: .9rem;
	font-weight: 500;
}
.tbl-citt{
	width: 100%;
	margin-top: -8px;
	border-collapse: collapse;
	empty-cells: show;
	border-width: 0;
}
#gs_citt th {
    text-align: right;
    font-weight: normal;
    color: #777;
    padding-right: 16px;
    white-space: nowrap;
    -moz-user-select: none;
    user-select: none;
}
#gs_citt td, #gs_citt th {
    vertical-align: top;
    padding: 8px 15px 8px 5px;
}
#gs_citt .gs_citr{
	font-size: 13px;
	font-family: Arial,sans-serif;
	line-height: 1.24;
}

/* Detail Article */
.detail-article{
	position: relative;
}
.detail-article h4.sub-heading{
	border-bottom: 1px solid #dedede;
	padding-bottom: .4rem;
	color: #313131;
}
.detail-article .article-title{
	border-bottom: 1px solid #dedede;
	margin-bottom: 1rem;
}
.detail-article .article-title h1{
	font-size: 1.8rem;
	color: #212121;
}
.detail-article .article-authors{
	margin-bottom: 1.5rem;
	font-size: 1.125rem;
}
.detail-article .article-authors-affiliation{
	margin-bottom: 1.5rem;
}
.detail-article .article-abstract{
	margin-bottom: 1.5rem;
}
.detail-article .article-keyword{
	margin-bottom: 1.5rem;
}
.detail-article .article-references{
	margin-bottom: 1.5rem;
}
.detail-article .reference-container{
    overflow-x: scroll;
}
.detail-article .article-references ol{
    padding-left: 15px;
    margin: 0;
}
.detail-article .article-references ol li{
    margin-bottom: .875rem;
}
.detail-article .article-references ul.list-unstyled li{
    margin-bottom: .875rem;
}
.detail-article .article-addtional-info{
	margin-bottom: 1.5rem;
}
.detail-article .article-btn-link ul li{
	margin-bottom: .5rem;
}
.article-sidebar {
	position: relative;
}
.article-sidebar .proceeding-info{
}
.article-sidebar .proceeding-info .cover{
}
.article-sidebar .proceeding-info .cover .thumbnail{
}
.article-sidebar .proceeding-info .cover .thumbnail .img-thumbnail{
}
.article-sidebar .proceeding-info .title{
}
.article-sidebar .proceeding-info .title h4{
	font-size: 1rem;
}
.article-sidebar .proceeding-info .title h4 a{
	color: #212121;
}
.article-sidebar .proceeding-info .title h4 a:focus,
.article-sidebar .proceeding-info .title h4 a:hover{
	color: #ED474C;
	text-decoration: none;
}
.article-sidebar .proceeding-info .title label,
.article-sidebar .proceeding-info .text-inline label{
	margin-bottom: 0;
	color: #212121;
	font-weight: 600;
}
.article-sidebar .proceeding-info .text-inline p{
	margin-bottom: .5rem;
}
/* Search Article */
.detail-search .search-title h1{
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 1rem;
	padding-top: 0;
	padding-bottom: .25rem;
	border-bottom: 2px solid #ddd;
}
.detail-search .search-title h1 .fa{
	font-weight: 500;
}
/* TABLE */ 
table.noborder > tbody > tr > td{
	border-bottom: none !important;
	border-top: none !important;
	padding: .35rem !important;
}

/* SERIES */

.series-item-wrapper{
	display:block;
	width: 100%;
	position: relative;
	padding-top: 1rem;
	min-height: 180px;
}
.series-item-wrapper::before, .series-item-wrapper::after{
	display: table;
	content: " ";
}
.series-item-wrapper::after{
	clear: both;
}
.series-item-wrapper .item-image{
	position: absolute;
	max-width: 100px;
	margin-right: 1rem;
	left: 0;
	top: 1rem;
}
.series-item-wrapper .item-image img{
	max-width: 100%;
	display: block;
}
.series-item-wrapper .item-description{
	margin-left: 110px;
	font-size: 1rem;
}
.series-item-wrapper .item-description .item-title h3{
	font-size: 1rem;
	font-weight: 600;
}
.series-item-wrapper .item-description .item-title h3 > a{
	color: #343434;
}
.series-item-wrapper .item-description .item-title h3 > a:focus, 
.series-item-wrapper .item-description .item-title h3 > a:hover{
	text-decoration: underline;
} 
.series-item-wrapper .item-description .item-pub p{
	margin-bottom: 0;
}

.series-listarticle .list-articles{
	list-style: none;
	padding: 0;
	margin-bottom: 1rem;
	
}
.series-listarticle .list-articles .article-item{
	border-bottom: 1px solid #ddd;
	padding: 1rem 0;
	position: relative;
	display: flex;
}
.series-listarticle .list-articles .article-title h2{
	font-size: 1.1rem;
	font-weight: 500;
}
.series-listarticle .list-articles .article-title h2 a{
	color: #121212;
}
.series-listarticle .list-articles .article-title h2 a:hover, 
.series-listarticle .list-articles .article-title h2 a:focus{
	color: #ED474C;
	text-decoration: none;
	transition: width 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
}
.series-listarticle .list-articles .article-item .number{
	position: absolute;
	width: 40px;
	left: 0;
}
.series-listarticle .list-articles .article-item .number > span{
    font-size: 1.2rem;
    font-weight: normal;
}
.series-listarticle .list-articles .article-item .description{
	margin-left: 40px; 
	padding-right: 1rem; 
	width: calc(100% - 110px);
}
.series-listarticle .list-articles .article-item .description::after{
	position: absolute;
	bottom: 0;
	width: 1px;
	background: #ddd;
	height: 50px;
}

.series-listarticle .list-articles .article-item .description::before{
	position: absolute;
	bottom: 0;
	width: 1px;
	background: #ddd;
	height: 50px;
}
.series-listarticle .list-articles .article-item .description .article-author{
	color: #006621;
	font-size: .875rem; 
	line-height: 1.24;
}
.series-listarticle .list-articles .article-item .description .article-doi{
	font-size: .90rem;
}

.series-listarticle .list-articles .article-item .description .article-doi a{
	color: #656565;
}

.series-listarticle .list-articles .article-item .description .article-doi a:focus,
.series-listarticle .list-articles .article-item .description .article-doi a:hover{
	text-decoration: none;
	color: #FE9900;
}
.series-listarticle .list-articles .article-item .pages_info{
	width: 100px;
	position: absolute;
	text-align: right;
	right: 0;
	bottom: 1rem;
}
.series-listarticle .list-articles .article-item .pages_info p{
	margin-bottom: 0;
}
.archive-content{
	padding-top: 1rem;
}
.archive-content .listarticle-heading{
	background: #f3f3f3;
	border: 1px solid #e8e8e8;
	padding: 1rem;
	margin-bottom: 1rem;
	border-radius: .125rem;
}
.archive-content .listarticle-heading h4{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.25rem;
}
.archive-content .list-archive{
	box-shadow: 0 1px 2px #aaa;
	margin-bottom: 1rem ;
	padding: 1rem;
}
.archive-content .list-archive .title{
	font-weight: 500;
	color: #222;
}

@-webkit-keyframes sticky {
	0% { top: -200px; }
	100% { top: 0; } 
}
@keyframes sticky {
	0% { top: -200px; }
	100% { top: 0; } 
}