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

.head h2 {
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;	
    font-family: 'PT Sans Narrow', 'PT Sans', sans-serif;
}

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

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

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

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

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

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

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

.sidebar a:hover, nav.navbar .issn a:hover, body a:hover, nav.navbar .language a.current:hover, nav.navbar .language a:hover {
  color: #29BBF1;
}