.pkp_structure_footer_wrapper {
    background: #1e6292 !important;
    color: #FFF !important;
}

.pkp_op_settings .pkp_nav_list a{
	padding: 6px 16px 6px 12px !important;
}
.published .label{
	color:#000 !important;
}
.cmp_form .label{
	color:#000 !important;
}
.item .label{
	color:#000 !important;
}
.obj_article_details .citation_display .citation_formats_styles + .label{
	border-top:none !important;
}
.obj_issue_toc .published .label {
    font-weight: 700;
    color: #333 !important;
    font-size: 13px;
}
.pkp_site_nav_menu a{
	color:#444;
}
.pkp_site_nav_menu a:hover{
	color:red;
}

.box-bbb {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    height: 208px;
}
.box-bbb img {
    width: 100px;
    margin-right: 10px;
    float: left;
    height: auto;
}
.box-bbb p{
	margin:0 !important
}
.bbb-name {
    font-weight: bold;
	margin:0 !important
}
.bbb-content{
	margin:0 !important
}
.pkp_brand_footer{
display:none;	
}

.pkp_footer_content {
    padding: 20px 10px !important;
     
    line-height: 22px;
}
.pkp_footer_content td{
	padding:5px;
}

@media (min-width: 768px) {
	
	.col-md-4 {
    width: 33.33333333%;
    float: left;
}
	
	
}

@media (max-width: 767px) {
	
	.pkp_footer_content td {
    padding: 5px;
    width: 100%;
    float: left;
}
	
	.col-md-4 {
    width: 100%;
    float: left;
}
	
	
}