.body > .container.flex{flex-direction:row-reverse}

a{
    color: #006f51;
    text-decoration: none;
}

a:hover{
    color: #91c1b4;
    text-decoration: underline;
}


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

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

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

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

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

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

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

.head h2 {
    display: none
}
.logo img {
    margin-bottom: 47px;
}
@media (max-width: 1400px) and (min-width: 960px){
    .logo img {
         height: 80px;
         margin-bottom: unset;

    }
}

@media (max-width: 959px){
    .logo img {
        height: 51px;
        margin-bottom: unset;
    }
.headSearch input[type="text"] {
    height: 30px;
    width: 100%;
}

.head a.search {
    display: inline-block;
    position: absolute;
    top: 95px;
    //left: 470px;
    font-size: 16px;
    margin-top: 5px;
}


.headSearch {
    //top: 10px;
    display: inline-block;
    width: auto;
}

.headSearch input[type="submit"] {
    background-size: cover;
    height: 30px;
    width: 30px;
}
.head .hero {
    height: 180px;
}
#simpleSearchInput {
    margin-top: 10px;
}

}
@media (max-width: 500px){
    .logo img {
        height: 51px;
        margin-bottom: unset;
    }
.headSearch input[type="text"] {
    height: 30px;
    width: 100%;
}

.head a.search {
    display: inline-block;
    position: absolute;
    top: 95px;
    //left: 470px;
    font-size: 16px;
    margin-top: 5px;
}


.headSearch {
    //top: 10px;
    display: inline-block;
    width: auto;
}

.headSearch input[type="submit"] {
    background-size: cover;
    height: 30px;
    width: 30px;
}
.head .hero {
    height: 180px;
}
#simpleSearchInput {
    margin-top: 10px;
}

}

.mainMenu .menu li a:hover {
    color: #91c1b4
}

.head a.search {
    color: #4d4d4d
}

nav.navbar .language a.current {
    color: #91c1b4
}

.sidebar {
    padding-right: 10px;
}

.main {
    padding-right: 0px;
}

.sidebar .menu li#sidebar_rr a {
    //padding: 10px 0 1px 7px;
    //font-size: 16px;
    //text-align: center;
    background: yellow none repeat scroll 0 0;
    font-weight: bold;
}

#sidebar_rr {
    background: yellow none repeat scroll 0 0;
}

#sidebar_rr a:hover {
    color: #29abe2
}