#invest-wrapper {
	position: absolute;
	left: -61px;
	top: 73px;
}
#baner-c-wrapper #invest-wrapper {
	left: 185px;
	top: 199px;
}
#baner-c-wrapper #invest-wrapper.invest-garage {
	left: -61px;
	top: 150px;
}

.tip {
	display: none;
	width: 210px;
	height: 114px;
	padding: 10px 15px;
	position: absolute;
	background: url('../img/tip.png') no-repeat center;
	overflow: hidden;
	z-index: 15;
	font-family: titilliummaps26l500_wt;
}
.tip:hover {
	display: none !important;
}
.tip-title {
	color: white;
	font-size: 17px;
	margin-bottom: 23px;
	line-height: 0.9;
}
.tip-title span {
	font-size: 12px;
}
.tip-txt {
	font: 12px Arial;
	color: #9b9b9b;
	line-height: 1.5;
}
.tip-txt span {
	color: white;
}
.tip-more {
	color: #ea212d;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}

.floor {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}

.invest-floor-child:after {
	content: "";
	position: inherit;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	z-index: 10;
}
.invest-floor-number {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 50px;
	border-radius: 25px;
	color: white;
	text-align: center;
	padding: 25px 0;
	font: 16px/0 'titilliummaps26l999_wt';
}
.invest-garage .invest-floor-number {
	width: 24px;
	padding: 12px 0;
}

#invest2 {
	z-index: 5;
}

.floor.i-free .invest-floor-child {
	background: #c6dc87;
}
.floor.i-sold .invest-floor-child {
	background: #e68172;
}
.floor.i-reservation .invest-floor-child {
	background: #d6d6d6;
}

.floor.i-active .invest-floor-child {
	background-image: radial-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7));
}

.floor.i-free .invest-floor-number {
	background-color: rgba(112,138,61,0.6);
}
.floor.i-sold .invest-floor-number {
	background-color: rgba(138, 61, 61, 0.6);
}
.floor.i-reservation .invest-floor-number {
	background: rgba(155,155,155,0.6);
}

#invest-txt {
	padding: 30px 15px 0;
	position: absolute;
	left: -67px;
	top: 67px;
	width: 1060px;
	z-index: 1;
}
.invest-title {
	font: 17px 'titilliummaps26l999_wt';
	color: #ea212d;
}
.invest-title span {
    font-size: 30px;
	color: #424242;
	border-bottom: 3px double #ec1e2b;
}
.invest-colors {
	position: absolute;
	right: 125px;
	top: 40px;
	width: 325px;
	height: 41px;
	background: url('../img/invest-colors.jpg');
}

.auto-width {
	width: auto !important;
}

#invest-building-colors {
	width: 285px;
	height: 19px;
	background: url('../img/invest-building-colors.png');
	position: absolute;
	left: -25px;
	top: 485px;
	z-index: 1;
}