.head h2 {
    font-weight: bold;
    font-size: 52px;
    color: #133ebb;
}

.mainMenu .menu {
    background: rgba(231, 239, 246, 0.8) none repeat
}

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

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

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

.mainMenu .menu li a, nav.navbar .title, nav.navbar .issn, .head a.search, nav.navbar .language a, nav.navbar, .mainMenu .mobile-view a  {
  color: #333;
}

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

.mainMenu .menu li, .mainMenu .mobile-view li {
  border-right: 1px solid #333;
}

@media (max-width: 1400px) and (min-width: 960px){
    .head .logoed h2 {
        font-size: 27px;
    }
    .logo img {
         height: 52px;
    }
}

@media (max-width: 500px){
    .head .logoed h2{
        font-size: 27px;
    }
    .logo img {
         height: 62px;
    }
}

@media (max-width: 959px){
    .head .logoed h2{
        font-size: 27px;
    }
    .logo img {
         height: 62px;
    }
}

.mainMenu .mobile-view img{
    filter: brightness(30%);
}