a{
    color: #b22222;
    text-decoration: none;
}

a:hover{
    color: #b22222;
    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: 84px;
    }
}

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

.mainMenu .menu {
    background: rgba(255, 255, 255, 0.8) none repeat
}

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

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

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

.mainMenu .menu li a:hover {
  color: #b22222;
}

.mainMenu .menu li a {
  color: #333;
}

.head a.search {
    color: #000
}

.sidebar .menu, .blockTitle, .tocArticle .title {
  font-family: 'PT Sans', Khartiya, serif;
}

.tocArticle .title {
  font-style: normal;
  font-weight: bold;
  color: #4d4d4d

}

nav.navbar .issn a, nav.navbar .language a.current {
  color: #e4b1b1;
}