.faces__man{
    max-height: 610px;
}

.faces__man img {
    max-height: 610px;
}

.vertical-nav li.drops{
    position: relative;
}

.search-suggestions a {
    display: block;
}

.search-suggestions a:hover{
    background-color: #FCFCFF;
    text-decoration: none;
}

.newscard_card_text p{
    color: #70787d;
    font-size: 0.875rem;
    margin-bottom: 0;
}
.breadcrumb > li + li:before{
    content: "";
    padding: 0;
}

.icon {
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    background: url(img/all-icons.png) 0 0 no-repeat;
}

.icon-special-version {
    background-position: -40px -80px;
    width: 25px;
}

.special-panel {
    height: 50px;
    background-color: #6A5FEA;
}

.special-panel a {
    padding: 11px;
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}

.special-panel .fl-r {
    float: right;
}

.special-panel .hide{
    display: none;
}

.special-settings {
    display: none;
}

.special-aaVersion-on .special-settings {
    display: block; }

.aa-show {
    display: none; }

.special-aaVersion-on .aa-show {
    display: inline-block;
    float: right; }

.special-aaVersion-on .aa-hide {
    display: none; }


.newscard_card_text{
    max-height: 78px;
    overflow: hidden;
}

#ajax_result{
    background-color: #84da84;
    padding: 4px 11px;
    border-radius: 4px;
    color: black;
}

#ajax_result.error{
    background-color: red;
    color: white;
}