/* Featured Properties */
.featured-prop h1 {
    margin: 0 0 30px 0;
    font-size: 2.5rem;
    font-weight: 600;
}
.featured-prop {
    margin-bottom: 50px;
    clear: both;
}
.featured-prop-slide {
    width: 90%;
    margin: 0 auto;
}
.card {
    position: relative;
    width: 280px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    float:left;
    margin:25px 30px;
}
.card a {
    color: inherit;
    text-decoration: none;
}
.card__thumb {
    height: 315px;
    overflow: hidden;
    background-color: #000;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}
.card__thumb img {
    display: block;
    opacity: 1; height:100%; object-fit:cover;
}
.card:hover .card__thumb img {
    opacity: 0.6;
}
.card__body {
    position: relative;
    min-height: 320px;
    padding: 20px;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}
.card__title {
    margin: 0;
    padding: 0 0 20px 0;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.card__subtitle {
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 15pt;
}
.card__description {
    position: relative;
    margin: 0;
    padding: 0;
    color: #666C74;
    line-height: 27px;
}
.featured-prop-slide ul {
    margin: 0;
    padding: 0;
}
.card-img-title {
    position: absolute;
    z-index: 100;
    width: 50%;
    top: 0;
    background: #1976D2;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
    left: 25%;
    color: #fff;
}
.featured-prop-slide ul li {
    list-style: none;
    display: inline;
}
.featured-prop-btn {
    width: 50%;
    margin: 0 auto;
    padding: 30px 0;
    clear: both;
}
.featured-prop-btn button {
    border-radius: 0;
    padding: 7px 25px;
    text-transform: uppercase;
}
.featured-prop-btn ul {
    margin: 0;
    padding: 0;
}
.featured-prop-btn ul li {
    list-style: none;
    display: inline-block;
    padding: 0 20px;
}
/* Tappable Buttons */
.tappable-btn-wrap {
    margin: 20px auto;
    padding: 0;
    width: 70%;
    text-align: center;
}
.tappable-btn-wrap ul {
    margin: 0;
    padding: 5px;
}
.tappable-btn-wrap li {
    text-align: center;
    width: 20%;
    margin:20px !important;
    background-color: #fff;
    display: inline-block;
    font-size: 10px;
    padding: 10px;
}
.tappable-btn-wrap i {
    display: block;
    margin: 0 auto 10px auto;
    width: 70px;
    height: 70px;
    margin: 10px auto 0;
    line-height: 70px;
    text-align: center;
    font-size: 27px;
    color: #ffffff;
    margin-top:0;
    background: #1976d2;
    border-radius: 50%;
}
.tappable-btn-wrap i:hover {
    background: #009688;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.tappable-btn-wrap a {
    text-decoration:none;
    width:100%;
    height:100%;
    display:block;
    margin:0;
    padding:0;
}
.tappable-btn-wrap a span {
    color: #888888;
    font-size: 15px;
    padding:10px 0 10px 0;
    display:block;
}
@media screen and (min-width: 768px) {
    .card__thumb img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    }  
	.card.eventTile{height:520px;}
}
@media screen and (min-width: 768px) and (max-width:1024px) {
    .tappable-btn-wrap {
        width: 90%;
        margin-top:0
    }
    .tappable-btn-wrap li {
        width: 25%;
    }
    .featured-prop-btn {
        width: 80%;
        text-align: center;
    }
}
/* Tappable Buttons End*/
