@font-face {
    font-family: 'PT Sans Narrow';
    src: url(/styles/PTSansNarrow-Bold.ttf);
}

.head h2 {
    font-weight: bold;
    font-size: 74px;
    text-transform: uppercase;	
    color: #000;
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
}

.mainMenu .menu {
    background: rgba(56, 83, 91, 0.8) none repeat
}

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

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

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

.head a.search {
    color: #000
}

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

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

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

@media (max-width: 500px){
    .head h2{
        font-size: 20px;
		line-height: 48px;
    }
}

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

.sidebar a:hover, nav.navbar .issn a:hover, body a:hover, nav.navbar .language a.current:hover, nav.navbar .language a:hover {
  color: #29BBF1;
}