@media (min-width: 1200px){
   .pkp_structure_page {
      margin-top: 0rem;
      margin-bottom: 2.143rem;
   }
}

img {
   height: none;
}

.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%;
}

.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;
}

@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;
    }
}