.pkp_structure_footer_wrapper {
	background: #151515 !important;
    color:#fff !important;
	border-bottom: 10px solid #f1cf09;
}

.pkp_footer_content {
	float: left;
	width: 70%;  padding-top: 10px;
	padding-bottom:10px;
}

.pkp_brand_footer {
    background: #f1cf09 !important;
	float: right;
	width: 20%;
	padding-bottom:10px;
	padding-top: 50px;
}
.main_entry .item.abstract {
	text-align: justify;
}
.pkp_site_name_wrapper {
	width: 100% !important;
}

.pkp_navigation_primary_row {
	text-align: justify;
	background: #151515;
	font-weight:normal;
}
.pkp_navigation_primary .pkp_nav_list li :hover{
	border-bottom: 2px solid #f1cf09 !important;
}
.pkp_site_name {
	margin: 0 !important;
}

.pkp_site_name > a {
	padding-top: 0 !important; 
	padding-bottom: 0 !important;
}

.pkp_site_name_wrapper {
	padding-left: 0 !important; 
	padding-right: 0 !important; 
	margin: 0 !important;
}
.pkp_site_name .is_img img {
	max-height: 100% !important; 
	max-width: 100% !important; 
}
.description p{
	text-align: justify !important;
}
.mybutton
{
    font-size: 14px;
    padding: 6px 12px;
    margin-bottom: 0;

    display: inline-block;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    width:320px;
}
.mybutton:hover
{
    color: #333;
    text-decoration: none;
}
.mybutton-default{
    color: #fff;
    background-color: #151515;
    border-color: #ccc;
}
.mybutton-default:hover{
    color: #333;
    background-color: #f1cf09;
    border-color: #adadad;
}