.project_main{
	height: 400px;
	width: 100%;
	background: linear-gradient(145deg, #c8134d, #FFD04D);
    background-size: 100% 100%;
    border-radius: 3px;
    overflow: hidden;
}

.project_banner_div{
	height: 100%;
    width: 76%;
    top: 0px;
    opacity: 1;
    z-index: 1;
    -webkit-transform: skewX(-7.7deg);
    -moz-transform: skewX(-7.7deg);
    -ms-transform: skewX(-7.7deg);
    -o-transform: skewX(-7.7deg);
    transform: skewX(-7.7deg);
    overflow: hidden;
    margin-left: 358px;
    background-position: center;
}

.project_banner_shadow{
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+30,0.65+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.project_detail{
	float: left;
	width: 24%;
	display: inline-block;
	padding-left: 20px;
}

.project_detail h3{
    font-size: 22px;
    line-height: 24px;
    display: block;
    color: #fff;
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.project_underline{
	width: 200px;
    height: 1px;
    background-color: rgba(234,234,234,0.3);
    margin: 10px 0px;
    display: block;
    opacity: 0.5 !important;
}

.project_description{
	color: white;
	line-height: 18px;
	font-size: 15px;
}


.project_price{
	width: 100%;
	font-size: 18px;
	font-weight: 500;
    color: #fff;
    display: block;
}

.project_dot{
	height: 6px;
    width: 6px;
    background-color: #FFF;
    display: inline-block;
    
    opacity: .4;
    margin-top: 5px;
}


.project_detail_button{
	width: 115px;
    display: block;
    height: 22px;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
}

.project_detail_button:hover{
	color: white;
}

.project_date{
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    display: block;
    margin-top: 4px;
}


.project_thumbs_photo{
	width: 60px;
	height: 60px;
	border:solid 2px white;
	border-radius: 3px;
	background-position: center;
	background-size: cover;
	-webkit-transform: skewX(7.7deg);
    -moz-transform: skewX(7.7deg);
    -ms-transform: skewX(7.7deg);
    -o-transform: skewX(7.7deg);
    transform: skewX(7.7deg);
    display: inline-block;
}

.project_thumbs_div{
	margin-top: 37%;
    position: absolute;
    margin-left: 30px;
    display: inline-block;
}



.landForSaleMainPhoto{
	height: 400px; border: solid 1px white; 
	background-size: cover; background-position: center;
}

.landForSaleSmallPhoto{
	height: 200px;
	background-size: cover; background-position: center; border:solid 1px white;
}



@media (max-width:600px) {
	.landForSaleMainPhoto{
		height: 180px;
	}

	.landForSaleSmallPhoto{
		height: 90px;
	}



	.project_detail{
		width: 53%;
	}

	.project_banner_div{
		margin-left: 210px;
		width: 47%;
	}

	.project_thumbs_div{
		display: none;
	}

	.project_description {
	    font-size: 12px;
	    line-height: 14px;
	}
}