body {
  background-image: url('bg_fkd.jpg') !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 10px !important;
}

.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pkp_site_name>a {
  padding-top: 0;
  padding-bottom: 0;
}

.pkp_site_name .is_img img {
  max-height: 300px !important;
}

.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}

.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}

.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20 !important;
  padding-bottom: 20 !important;
}

.pkp_structure_main {
  background-color: rgba(229, 234, 243, 0.829);
  box-shadow: 10px 10px 30px rgba(153, 152, 152, 0.5);
  border-radius: 10px;
  padding-top: 10px;
}

.pkp_page_index .journals>ul>li {
  border-top: none !important;
}
/* update css new  */

.pkp_structure_content{
    margin-bottom: 50px;    
} 
.about_site {
    padding: 10px;
    text-align: center;
    background: turquoise;
    margin: 10px;
    border-radius: 10px 75px;
    box-shadow: 10px 5px seagreen;
}

.about_site:hover {
    box-shadow: 0 0 20px seagreen;
    transform: scale(1.05);
    background: lightseagreen;

}

li.view, li.current {
    background: rgb(47, 78, 214);
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 7px 3px 3px gray;
}
li.view:hover, li.current:hover {
    background: rgb(90, 110, 196);
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 7px 3px 3px gray;
}
ul.links>li>a{
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-decoration: none;
}


.pkp_page_index .journals .thumb+.body {
    float: right;
    width: 75%;
    text-align: justify;
    background: lightblue;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 15px 5px 10px 2px cadetblue;
}