@media (max-width: 991px) {
    table.w-fix tbody{
        word-break: break-all;
    }
}
@media (max-width: 555px) {
    table.w-fix thead{
        word-break: break-all;
    }
}
.pad-top-2 {
    padding-top: 2px;
}
p {
    font-size: 16px;
}
.text-gray{
    color: #95A5A6;
}
hr.dark {
    border-top: 2px solid #020202;
}
.moreNews a.title{
    margin-bottom: 0;
}
.moreNews{
    margin-bottom: 20px;
}
.titleNews {
    margin: 0;
    font-family: SegoeUI;
    font-size: 20px;
    font-weight: 700;
}

.structure.btn{
    display: inline-block;
    width:auto;
    line-height: inherit;
    padding-right: 17px!important;
    text-transform: none;
    background: #00a375;
    color: #f1f1f1;
    border: 1px solid #f1f1f1;
}
.structure.btn:after{
    right: 4px;
    top: 11px;
}
.structure.btn:hover:after, .structure.btn.active:after {
    background: url(img/drop-white.png) center center no-repeat;
    background-size: 8px;
}
.structure.btn:after {
    background-size: 6px;
}
.structure.btn:hover {
    color: #777;
}
@media (max-width: 768px){
    .structure.btn{
        border-radius: 3px;
        margin: 0!important;
    }
    .mobile-nav .searches-form .table .hidden-input {
        height: 31px;
    }
}
@media (max-width: 530px){
    .structure.btn{
        border-radius: 3px 0 0 3px;
        line-height: 1em;
        font-size: 0.7em !important;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }

    .mobile-nav .searches-form .table .hidden-input {
        height: 100%;
    }
    #searchButton i.icon.icon-search{
        margin: auto;
        display: block;
        position: absolute;
        top: calc(50% - 7px);
        bottom: 0;
        right: 0;
        left: 0;
        vertical-align: middle;
    }
}
