a{
    color: #003E7E;
    text-decoration: none;
}

a:hover{
    color: #29ABE2;
    text-decoration: underline;
}


.issueArticle .meta .authors a{
    color: #666666;
}

.issueArticle .meta .authors a:hover{
    color: #042d48;
}

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

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

.head h2 {
    font-family: Khartiya,sans-serif;
    font-weight: bold;
    line-height: 45px;
}

@media (max-width: 500px){
    .head h2{
        font-size: 18px;
    }
}


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

.footer {
    background: rgba(0, 0, 0, 0) url("../../styles/footer.jpg") no-repeat scroll 0 0 / cover;
}


.sidebar .block.chief2 {
    text-align: center;
}


.sidebar .block {
    margin-bottom: 10px;
    margin-top: 0;
}