a{
    color: #29abe2;
    text-decoration: none;
}

a:hover{
    color: #042d48;
    text-decoration: underline;
}


.issueArticle .meta .authors a{
    color: #666666;
}

.issueArticle .meta .authors a:hover{
    color: #042d48;
}

nav.navbar .language a.current {
    color: #29abe2;
}

.head h2 {
    display: none
}

@media (max-width: 1400px) and (min-width: 960px){
    .logo img {
         height: 80px;
    }
}

@media (max-width: 959px){
    .logo img {
        height: 113px;
    }
}
@media (max-width: 500px){
    .logo img {
        height: 113px;
    }
}

.mainMenu .menu {
    background: rgba(37, 66, 92, 1) none repeat
}

.mainMenu .mobile-view {
    background: #25425c none repeat scroll 0 0
}

nav.navbar {
    background: #25425c none repeat scroll 0 0
}

#navbarWrapper.floating {
    background: #25425c none repeat scroll 0 0
}

.head a.search {
    color: #1d1d1b
}


.sidebar .menu li a.submitArticle::before {
  background: url(/styles/Upload_clinendo.svg) 100% 100% no-repeat;
}

.headSearch input[type="submit"] {
    background: rgba(31, 31, 31, 0.8) url("/styles/Lupa-clinendo.svg") 100% 100% no-repeat scroll;
    background-size: contain;
}

.sidebar .menu li a:hover {
  background: #f49c55;
}