﻿.building-props-container {
    display: flex;
    height: 126px;
}

    .building-props-container .right-section {
        background: #0072C1 0% 0% no-repeat padding-box;
        border-radius: 0px 15px 15px 0px;
        opacity: 1;
        height: 100%;
        width: 171px;
    }

        .building-props-container .right-section::after {
            /*content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 11px 0px 11px;
        border-color: #0172bb transparent transparent transparent;
        position: absolute;
        right: 24%;
        transform: rotate(90deg);*/
            content: "";
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 10px solid #0172bb;
            position: absolute;
            transform: translateX(-151px);
        }

        .building-props-container .right-section h3 {
            text-align: center;
            font: normal normal normal 20px/25px blenderRegular;
            letter-spacing: 0px;
            color: #FFFFFF;
            opacity: 1;
        }

    .building-props-container .left-section {
        height: 126px;
        background: #F0F2F5 0% 0% no-repeat padding-box;
        opacity: 1;
        width: 100%;
    }



        .building-props-container .left-section .top {
            display: flex;
            justify-content: space-evenly;
        }

            .building-props-container .left-section .top .prop .title {
                text-align: left;
                font: normal normal bold 16px/20px blenderRegular;
                letter-spacing: 0px;
                color: #3C3C3C;
                opacity: 1;
            }

            .building-props-container .left-section .top .prop .info {
                text-align: left;
                font: normal normal normal 16px/20px blenderRegular;
                letter-spacing: 0px;
                color: #3C3C3C;
                opacity: 1;
            }

        .building-props-container .left-section .bottom .more {
            position: relative;
        }

            .building-props-container .left-section .bottom .more div::after {
                width: 0;
                height: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-bottom: 5px solid #0172bb;
                position: absolute;
                top: -8px;
                right: 3px;
            }

        .building-props-container .left-section .cross-line {
            background-color: rgba(1,114,187,0.1);
            height: 1px;
            width: 90%;
            margin-right: auto;
            margin-left: auto;
        }


.ArchiveSearchResults1 .moreThenOne {
    display: none;
    font: bold 24px blenderBold;
    padding: 40px;
}
