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 {
    font-size: 47px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4D4D4D;
}

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

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

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

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

@media (max-width: 1400px) and (min-width: 960px){
    .head h2{
        font-size: 28px;
        margin-top: -10px;
    }
}

    .mainMenu .menu li {
       border-right: 1px solid #4D4D4D ;
    }

@media (max-width: 500px){
    .head h2{
        font-size: 26px;
        line-height: 24px;
    }
    .mainMenu .mobile-view li {
       border-right: 1px solid #4D4D4D ;
    }
    .mainMenu .mobile-view img{
       filter: brightness(30%);
    }
    .mainMenu .mobile-view a {
       color: #4D4D4D ;
    }
}

@media (max-width: 959px){
    .head h2{
        font-size: 26px;
        line-height: 24px;
    }

    .mainMenu .mobile-view li {
       border-right: 1px solid #4D4D4D ;
    }
    .mainMenu .mobile-view img{
       filter: brightness(30%);
    }
    .mainMenu .mobile-view a {
       color: #4D4D4D ;
    }
}

.head a.search {
    color: #000
}

.mainMenu .menu li a {
  color: #4D4D4D ;
}

.tocArticle .title { 
  font-style: normal;
  font-weight: bold;
}

.sidebar .menu, .blockTitle, .tocArticle .title, h1, h2, h3, h4, nav.navbar a.userBlock {
  font-family: 'PT Sans', Khartiya, serif;
}