﻿

.DevelopmentListView{
background-color: #fff;overflow: hidden;margin-right:1%;margin-bottom:1%;}

.DevelopmentListView .phone .Logo{margin-top:10px;}

.DevelopmentListView .DevelopmentDetails{border-top:1px solid #efefef;padding:10px;font-size:14px;}

.DevelopmentListView .ViewContact{
      background: #f29007 !important;
      color:#272627 !important;
      border: 1px solid #f29007 !important;
      width:170px !important;
}
.DevelopmentListView .DevelopmentInfo{width:60%;float:right}
.DevelopmentListView .ImgNumGrid{background-color: #3d3d3d;color:#fff;width:50px;padding:2px;position: absolute;
top: 0;right: 0;text-align: center;z-index: 10;}

.DevelopmentListView .phone .CallToActions{margin-bottom:20px;}

a.Button.ViewContact:hover{
    color: #ffffff !important;
    background: #f29007 !important;
   }
   
   .phone .ViewContact{
       width:100% !important;
   }
/* Title of the development */
.DevelopmentListView .AdvertNameBox{
    font-size: 18px;
}



.DevelopmentListView .tablet .DevelopmentNameBox, .DevelopmentListView .phone .DevelopmentNameBox{
    margin: 10px 0px;
    overflow: hidden;
}

.DevelopmentListView .ImgContainer{    text-align: center;
    background-color: #fff;
    position: relative;
    width: 40%;
    height: 200px;
    overflow: hidden;
    float:left;
}

.DevelopmentListView .ImgContainer img {
/*position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
    height:200px;
    width:auto;
    object-fit:cover;
}
.DevelopmentListView .CTALinks {
    width: 100%;
    z-index: 8;
    position: relative;
    right: 0%;
}
.DevelopmentListView .Strapline{padding:6px;color:white;font-weight:600;text-transform: Uppercase}
.DevelopmentListView .PriceTxt{font-weight:600;}
.DevelopmentListView .DevelopmentName {
    color: #a83235;
    font-weight: 600;
    font-size: 1.2em;
}

.DevelopmentName a:link,
.DevelopmentName a:active,
.DevelopmentName a:visited{color:#d63a31;}
.DevelopmentListView .MoreDetails{
    background-color: #d63a31;
    color: white;
    padding: 5px;
    position: relative;
    bottom: 15px;
    float: right;
    text-align: center;
}
