a{
    color: #29ABE2;
    text-decoration: none;
}

a:hover{
    color: #105E94;
    text-decoration: underline;
}


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

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

.head h2 {
    display: none
}

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

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

.mainMenu .menu {
    background: rgba(rgba(0, 98, 172, 0.8) none repeat
}

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

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

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

.sidebar a:hover, nav.navbar .issn a:hover {
  color: #105E94;
}