#post_f {
    display: none;
    flex-wrap: wrap;
    padding: 20px 0;
}

#post_f a:hover {
    color: #0056b3;
    text-decoration: none;
}

#post_f figcaption {
    display: flex;
    height: 100%;
    position: relative;
}

#post_f figcaption .content-pos {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    background-position: center;
}

#post_f figcaption .content-pos a {
    color: #fff;
}

#post_f .bl_post {
    flex: 0 1 50%;
}

#post_f figcaption .content-pos>div {
    z-index: 1;
    width: 100%;
    text-align: center;
}

#post_f figcaption .content-pos:before {
    content: '';
    display: block;
    background: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#post_f .bl_post.bl_r {
    display: flex;
    flex-direction: column;
}


#post_f .bl_post.bl_r .p_item {
    display: flex;
    padding: 5px;
}


#post_f .bl_post.bl_r .p_item:hover .p_cnt .p_title {
    color: #000;
}


#post_f .bl_post.bl_r .p_item .p_img {
    flex: 0 0 130px;
}

#post_f .bl_post.bl_r .p_cnt .p_title {
    color: #555;
    font-size: 16px;
}

#post_f .bl_post.bl_r .p_cnt .p_dates {
    font-size: 12px;
    color: #ccc;
    margin: 0;
}

#post_f .bl_post.bl_r .p_cnt {
    padding-left: 10px;
}

#post_f .bl_post.bl_r .p_cnt p {
    color: #666;
    font-size: 14px;
    line-height: 18px;
}







.invest-card img.post-thumb {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

#top .all_colors #footer p {
    font-size: 14px;
}

#top .search-front-page form.blue_w .filter-option {
    color: #fff
}

#top .search-front-page form.blue_w input[type="submit"] {
    color: #fff;
}

#top .search-front-page form.blue_w button:hover .filter-option {
    color: #212529
}

#top .all_colors form.blue_w select {
    color: #fff !important;
}

#top .all_colors form.blue_w select option {
    color: #83888d !important;
}



#top .search-front-page form.white_b .filter-option {
    color: #424b59
}

#top .search-front-page form.white_b input[type="submit"] {
    color: #424b59 !important;
}


#footer {
    z-index: 0 !important;
}


.avia-section {
    position: relative !important;
}

a.slide-image img {
    height: 150px;
    object-fit: cover;
    width: 100%;
}

ul.dropdown-menu.inner.show {
    list-style: none;
}

.section-form-search {
    z-index: 1000;
}

#header .logo a {
    display: flex;
    align-items: center;
}

.logo img {
    max-width: 230px;
}


.mh400 {
    max-height: 400px;
}

.img400 img {
    max-height: 400px;
    object-fit: cover;
}



#top .teams .avia_image.avia_image_team {
    object-fit: cover;
    object-position: center;
}

#top .teams .av-flex-placeholder {
    width: 1%;
}

#top .teams {
    height: 400px;
    margin-bottom: 20px;
}

#top .teams .avia-image-overlay-wrap::before,
#top .teams .avia-image-overlay-wrap::after {
    content: none
}

#top .teams .contact {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
}

#top .teams .entry-content-wrapper.clearfix {
    display: flex;
    align-items: center;
}

#top .teams .avia-image-container-inner {
    width: 100%;
}

#top .teams .avia-image-container .avia_image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

#top .teams li {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
    border-right: 1px solid #ccc;
    margin: 0;
    padding: 0 16px;
}

#top .teams li:last-child {
    border-right: none;
}



#gal {
    display: flex;
    flex-wrap: wrap;
}

#gal .gal-item {
    padding: 2px;
    width: 70px;
    margin: 0;
}

.header-wrapper .media.inners {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    position: absolute;
}

.header-wrapper .media.inners:before {
    top: 0;
}

.single-investment .header-wrapper {
    position: relative;
}

#f_in {
    min-height: 250px;
}


.reset-height {
    z-index: 2;
}

#top #main #av_section_1 .template-page {
    padding-top: 20px;
    padding-bottom: 20px !important;
}

@media (max-width: 991px) {

    #top .teams .contact {
        flex-direction: column;
    }

    #top .teams li {
        border-right: none;
    }

}


@media (max-width: 767px) {

    #top .teams .entry-content-wrapper.clearfix {
        flex-direction: column;
    }

    #top .teams .avia-image-container .avia_image {
        height: auto;
        object-fit: cover;
    }

    #top .teams {
        height: auto;
    }

    .responsive #top .flex_column_table {
        display: block !important;
    }


}

.header-wrapper-search {
    min-height: 300px;
    background-color: #fff;
    color: #222;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
}

.main_block_catalog:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.av-hotspot-container {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.main_block_catalog {
    margin-left: 1.5% !important;
    width: 31.333333333333332% !important;
    margin-top: 20px !important;
}


.avia-image-container.av-hover-grow.av-hide-overflow,
.avia-image-container.av-hover-grow.av-hide-overflow .avia-image-container-inner,
.avia-image-container.av-hover-grow.av-hide-overflow .avia-image-overlay-wrap a.avia_image {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0
}

.specialist-thumb img {

    height: 160px;
    width: auto !important;
}

.header_color .main_menu ul:first-child>li>a {
    color: #969696;
    font-size: 16px;
    font-weight: 400;
}

#footer {
    padding: 15px 0 30px 0;
    background-color: #424b59;
    color: #e8e8e8;
    z-index: 1;
}

.footer_color strong {
    color: #fff
}

.slideshow_caption {
    z-index: 100;
    width: 52% !important;
    position: absolute;
    bottom: 0;
    top: auto;
    height: 100%;
    display: block;
    text-decoration: none;
    padding: 50px;
}

.caption_left .slideshow_caption {
    left: 0;
    width: 52% !important;
}

.av-main-nav>li>a {
    padding: 0 11px !important;

}

#top #header .av-main-nav>li>a {
    font-size: 16px !important;

}