a{
    color: #9B96F6;
    text-decoration: none;
}

a:hover{
    color: #9575DF;
    text-decoration: underline;
}


.issueArticle .meta .authors a{
    color: #9B96F6;
}

.issueArticle .meta .authors a:hover{
    color: #9575DF;
}

nav.navbar .language a.current {
    color: #9B96F6;
}

.head h2 {
    display: none
}

@media (max-width: 1400px) and (min-width: 960px){
    .logo img {
         height: 84px;
    }
}

@media (max-width: 959px){
    .logo img {
        height: 80px;
    }
}
@media (max-width: 500px){
    .logo img {
        height: 80px;
    }
}

.mainMenu .menu {
    background: rgba(46, 15, 118, 0.8) none repeat
}

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

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

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

nav.navbar a.userBlock{
  background: #815BD9;
}

nav.navbar .language a:hover, nav.navbar .issn a, .mainMenu .menu li a:hover {
  color: #9575DF;
}


.sidebar .menu, .blockTitle, .tocArticle .title {

    font-family: 'PT Sans', serif;

}

.tocArticle .title {
  font-weight: bold;
  font-style: normal;
  color: #4d4d4d;
}

.userLogin input[type="submit"], input.defaultButton, a.submission-button, input.button {
  color: #fff;
  background: #815BD9;
}

.userLogin input[type="submit"]:hover, input.defaultButton:hover, a.submission-button:hover, input.button:hover {
  background: #9575DF;
}

.footer {
  color: #fff;
  background: #2E0F76;
  padding: 25px 20px;
}
