.mainMenu .menu {
    background: rgba(0, 109, 145, 0.8) none repeat
}

.mainMenu .mobile-view {
    background: #006d91 none repeat scroll 0 0
}

nav.navbar {
    background: #005c85 none repeat scroll 0 0
}

#navbarWrapper.floating {
    background: #006d91 none repeat scroll 0 0
}

.head a.search {
    color: #002842
}

.head h2 {
    display: none
}

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

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

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

.sidebar .block {
    margin-bottom: 10px;
    margin-top: 0px;
}


.sidebar .block.chief2 {
    text-align: center;
}