.title-container .row .col-md-12{
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #A27A57;
    padding: 30px 0;
    padding-top: 90px;
}

.building-short-info-container .building-short-info-img-col,
.building-short-info-container .building-short-info-col{
    overflow: hidden;
    padding: 0;
}
.building-short-info-col{
    position: relative;
}
.building-short-info-col .building-short-info{
    position: absolute;
    height: 65%;
    overflow: hidden;
    left: 5%;
}
.building-short-info-col .learn-more-btn-content{
    position: absolute;
    top: 70%;
    right: 5%;
    text-align: right;
}
.building-short-info-container{
    height: -webkit-calc(100% - 149px) !important;
    height: -moz-calc(100% - 149px) !important;
    height: calc(100% - 149px) !important;
}
.section.about-building {
    background: #F4F4F4;
}
.about-building .fp-tableCell{
    display: block;
    overflow: hidden;
}

.news-slider-item a{
    color: white;
}

.news-slider-item a img{
    transition: all .2s ease-in-out;
}

.news-slider-item:hover a img{
    transform: scale(1.1) !important;
}

.news-slider-item:hover a{
    color: #c7650f;
}
.regular.slider .news-slider-item .img-wrapper {
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.floor-mark-content{
    position: absolute;
    color: white;
    opacity: 0;
    background: rgba(0, 0, 0, 0.22);
    padding: 2px 10px;
    z-index: -10;
}
.floor-mark-content.is-active-mark{
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    z-index: 1;
}
.floor-mark-name{
    font-size: 22px;
    font-weight: bold;
}
.floor-available{
    font-size: 12px;
}