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: 49px;
    text-transform: uppercase;	
    color: #033676;
    font-family: Khartiya, 'PT Sans', sans-serif;
}

.head a.search {
    color: #333
}

.mainMenu .menu {
    background: rgba(0, 96, 184, 0.8) none repeat
}

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

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

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

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

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

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