html {
    scroll-behavior: smooth !important;
}

@media (min-width: 1200px){
   .pkp_structure_page {
      margin-top: 0rem;
      margin-bottom: 2.143rem;
   }
}

.hidden {
	display: none;
}

.abstract ul {
    text-align: justify;
    text-wrap: wrap;
    overflow-wrap: break-word;
}

.abstract p {
	overflow-wrap: break-word;
}

img {
   height: none;
}

.nofees_box {
    width: 40%;
	padding: 20px;
	margin: auto;
}

.nofees_img {
	width: 90%;
    object-fit: cover;
    transition: .2s linear;
}

.nofees_box .nofees_img:hover {
    transform: scale(1.2);
}


.facebook_div .content {
    width: 100%;
    height: 100px;
    background-color: #dddddd;
    display: flex;
    align-items: center;
}

.content .facebook_a {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-evenly;
    text-decoration: none !important;
    font-size: 16px;
	width: 99%;
}

.twitter_content {
	margin-top: 10px;
}

.content .facebook_a > i {
    font-size: 35px;
}

.address {
	font-weight: bold;
}

.abstract > p, .abstract ol > li, .eu-abstract > p {
	text-align: justify;
}

.abstract ol li > a {
	word-break: break-all;
}

.eu-abstract {
	background-color: #f1f1f1;
	padding: 30px 20px 30px 20px;
    box-sizing: border-box;
    border-radius: 10px;
}


.stickyNote {
    margin: auto;
    position: fixed;
    width: 280px;
    top: 40px;
    z-index: 1;
    transform: translate(0, -4000px);
    height: 600px;
    background-color: #fff;
    overflow-y: scroll;
}

/* Scroll design */

.stickyNote::-webkit-scrollbar {
    width: 5px;
}

.stickyNote::-webkit-scrollbar-thumb {
    background: #006fb7;
}

.stickyNote::-webkit-scrollbar-thumb:hover {
    background: #0d94ef;
}

.stickyNote::-webkit-scrollbar-track {
    background: #478cbb81;
}

.inarticleNodes {
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #006fb7;
}

.stickyNote ul {
    list-style: none;
}

.stickyNote li {
    margin-top: 10px;
    color: #006fb7;
    font-size: 14px;
    cursor: pointer;
    padding: 5px;
    border-bottom: dashed 1px #ccc;
}

.stickyNote a {
    text-decoration: none;
}

.stickyNote li:hover {
    background-color: rgb(233, 231, 231);
}

.WW {
    transform: translate(0, 0) !important;
    transition: all 0.5s ease;
}

.shariff.item {
    background: #f2f2f2 !important;
    margin: 0 !important;
    box-shadow: 0 0 0 !important;
}

ul.theme-standard.orientation-horizontal.button-style-standard.shariff-col-36 {
    align-items: center !important;
    justify-content: center !important;
    margin-top: 10px !important;
}

.obj_article_details .entry_details .item {
    background: rgba(0,0,0,0.05) !important;
}

ul.theme-standard.orientation-horizontal.button-style-standard.shariff-col-50 {
    background: #f2f2f2;
}

.item.copyright > p {
	padding: 15px !important;
	
}

.indexing_div a img {
  transition: transform 0.2s linear;
}

.indexing_div a:hover img {
  transform: scale(1.1);
}

#topBtn {
    position: fixed;
    right: 30px;
    bottom: 25px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #fff;
    outline: none;
    border: none;
    cursor: pointer;
	opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#topBtn:hover {
    background: #7f7f7f;
}

#btnScrollToTop:active {
    background: gray;
}

#topBtn .fa-arrow-up {
    font-size: 25px;
    color: lightgray;
}

.overview_section {
	width: 70%;
	margin: auto;
}

.overview_content {
	display: flex;
	justify-content: space-evenly;
}

.description {
	text-align: justify !important;
	word-wrap: break-word !important;
}

.sitemap-container {
	background-color: #1f3e7e;
	padding: 0.5rem 4rem 0.5rem 4rem;
}

.sitemap-wrapper {
	max-width: full;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
	padding: 0 1rem;
}

.sitemap-section {
	margin-bottom: 1.5rem;
}

.sitemap-heading {
	color: #ffffff;
    font-size: 18pxm;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #ffffff;
}

.sitemap-list {
	list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap-item {
	margin-bottom: 0.75rem;
}

.sitemap-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
    display: block;
    position: relative;
    padding-left: 1.25rem;
}

.sitemap-link::before {
	content: "Ã¢â‚¬Âº";
    position: absolute;
    left: 0;
    color: #ffffff;
    font-weight: normal;
}

.sitemap-link:hover {
	color: #698abc;
}

.sitemap-title {
	padding-left: 15px;
    color: #ffffff;
    font-size: 20px;
}

.open-access-image-sidebar {
	padding-left: 10px;
	width: 160px;
}

.content p a img {
    transition: transform 0.15s linear;
}

.content p a img:hover {
    transform: scale(1.15);
}


#cookieNotice {
    border: 2px solid #1f3e7e;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px gray;
    width: 30%;
    position: fixed;
    bottom: 2%;
    left: 35%;
    background-color: #fff;
    padding: 15px;
    z-index: 1000000;
}

.title-wrap h4 {
    font-size: 16px;
    font-weight: bold;
    color: #1f3e7e;
}

.topright {
    float: right;
    cursor: pointer;
    margin-right: 2%;
    font-size: 24px;
    color: #1f3e7e;
}

.cookie_information p {
    font-size: 12px;
    text-align: center;
}

.cookie_buttons_div {
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding: 5px;
}

.cookie_btn {
    background-color: #1f3e7e;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 5px;
    cursor: pointer;
}

.cookie_btn:hover {
    opacity: 0.8;
    transition: 0.5;
}

.cookiesAccept_a {
	color:#115cfa; 
	text-decoration: none; 
	color: #1f3e7e; 
}

@media (max-width: 1196px) {
	.sitemap-wrapper {
		grid-template-columns: 1fr;	
	}
}

@media only screen and (min-width: 768px){
    .shariff .orientation-horizontal.button-style-standard li {
        min-width: 110px;
        max-width: 160px;
        margin: 5px auto !important;
    }
}

@media (min-width: 768px) {
    .lead {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .stickyNote {
        display: none;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .stickyNote {
        width: 240px;
    }
}

@media only screen and (max-width: 770px) {
    #cookieNotice {
        width: 90%;
        bottom: 2%;
        left: 5%;
    }
}


.pkp_structure_main h3, .pkp_structure_main h4, .pkp_structure_main h2 {
    margin: 15px 0px 5px 0px;
}

.pkp_structure_main p, .pkp_structure_main ul {
    line-height: 1.785rem;
    margin: 0;
    margin-bottom: 5px;
}