﻿

.DevelopmentListView{
background-color: #fff;overflow: hidden;margin-right:1%;margin-bottom:1%;border-radius: 5px;}

.DevelopmentListView:hover {
    box-shadow: 0px 0px 8px #3227440a, 0px 0px 1px #32274452, 0px 8px 8px -8px #32274429;
}

.DevelopmentListView .phone .Logo{margin-top:10px;}

.DevelopmentListView .DevelopmentDetails{border-top:1px solid #32274452;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;}

.desktop .DevelopmentListView,
.tablet .DevelopmentListView {
    position: relative;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #efefef;
}
.phone .DevelopmentListView{border: 1px solid #999;}

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: 315px !important;
    overflow: hidden;
    float:left;
}

.phone .DevelopmentListView .ImgContainer,
.phone .DevelopmentListView .DevelopmentInfo {width:100%;}


.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:315px !important;
    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 .MoreDetailsRed {
    background-color: #d63a31;
    color: white;
    padding: 10px;
    position: unset;
    bottom: 0px;
    float: right;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    width:100%;
}
.phone .DevelopmentListView .MoreDetailsRed {font-size: 11px;}

.CTALinks .Columns .Column>div {
    padding:5px;
}
.phone .DevelopmentListView{height:auto !important;width:100%;margin-bottom:20px}
.desktop .DevelopmentListView,
.tablet .DevelopmentListView{height:315px}

.desktop .DevelopmentDetails,
.tablet .DevelopmentDetails{height:205px;}
.phone .DevelopmentDetails{height:auto !important;}

.DeveloperLogo {
    margin-left: 10px;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
    width: 100px;
    height: auto;
}
.phone .DeveloperLogo {
    margin-left: 5px;
    float: right;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 5px;
    width: 60px;
    height: auto;
}

 @media only screen and (min-width: 200px) and (max-width: 767px)  { 
     
.DevelopmentListView .ImgContainer,
.DevelopmentListView .DevelopmentInfo {width:100%;}
.DevelopmentDetails{height:auto !important;}
.DevelopmentListView{height:auto !important;width:100%}
 .DeveloperLogo {
    margin-left: 5px;
    float: right;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 5px;
    width: 60px;
    height: auto;
}

 }
  @media only screen and (min-width: 200px) and (max-width: 767px)  { /* smartphones, iPhone, portrait 480x320 phones */

.DevelopmentListView .MoreDetailsRed {font-size: 12px;}
  }

 @media only screen and (min-width: 768px) and (max-width: 1024px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */



 }
 @media (min-width:1281px) { /* hi-res laptops and desktops */ 

.DevelopmentDetails{height:177px;}
.DevelopmentListView{height:315px}
 }