.pkp_site_name .is_img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: 1200px;
    height: auto;
	padding-bottom: 0px;
    margin-bottom: -5px;


}
.pkp_structure_head {
    background-color: #f7f7f7;
	border-bottom: none;
	
}
.pkp_structure_content {
    background: #ffff;
}

.pkp_navigation_primary>li:first-child a {
    margin-left: 30px;
}
a {
    color: #064459;
}
a:hover, a:focus {
    color: #f7f7f7;
}
.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #064459;
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    color: #064459;
    text-decoration: none;
}
.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    background: #f7f7f7;
    color: #fff;
}
