body {
    font-family: Lato, sans-serif !important;
}

.pkp_page_index #index-header-section {
    display: block;
}

#index-header-section .banner {
    width: 100%;
    max-height: 330px;
    background-color: #d22020;
    height: auto;
}
div.issue-header div.issue-header-1 a {
    margin-top: 0px;
}

div.issue-header div.issue-header-1 a > img {
    height: 145px;
}

.navbar-default .nav>li>a, .header_view .nav>li>a {
    color: #464646;
    text-transform: uppercase;
}

.navbar, .header_view {
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 60%, #ffffff);
    background-image: -o-linear-gradient(#00478f, #036 60%, #002952);
    background-image: linear-gradient(#ffffff, #ffffff 60%, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00478f', endColorstr='#ff002952', GradientType=0);
    background-repeat: no-repeat;
    border-bottom: 0px solid #4d4d4d;
    filter: none;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}

.navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:focus, .navbar-default .nav>li>a:active, .header_view .nav>li>a:hover, .header_view .nav>li>a:focus, .header_view .nav>li>a:active {
    background: #ffffff;
    color: #d22020;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .header_view .navbar-nav>.open>a, .header_view .navbar-nav>.open>a:hover, .header_view .navbar-nav>.open>a:focus {
    background-color: #464646;
    color: #ffffff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form, .header_view .navbar-collapse, .header_view .navbar-form {
    border-color: #ffffff;
    background-color: #ffffff;
}

a:hover {
    background-color: transparent;
    color: #d22020;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #464646;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #464646;
}

#navigationUser > li.dropdown > a:hover {
    color: #464646;
}

.badge {
    background-color: #464646;
}

.btn-primary {
    color: #fff;
    background-color: #8c8c8c;
    border-color: #676767;
}

.btn-primary {
    background-image: -webkit-linear-gradient(#868686, #404040 60%, #464646);
    background-image: -o-linear-gradient(#00478f, #036 60%, #002952);
    background-image: linear-gradient(#868686, #404040 60%, #464646);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00478f', endColorstr='#ff002952', GradientType=0);
    border-bottom: 1px solid #313131;
}

.pkp_block .title {
    color: #fff;
}

.panel-default>.panel-heading, .pkp_block .title {
    color: #fff;
    background-color: #4e4e4e;
    border-color: #4e4e4e;
}

.issue-header-2.col-md-9.page-title-logo a {
    text-transform: uppercase;
    color: #D22020;
}

.issue-header-2.col-md-9.page-title-logo {
    /*background-image: url(/plugins/themes/xejournal/templates/images/detail_header_I.png);*/
    background-repeat: no-repeat;
    height: 124px;
}

.issue-header-2 .navbar-brand {
    max-width: 67%;
}

.logo-ediciones-usal {
    margin-right: 260px;
}

#main-navigation-usernav {
    text-transform: uppercase;
    font-size: 18px;
}

#buyLink {
    text-align: right;
}

#buyLink a {
    font-size: 1.1em;
}

footer img {
    max-height: 100px;
    width: auto !important;
}

footer[role="contentinfo"] {
    padding: 0px;
}

footer .footer-institution {
    background-color: #c5c3c3;
    border-top: 1px solid #cecccc;
    margin-top: 21px;
}

footer .footer-institution .col-md-3 {
    text-align: center;
}

#headerNavigationContainer{
    box-shadow: none;
}
#index-header-section .banner img{
    max-width: 100%;
}
.logo-usal{
    float: right;
    margin-top: 30px;
}
.page-title-logo a:not(.logo-usal-journal){
    padding-top: 41px;
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
}

.logo-usal-journal {
    position: absolute;
    margin-top: 20px;
    right: 0px;
}

.issue-header{
    margin-bottom: 30px;
}
.has_site_logo .issue-header{
    margin-bottom: 0px;
}
footer .footer-institution{
    background-color: transparent;
    border:none;
}
footer .footer-institution{
    text-align: center;
}
footer .copy{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
/* mobile devices - landscape */
@media only screen and (max-width: 640px) {
    .logo-ediciones-usal{
        margin-right: 0px;
        display: block;
    }
    .logo-usal{
        float: none;
    }
    .page-header-logo{
        text-align: center;
    }
}

@media (min-width: 768px){
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand, .header_view>.container .navbar-brand, .header_view>.container-fluid .navbar-brand {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 992px) {
    .logo-usal-journal {
        display: block !important;
        width: 100%;
        text-align: center;
        position: relative;
        margin-top: 0px;
    }
    .issue-header-2 .navbar-brand {
        max-width: 100%;
        text-align: center;
        height: auto;
        width: 100%;
    }
}
