html, body {
	background-image: url("");
}
.pkp_block .title {
    background: #000080;
    padding: 10px 10px 10px 10px;
    color: #FFFFFF;
    text-align: center;
}
.pkp_block .title {
  display:block;
 } 
.menu-block {
    background: #FFFFFF;
}
.btn-block-menu {       
    background-color: #000080;
    border-left: 5px solid #4b6d95;
}
a.btn-block-menu {
    color: #fff;
}
.b2:before{
    background-color: #7899be;
    color: #6c6c6c;
}
.btn-block-menu {       
    display: inline-flex;
    margin: 0 0 8px 0;
    width: 100%;
    position: relative;
    opacity: 0.999;
    padding: 8px 15px;
    text-align: center;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.btn-block-menu:first-child {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.btn-block-menu:last-child {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin: 0.5px;
}

.b2:before{
    content: ""; 
    width: 0; 
    height: 100%; 
    position: absolute; 
    right: 0; 
    top: 0; 
    transition: 0.4s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s; 
    z-index: -1;
}

.b2:hover:before{
    width: 100%; 
    right: auto; 
    left: 0;
}

.pkp_structure_footer_wrapper{
    background: #acacac;
    border-top: 0px solid #917070;
}

.pkp_footer_content{
    width: 100%;
    float: left;
    background: #;
    color: #fff
}

.pkp_brand_footer{
    width: 100%;
    float: right;
    display: none;
}
.pkp_block .content ul{
    padding: 10px 15px;
}

.pkp_site_name_wrapper a.is_img img {
    max-height: none;
}

.navbar-brand {
    float: none;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 100%;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form, .header_view .navbar-collapse, .header_view .navbar-form {
    border-color: #4583ee;
    background: #c2083d;
}

#headerNavigationContainer .container-fluid {
    padding-left: none;
    padding-right: none;
}

.container-fluid > .navbar-header{
    margin-right: none;
    margin-left: none;
}

.navbar-brand-logo img {
    max-height: 1349px;
    width: 100%;
    background: transparent;
    display: inherit;   
}

.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
    background: #d6bec5;
}

.container-fluid .row{
    margin-left: 0px;
    margin-right: 0px;
}

.img-responsive{
    display: none;
}

.navbar-default .nav > li > a, .header_view .nav > li > a {
    color: #FFF;
}

.footer {
    background: rgba(255, 255, 255, 0.5)!important;
    color: #FFF;	
}

.editorial-list{
    position: relative; 
}
.editorial-list li{
    margin-bottom: 1.125rem;
}
.editorial-list .img-profile{
    position: absolute;
    width: 95px;
    height: 105px;
    border: 1px solid #ddd;
    padding: .5rem;
}
.editorial-list .img-profile .imgthumb{ 
    width: 80px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto; 
    object-fit: fill;
}
.editorial-list .img-profile img{
    width: 100%;
    height:100%;
}
.team-content{
    margin-left: 100px;
    min-height: 130px;
}
.team-content .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}   
.team-aff ul li{
    margin-bottom: 0;
}
.team-aff ul li .tm_label{
    display: inline-block;
    width: 80px;
}
 
.team-aff ul li .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}
