@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;
	}
}

.card {
	border: 1px solid #BBB;
	background: #eee;
}

.ribbon {
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
}

.ribbon span {
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	transform: rotate(45deg);
	width: 100px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#9BC90D 0%, #79A70A 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 25px;
	right: -18px;
}

.red span,.ribbon.left span {
	background: linear-gradient(#F70505 0%, #8F0808 100%);
}

.ribbon.left {
	position: absolute;
	left: 15px;
	top: 5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: left;
}

.ribbon.left span {
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#9BC90D 0%, #79A70A 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 20px;
	left: -23px;
}

.promoDesc {
	display:none;
	position: absolute;
	width: 342px;
	height: 105px;
	background-color: white;
	padding-top:10px;
}