@charset "utf-8";
/* CSS Document */


.cellEnv {
	float: left;
	width: 320px;
	margin: 50px 0 0 0;
}


.propertyDetailTitleLeft {
	float: left;
	width: 300px;
	margin: 0 10px;
	text-align: center;
}

.propertyDetailTitleRight {
	float: left;
	width: 300px;
	margin: 0 10px;
	text-align: center;
}


.propertyDetailTitleAddress {
	float: left;
	width: 100%;
	font-size: 22px;
	letter-spacing: 0.05em;
	margin-bottom: 2px;
}

.propertyDetailTitleCity {
	float: left;
	width: 100%;
	font-size: 16px;
	margin: 5px 0 20px 0;
}

.propertyDetailTitlePrice {
	float: left;
	width: 100%;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0;
}

.propertyDetailTitleStatus {
	float: left;
	width: 100%;
	letter-spacing: 1px;
	font-weight: bold;
}

.propertyOpenHouseEnv {
	float: left;
	width: 100%;
	height: 50px;
	letter-spacing: 0.05em;	
}

.propertyStatus {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	margin-left: 5px;
}


.propertyDetailLeft {
	float: left;
	width: 320px;
	margin: 30px 40px 0 0;
}

.propertyDetailRight {
	float: left;
	width: 320px;
	margin: 30px 0 0 0;
}

.borderTop {
	border-top: #c7c7c7 1px solid;
}


.titleEnvPropertyPics {
	float: left;
	width: 100%;
	height: 200px;
	overflow: hidden;
}	

.titleEnvPicProperty {
	float: left;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}	


.titlePropertyThumbsEnv1 {
	float: left;
	width: 100%;
	height: 40px;	
	margin-top: 5px;
}

.titlePropertyThumbsEnv {
	float: left;
	width: 287px;
	margin: 0 2px 0 5px;
	height: 40px;
}

