a{
    color: #5B964C;
    text-decoration: none;
}

a:hover{
    color: #182E19;
    text-decoration: underline;
}


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

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

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



.mainMenu .menu {
    background: rgba(24, 46, 25, 1) none repeat
}

.mainMenu .mobile-view {
    background: #182E19 none repeat scroll 0 0
}

nav.navbar {
    background: #182E19 none repeat scroll 0 0
}

#navbarWrapper.floating {
    background: #182E19 none repeat scroll 0 0
}

.head h2 {
    display: none
}

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

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

.sidebar a:hover, nav.navbar .issn a:hover, body a:hover, nav.navbar .language a.current:hover {
  color: #182E19;
}