* {
    -webkit-transition: none !important;
    transition: none !important;
    color: #52455f !important;
}

.header {
    page-break-before: always;
}

.mainlogo {
    margin: 15px;
    width: 155px;
    height: auto;
    float: left;
}

.print_mainlogo_moveone {
    width: 300px !important;
    margin: 58px 15px;
}

.print_mainlogo_settlers{
    width: 321px !important;
}

.header {
    width: 100%;
    height: 185px;
    color: #000 !important;
}

.header b,
.header p {
    color: #000 !important;
}

.header.offer {
    background-color: #52455f !important;
    color: #fff !important;
}

.header.offer b,
.header.offer p {
    color: #fff !important;
}

.header b{
    font-weight: 600;
}

.property-info-red {
    color: red !important;
}

.property-info-red span {
    color: red !important;
    font-size: 14px;
}

.header .property-contact-info {
    position: absolute;
    left: 215px;
    bottom: 10px;
}

.header .property-contact-info p.company-name {
    font-weight: bold;
    font-size: 17px;
}

.header .property-contact-info p:not(.company-name) {
    margin: 0;
    font-size: 15px;
}

.header .property-identifier {
    position: absolute;
    right: 20px;
    top: 20px;
    margin: 0 10px;
    font-size: 36px;
}

.header .property-address-info {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 20px;
    max-width: 40%;
}

.header .property-address-info .property-address-first-line {
    font-weight: 600;
    margin: 0 10px;
}

.header .property-address-info .property-address-second-line {
    margin: 0 10px;
}

.property-pinned-info-box-col {
    padding: 10px 5px 0;
}

.property-pinned-info-box-container {
    margin-bottom: 10px;
}

.property-pinned-info-box-container .property-pinned-info-box-col:first-child {
    padding-left: 15px;
}

.property-pinned-info-box-container .property-pinned-info-box-col:last-child {
    padding-right: 15px;
}

.property-pinned-info-box-container .property-pinned-info-box {
    background-color: #cbc7cf !important;
    height: 40px;
    text-align: right;
    font-size: 18px;
    padding-right: 20px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media print {
    .property-pinned-info-box-container .property-pinned-info-box {
        font-size: 16px;
        padding-right: 10px;
    }
}

.property-pinned-info-box-container .property-pinned-info-box img {
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    float: left;
}

.offer-img {
    margin-bottom: 10px;
}

.offer-big-image img {
    height: 420px;
}

.offer-small-image img {
    height: 205px;
}

@media print {
    .offer-big-image img {
        height: 320px;
    }

    .offer-small-image img {
        height: 155px;
    }
}

.property-description div + label {
    float: right;
    padding: 10px 10px 0 0;
}

.property-price-information,
.property-properties {
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
    border-top: 1px solid #52455f;
}

@media print {
    .property-price-information,
    .property-properties {
        margin-top: 10px;
        padding-top: 10px;
    }
}

.property-price-information ul,
.property-properties ul {
    float: left;
    width: 50%;
    padding: 0;
}

.property-price-information ul li,
.property-properties ul li {
    list-style-type: none;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property-price {
    width: 100%;
}

.property-price .price {
    font-weight: bold;
    font-size: 20px;
    float: left;
    width: 50%;
}

.property-price .common-cost {
    font-weight: bold;
    font-size: 16px;
    float: left;
    width: 50%;
    margin: 0;
    margin-top: 26px;
}

.property-price-information ul li.multiline,
.property-properties ul li.multiline {
    height: auto;
    max-height: 60px;
    white-space: normal;
}

.property-sales-information {
    background-color: #cbc7cf !important;
    text-align: center;
    width: 100%;
}

.property-sales-information img {
    width: 50%;
    margin: 10px 0 0;
}

.property-sales-information p {
    margin: 0;
}

.property-sales-information .name {
    font-weight: bold;
    margin-top: 10px;
}

.property-sales-information .buttons {
    border-top: 2px solid #52455f;
    margin: 10px 30px;
    padding: 10px;
}

.property-sales-information .full-size-images,
.property-sales-information .floorplan {
    display: inline-block;
    border: 0;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    width: 150px;
    height: 40px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 30px;
    line-height: 38px;
    margin-top: 10px;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.offer-disclaimer {
    margin-top: 10px;
}