.prevArrowProp {
	float: left;
	width: 13px;
	height: 40px;
	background-image: url(../pics/thumbArrowLeft.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #e5e5e5;
	cursor: pointer;
}

.nextArrowProp {
	float: left;
	width: 13px;
	height: 40px;
	background-image: url(../pics/thumbArrowRight.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #e5e5e5;
	cursor: pointer;
}

.titlePropertyThumbsCell {
	float: left;
	margin-right: 3px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.titlePropertyThumbsVideo {
	float: left;
	width: 100%;
	height: 100%;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: center center;
}

.spacerThumb { 
	height: 40px; 
}		

.imgSpacerProp {
	width: 100%;
	height: 200px;
}

.propertyDetailVideoTitle {
	float: left;
	width: 300px;
	font-weight:bold;
	letter-spacing: 0.05em;
	margin: 30px 0 10px 10px;
}

.propertyDetailEnvVideo {
	float: left;
	width: 300px;
	margin: 0 0 0 10px;
	overflow:hidden;
}

.propertyDetailVideoEnv {
	float: left;
	position: relative;
	width: 100px;
	margin-right: 20px;
	overflow: hidden;
	cursor: pointer;
}

.propertyDetailVideoVideo {
	float: left;
	width: 100px;
	height: 56px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.cellVideoTitle {
	float: left;
	width: 100px;
	line-height: 18px;
	margin: 7px 0 0 0;
}

.videoLinkImg {
	margin-top:10px;
}

.propertyDetailRightEnv {
	float: left;
	width: 300px;
	margin: 0 0 0 10px;
}

.propertyDetailTitleEnv {
	float: left;
	width: 100%;
	font-size: 18px;
	letter-spacing: 0.05em;	
	margin: 25px 0 0 0;
}

.propertyDetailTextType {
	float: left;
	width: 100%;
	letter-spacing: 0.05em;	
	margin: 5px 0 15px 0;
}

.propertyDetailTextEnv {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.05em;	
	margin: 0;
}	

.propertyDetailTextMLS {
	float: left;
	width: 100%;
	font-size: 14px;
	letter-spacing: 0.05em;	
	margin: 15px 0 0 0;
}

.propertyDetailWebEnv {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.05em;	
	margin: 20px 0 0 0;
}

.propertyInfoEnv1 {
	float: left;
	width: 100%;
	font-size: 14px;
	letter-spacing: 0.05em;	
	margin: 18px 0 0 0;
}

.propertyDetailDescriptionTitle {
	float: left;
	width: 300px;
	font-weight:bold;
	letter-spacing: 0.05em;
	margin: 20px 0 5px 10px;
	
}

.propertyDetailEnvDescription {
	float: left;
	width: 300px;
	font-size: 13px;
	line-height: 25px;
	margin: 0 0 57px 10px;
}


@media screen and (min-width: 44.25em) {

	.cellEnv {
		width: 708px;
	}	

	.propertyDetailTitleLeft {
		width: 600px;
		margin: 0;
		text-align: left;
	}

	.propertyDetailTitleRight {
		width: 108px;
		margin: 0;
		text-align: right;
	}

	.propertyDetailTitleAddress {
		font-size: 25px;
		letter-spacing: 0.15em;
		margin-bottom: 8px;
	}
	
	.propertyDetailTitleCity {
		font-size: 20px;
		margin: 5px 0 0 0;
	}

	.propertyDetailTitlePrice {
		margin: 4px 0 5px 0;
	}

	.propertyDetailLeft {
		width: 465px;
		margin: 30px 20px 0 0;
	}

	.propertyDetailRight {
		width: 223px;
		margin: 30px 0 0 0;
	}


	.titleEnvPropertyPics {
		height: 300px;
	}	

	.titleEnvPicProperty {
		height: 300px;
	}	


	.titlePropertyThumbsEnv {	
		width: 432px;
	}

	.spacerThumb { 
		height: 40px; 
	}	
	
	.imgSpacerProp {
		width: 100%;
		height: 300px;
	}

	.propertyDetailVideoTitle {
		width: 465px;
		font-weight: bold;
		letter-spacing: 0.05em;
		margin: 30px 0 10px 0;
	}

	.propertyDetailEnvVideo {
		width: 485px;
		margin: 0;
		overflow: hidden;
	}

	.propertyDetailVideoEnv {
		width: 170px;
		height: 140px;
		margin-right: 20px;
	}

	.propertyDetailVideoVideo {
		width: 170px;
		height: 96px;
	}

	.cellVideoTitle {
		width: 170px;
	}

	.videoLinkImg {
		margin-top: 30px;
	}


	.propertyDetailRightEnv {
		width: 100%
	}

	.propertyDetailDescriptionTitle {
		width: 100%;
		margin: 0 0 20px 0;

	}

	.propertyDetailEnvDescription {
		width: 100%;
		font-size: 14px;
		margin: 0;
	}
	
	
}


@media screen and (min-width: 70em) {

	.cellEnv {
		width: 1120px;
	}
	
	.propertyDetailTitleLeft {
		width: 820px;
	}

	.propertyDetailTitleRight {
		width: 300px;
	}

	.propertyDetailTitleCity {
		font-size: 16px;
	}
	
	.propertyDetailTitlePrice {
		font-size: 18px;
	}
	

	.propertyDetailLeft {
		width: 740px;
		margin: 30px 40px 0 0;
	}

	.propertyDetailRight {
		width: 340px;
		margin: 30px 0 0 0;
	}

	
	.titleEnvPropertyPics {
		height: 420px;
	}	

	.titleEnvPicProperty {
		height: 420px;
	}	

	.titlePropertyThumbsEnv {
		width: 705px;
		margin: 0 3px 0 5px;
	}

	.imgSpacerProp {
		width: 100%;
		height: 420px;
	}


	.propertyDetailVideoTitle {
		width: 740px;
	}

	.propertyDetailEnvVideo {
		width: 760px;
	}

	
	
}



