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;
}

.head h2 {
    display: none
}

@media (max-width: 1400px) and (min-width: 960px) {
.head .hero {
    height: 325px;
}
.head h2 {
    font-size: 52px;
    font-weight: normal;
    margin: 45px 0;
}
.head .logoed h2 {
     margin: 10px 0;
}
.logo img {
    max-width: unset;
   // width: 100%;
   height: 100%;
}
.headSearch {
    display: inline-block;
    width: auto;
    margin-bottom:5px;
}
.headSearch input[type="text"] {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 0 none;
    float: left;
    height: 40px;
    outline: medium none;
    padding: 10px;
    width: 700px;
}
.headSearch input[type="submit"] {
    //background: rgba(0, 0, 0, 0.8) url("../img/icon_search.png") no-repeat scroll 100% 100%;
    border: 0 none;
    height: 40px;
    width: 40px;
}
.hero .clear {
    display: none;
}
.head a.search {
    color: #fff;
    display: inline-block;
    font-family: "PT Sans",sans-serif;
    font-size: 16px;
    margin-top: 5px;
}
}

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

.headSearch input[type="text"] {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
}

.head a.search {
    color: #000
}

nav.navbar .language a.current {
    color: #29abe2;
}

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

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

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

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