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

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: 52px;	
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
}

@media (max-width: 1400px) and (min-width: 960px){
    .head .logoed h2 {
        font-size: 27px;
    }
    .logo img {
         height: 50px;
    }
}

@media (max-width: 500px){
    .head .logoed h2{
        font-size: 33px;
    }
    .logo img {
         height: 62px;
    }
}

@media (max-width: 959px){
    .head .logoed h2{
        font-size: 33px;
    }
    .logo img {
         height: 62px;
    }
}

.mainMenu .menu {
    background: rgba(57, 49, 133, 0.8) none repeat
}

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

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

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

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

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