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: 38px;
    text-transform: uppercase;	
    color: #181818;
}

.head a.search {
    color: #000
}

.mainMenu .menu {
    background: rgba(199, 80, 74, 0.8) none repeat
}

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

nav.navbar {
    background: #27344cnone repeat scroll 0 0
}

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

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

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

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


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