.pkp_site_name .is_img img {
	display: inline-blok;
	max-height: 290px;
	max-width: 130%;
	width: 100%;
	height: 100%
}
.pkp_footer_conten {
float:left; width:90%; padding-top:5px; padding-bottom:5px;}
.pkp_brand_conten {
float:left; width:50%; padding-top:5px; padding-bottom:5px;}
.sdbr { 
    display: inline-block; 
    width: 100%; 
    text-align: center; 
    padding: 10px 0; 
    text-decoration: none; 
    background-color: #012f50; 
    color: white;
    margin-bottom: 3px;
    box-shadow: 2px 2px 5px black;
    transition: all 0.5s;
}
.sdbr:hover {
    background-color: #01253f;
    transition: all;
    transform: translateY(-3px);
    color: #FFF;
}