.condo-card {
    background-color: #fff;
    width: 100%;
    margin: 10px 0px 20px 0px;
    position: relative;
    transition: all 0.3s ease;
}
.condo-card__link {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right -10px top;
    background-size: 120px;
    transition: all 0.3s ease;

}
.condo-card__header {
    background-color: #616267;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    color: #fff;
    font-family: 'Gotham Book';
    padding: 30px 10px 20px 10px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s ease;
}

.condo-card:hover .condo-card__header {
	background-color: #000;
    transition: all 0.3s ease;
}


.condo-card__header_leased {
    background-image: url(../../img/leased.png);
}

.condo-card__header_for-lease {
    background-image: url(../../img/for-lease.png);    
}

.condo-card__header_for-sale {
    background-image: url(../../img/for-sale.png);
}

.condo-card__header_sold {
    background-image: url(../../img/sold.png);
}
.condo-card__header a:hover{
    
}


.condo-card__name {
    padding-bottom: 5px;
    padding-left: 25px;
    width: 100%;
    display: inline-block;
    font-size: 25px;
    font-weight: 100;
    text-transform: uppercase;
}
.condo-card__address {
    padding-left: 25px;
    width: 100%;
    display: inline-block;
    color: #9E9E9E;
    font-size: 15px;
}
.condo-card__img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.condo-card__info {
    width: 100%;
    font-size: 0px;
}
.condo-card__info span {
    display: inline-block;
    width: 50%;
    font-size: 20px;
    font-size: 14px;
    color: #898989;
    font-family: 'Gotham Book';
    padding: 15px 20px;
    box-sizing: border-box;
    border-top: 1px solid #f4f4f4;
}
.condo-card__footer {
    font-size: 0px;
    border-top: 1px solid #f4f4f4;
    position: relative;
}

.condo-card__footer-item {
    display: inline-block;
    width: 50%;
    font-size: 20px;
    line-height: 20px;
    padding: 35px 20px;
    box-sizing: border-box;
    text-align: center;
}
.condo-card__footer-item.share {
    color: #2dc0d4;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Gotham';
    text-decoration: none;
    border-right: 1px solid #f4f4f4;

}
.condo-card__footer-item.cost {
    font-size: 18px;
    font-family: 'Gotham';
    font-weight: 300;
    color: #898989;
}
.condo-card__umg-label {
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #2dc0d4;
    padding: 10px 15px;
    color: #fff;
    font-size: 12px;
    font-family: 'Gotham';
    text-transform: uppercase;
}

.condo-card__share-block {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    display: none;
    border: 1px solid #2dc0d4;
    padding: 5px;
    background-color: #fff;
}

.condo-card__share-block .social__facebook,
.condo-card__share-block .social__instagram,
.condo-card__share-block .social__twitter,
.condo-card__share-block .social__linkedin {
    display: inline-block;
    width: 58px;
    height: 58px;
    border-radius: 58px;
    overflow: hidden;
    font-size: 30px;
    line-height: 58px;
    text-align: center;
    color: #2dc0d4;
    margin: 15px 20px;
    border: 1px solid #2dc0d4;
    vertical-align: middle;
    color: #2dc0d4;
    box-sizing: border-box;

}

@media screen and (min-width: 768px) and (max-width: 1500px) {
    div[class*="condo-card__header_"] {
        background-position-x: 115%;
        background-position-y: -20px;
        background-size: 40%;
    }
}

@media screen and (max-width: 400px) {
    div[class*="condo-card__header_"] {
        background-position-x: 115%;
        background-position-y: -20px;
        background-size: 40%;
    }
}