@media screen and (max-width: 767px) {
	#carouselFull>.carousel-inner {
		height: 180px;
	}
	.modal-dialog { //
		z-index: 2000;
		position: relative;
		top: 100px;
	}
	.modal{
		-webkit-overflow-scrolling: touch;
	}
 
 
}

@media screen and (min-width: 767px) {
	#floorPlanModal>.modal-dialog,#floorPlanModal>.modal-content {
		height: 450px;
	}
}

property-media {
	float: left;
	margin-right: 30px;
}

.property-info {
	float: left;
}

.property-info ul {
	margin-top: 15px;
	list-style-type: none;
	padding-left: 0px;
}

.property-info li {
	font-size: 15px;
	margin-top: 5px;
}

.property-info a {
	color: #0EAAA6;
	font-weight: bold;
	font-size: 18px;
}

.property-media>img {
	height: 100px;
	width: 160px
}

img.floorPlanIMG {
	cursor: pointer;
}

.controls {
	width: 50px;
	display: block;
	font-size: 11px;
	padding-top: 8px;
	font-weight: bold;
}

.next {
	float: right;
	text-align: right;
}

.floorPlanMoreInfo {
	display: none;
}

.clickable {
	cursor: pointer;
}
a.mapHandler{
	display:none;
}

input[name="subject"]{
	padding:0px 5px;
}
.promo{
	background-image:url("/images/res/promo_background.jpg");
	background-size: 300px 100px;
    background-repeat: no-repeat;
}
.promoTitle {
	margin-top:20px;
	color:#0eaaa6;
}
.promoDesc {
	margin-top:20px;
	color: #ea3d36;
}