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: 83px;
    }
}

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

.mainMenu .menu {
    background: rgba(0, 94, 93, 0.8) none repeat
}

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

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

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

.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;
}