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

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

.mainMenu .menu {
    background: rgba(224, 136, 58, 1) none repeat
}

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

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

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

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

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

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

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

.head a.search {
    color: #e0883a
}

nav.navbar .issn a  {
    color: #ffec00
}



.sidebar .menu li a:hover {
  background: #e0883a;
}