.pkp_site_name .is_img img {
	display: inline-block;
	max-height: 155px;
	max-width: 100%;
	width: auto;
	height: auto
}
.pkp_footer_content 
{
  float: left;
  width: 100%;  padding-top: 5px;
  padding-bottom:5px;
}
.pkp_footer_content * {
box-sizing: border-box;
}
.pkp_footer_content .column {
  float: left;
  width: 15%;
  padding: 5px;
}
.pkp_footer_content .row:after {
  content: "";
  display: table;
  clear: both;
}
.pkp_footer_content a 
{
  font-size: 14px;
  text-decoration: none;
  width: 100%;
  line-height: 3px;
}
.pkp_footer_content a:hover 
{
  color: #048C19;
  background-color: none;
  text-decoration: none;
}
.pkp_brand_footer {
  display: none;
/*  float: right;
  vertical-align: top;
  width: 10%;
  padding-bottom:5px;
  padding-top: 15px;*/
}
.pkp_structure_footer_wrapper {
   background: #e8ebef;
   border-bottom:@double solid; 
   border-bottom-color:#196F3D;
}
.pkp_site_name .is_img img {
   display: inline-block;
   max-height: 130px;
   max-width: 100%;
   width: auto;
   height: auto;
}