.site-banner {
    /* max-width: calc(100% + 170px);
    height: auto;
    margin-left:-100px;
    margin-right:150px;
    */
    margin:auto;
    max-width:50%;
}
.pkp_site_name{
    margin:0;
    display:inline-block;
    width:100%;
}

.site-banner .row{
    margin:0;
}

img.site-banner{
    max-width:100%;
    margin:0;
}
.site-banner-small{
    max-width: 80%;
    height: auto;
}

.heading.row{
    text-align:center;
}


.footer-logo{
    width:180px;
    
}

.header-logo{
    width:9%;
}

.main-menu-text{
    font-size:14px;
}

li, p{
    text-align: justify;
}

#headerNavigationContainer{
    /*
    padding-left: 100px;
    padding-right: 70px;
    */
    background-image:url("/public/journals/15/header-background.png");
    background-color:#13162b!important;
    border: none!important;
    margin-bottom:0px!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius:0!important;
}

footer{
    background:#a3a6b2;
}

.footer-text{
    color:#000;
    
}
.footer-text:hover{
    color:#010534;
}


.icon-inline{
    height: 18px;
}

.content-section{
    margin: 20px 0px 0px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.last-section{
    padding-bottom:20px;
}

p.french{
    text-indent: -20px;
	
	padding-left: 40px   
}

input.form-control{
    width:100%!important;
}

.search-form-side .form-group{
    width:60%;
}

.editorial_team p{
    margin:0;
}

#nav-menu a {
    padding-bottom: .6em;
    padding-top: .6em;
     color:#0b2548;
}


#nav-menu{
    position:sticky!important;
background: white;
margin-bottom:20px;
    height: 35px;
    padding-top: 2px;
    border-bottom: 1px solid #EBEBEB;
}



footer .col-md-3:last-of-type {
    padding-left: 10%;
}

#customblock-Enlaces p{
    text-align:center;
}

#customblock-Enlaces img{
    max-width:80%;
}

.article-references br{
    line-height:25px;
}

.panel-heading{
    font-size: 17px;
    color: #317eac!important;
}

.article-references .panel-body{
    word-wrap: break-word;
}   


a.galley-link.btn{
    padding: 4px;
}

#main-navigation{
    margin-left:7%;
}

header div:first-child .row{
    position:absolute;
    right:20px;
}

#login .btn{
    padding:6px;
}

.pkp_structure_page{
    max-width: 90%;
    background-color: white;
    margin: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom:20px;
}

body{
    background-color:#ddd;
}

.pkp_structure_content{
    width:100%;
}

.row.footer{
    display:none;

}

#main-content > div{
    border: 2px #aeb3ec solid;
    -webkit-box-shadow: 3px 4px 6px -2px rgba(82,80,82,1);
    -moz-box-shadow: 3px 4px 6px -2px rgba(82,80,82,1);
    box-shadow: 3px 4px 6px -2px rgb(174, 179, 236);
    padding: 10px;
    border-radius: 10px;
}

.pkp_block{
    border: 2px #0b2548 solid;
    -webkit-box-shadow: 3px 4px 6px -2px rgba(82,80,82,1);
    -moz-box-shadow: 3px 4px 6px -2px rgba(82,80,82,1);
    box-shadow: 3px 4px 6px -2px rgb(174, 179, 236);
    border-radius: 10px;
}

.pkp_block .title {
    background: #0b2548;
    text-transform: uppercase;
    font-weight: bold;
    color:white;
}

#main-navigation li:hover {
    border-top: 4px #0b2548 solid !important;
    margin-bottom:-4px;
    margin-top: -2px;
}
#main-navigation li a:hover {
background-color:#c96872!important;
color:#0b2548;
}
#main-navigation li.open a {

color:#0b2548;
}

#navigationUser > li > a,#navigationUser > li > a:hover{
    color:white;
}


.footer-block{
    width: 45%;
    float: left;
    height: 70px;
    margin-bottom: 10px;
    padding:5px;
}

footer > .container{
    width:100%;
}

.btn-primary{
    color: black;
    background-color: #a3a6b2;
    border-color: #737373;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
    color: black;
    background-color: #737373;
    border-color:#737373;
}
/*
#headerNavigationContainer:before {
    content: "ISSN: 2708-6305\A ISSN-L: 2708-6305";
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: white;
    FONT-SIZE: 20px;
    white-space: pre;
    text-align: right;
}
*/