/**
 * Copyright (c) 2013-2017 OpenJournalSystems.com All Rights Reserved.
 * The unauthorized reproduction or distribution of this copyrighted work is illegal and punishable under US federal laws.
*/
.body{
  background-color: white;
}

header a {
    color: #ccc;
}

header a:hover {
    color: #666;
    text-decoration: none;
}
.pkp_block {
    padding-top: 20px;
}

.pkp_structure_content{
    margin: 0 auto;
}

.block_make_submission a {
    display: inline-block;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #1e6292;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    font-size: 15px;
    line-height: 27px;
    font-weight: bold;
    width: 100%;
    color: rgba(255,255,255,1);
    text-decoration: none;
}

a{
    color: #007BC1;
}

a:hover{
    text-decoration: none;
    color: #000000;
}

.navbar{
    padding: 0px  0px;
}
.navbar-nav{
    height: 40px;
    padding-left: 0px;
}

.pkp_site_name{
    margin-bottom: 20px;
}

.pkp_site_nav_menu a {
    display: inline-block;
    padding-top: 4px;
    text-decoration: none;
}
.pkp_site_nav_menu a:hover {
    display: inline-block;
    padding-top: 4px;
    text-decoration: none;
}
.nav-item{
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    text-align: left;
    /*background-color: #007bc0;*/
    background-color: #1e6292;
    font-family: Arial;
    font-size: 14px;
    padding-top: 5px;
    border-left: 1px solid #8eb0c8;
    border-right: 0px solid #8eb0c8;
}
.nav-link{
    padding-top: 5px;
    height: 100%;

    text-align: center;
}

.nav-link:hover{
    border-bottom: 0px solid #000000;
}
.nav-item:hover{
    border-bottom: 3px solid #000000;
}

.pkp_site_nav_menu a {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: whitesmoke;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.block_make_submission_link{
    background-color: #246494;
    border-color: #246494;
}


/*.navbar{
    background-color: #007bc0;
    font-family: Arial;
    font-size: 14px;
}
.navbar a{
    float: left;
    width: 100px;
    display: block;
    color: #fff;
    text-align: center;
    padding: 20px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 3px solid transparent;

}
.navbar a:hover{
    border-bottom: 3px solid red;
}

.navbar a.active {
    border-bottom: 3px solid red;F
}*/

.pkp_head_wrapper {
    padding-top: 65px;
    width: auto;
    background-image: url("/plugins/themes/upctheme/images/background/fondo.jpg");
}











.topSocial {float: left;}
.topSocial ul{list-style: none; padding: 0px; margin: 0px;}
.topSocial li{display: inline-block;}
.topSocial li a{color: #fff; display: inline-block; padding: 10px 0px; text-align: center;  width: 40px; font-size: 18px; transition:all 0.5s; -webkit-transition:all 0.5s;}
.topSocial li a.fa-facebook:hover{background: #507CBE; color: #fff}
.topSocial li a.fa-twitter:hover{background: #63CDF1; color: #fff}
.topSocial li a.fa-google-plus:hover{background: #F16261; color: #fff}





/*footer style*/
#footer {
    background-color: #222;
    padding-top: 10px;
    border-top: 4px solid #555;
    color: #ccc;

    font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
}

#footer ul{
    list-style-type: none;
    padding-left: 3px;
}

#footer ul li{
    padding: 50px 0;
}

.issueTocPublishArticles{ margin-top: -15px;}
footer {
    background-color: #222;
    padding-top: 30px;
    border-top: 4px solid #555;
    color: #ccc;
}

footer p {
    color: #ccc;
    font-size: 14px;
    text-align: left;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #666;
    text-decoration: none;
}

.footer-widget {
    text-align: left;
    margin-bottom: 45px;
}

.footer-widget h4 {
    color: #eee;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-align: left;
}

.footer-widget h4 .head-line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #333;
    margin: 0;
}

.footer-widget ul {
    display: inline-block;
    padding-left: 0px;
    float: left;

}

.footer-widget ul li {
    display: list-item;
    list-style-type: none;
    margin-right: 4px;
    margin-bottom: 10px;
    border-bottom: 1px solid #2e2e2e;
}

.footer-widget li a span {
    font-size: 1.4em;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


.contact-widget {
    background: url(map.png) center bottom no-repeat;
}


.copyright-footer {
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.copyright-footer p {
    font-size: 11px;
    text-transform: uppercase;
}


.preFooter{
    border-top: 1px solid #ccc;
    background: #fff;
    text-align: center;
}
.preFooter a{
    display: inline-block;
    height: 40px;
    margin: 15px;
}
.preFooter a img{
    max-height: 100%;
    width: auto;
    display: block;
    border: 0px;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: .2s;
}
.preFooter a:hover img{
    opacity: 10;
}



/*footer style*/
.pkp_page_index .homepage_image img {
  display: block;
  width: 400px;
  height: auto;
  margin-left: 30px;
  margin-top: 10px;
}
