.head h2 {
    display: none
}

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

@media (max-width: 959px){
    .logo img {
        height: 114px;
    }
    .head a.search {
        margin-bottom: 20px;
        margin-top: 5px;
    }
}
@media (max-width: 500px){
    .logo img {
        height: 114px;
    }
    .head a.search {
        margin-bottom: 20px;
        margin-top: 5px;
    }
}

.mainMenu .menu {
    background: rgba(49, 67, 139, 0.8) none repeat
}

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

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

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

.head a.search {
    color: #4d4d4d
}

.issn{
    position:relative;
}
.issn::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0) url(/styles/16p.png) no-repeat scroll right center;
    width: 26px;
    height: 26px;
    position: absolute;
    left: -45px;
    top: 2px;
}