.immovable-inactive {
	padding: 25px 0;
	margin-top: 25px;
	text-align: center;
	font-size: 20px;
	color: white;
	font-weight: 700;
	background-color: #C90A35;
}

.bottom-object {
	height: 560px;
	width: 450px;
	position: absolute;
	right: 0px;
}

.immovable .bottom-object .title {
    font-size: 22px !important;
}

.floormap {
	height: 200px;
	width: 450px;
	background: #FFF;
	/*border-style: solid;*/
	position: relative;
	top: 0px;
	right: 0px;
}

.fm_main_pic {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.showFloormap {
	position: absolute;
	/*top: 60px;*/
	left: 10px;
	bottom: 10px;
}

.immovable-inactive-form {
	margin-top: 20px;
	display: flex;
	font-size: 20px;
	color: white;
	font-weight: 700;
	background-color: #C90A35;
	height: 378px;
	width: 480px;
	align-items: center;
	justify-content: center;
}
.view-1 a#click-to-enlarge.showGallery {
	position: absolute;
	top: 90%;
	left: 10px;
}

a#click-to-enlarge.showGallery img {
	width: 135px;
	height: 31px;
	top: 0px;
}
.view-2 a#click-to-enlarge.showGallery {
	position: absolute;
	/*bottom: 15px;
	left: 15px;*/
	right: 10px;
	top: 10px;
}
div.page-content .immovable .i-contact {
	width: 450px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 15px;
	background-color: #E5E5E5;
}

div.page-content .immovable .i-contact form {
	margin-bottom: 0;
}

div.page-content .immovable .i-contact .title {
	margin: 0;
	line-height: 30px;
	width: 100%;
	text-align: center;
}

div.page-content .immovable .i-contact .element {
	width: 100%;
	margin-bottom: 5px;
}

div.page-content .immovable .i-contact .element .name {
	width: 30%;
	line-height: 30px;
	font-size: 15px;
}

div.page-content .immovable .i-contact .element .input.all {
	line-height: 30px;
	width: 100%;
	float: none;
}

div.page-content .immovable .i-contact .element .input {
	line-height: 30px;
	width: 70%;
	float: right;
}

div.page-content .immovable .i-contact .element .input input {
	color: #B1B1B1;
	width: 303px;
	font-size: 15px;
	line-height: 18px;
	border: 1px solid #B1B1B1;
	padding: 5px;
	margin: 0;
	outline: 0;
}

div.page-content .immovable .i-contact .element .input textarea {
	color: #B1B1B1;
	width: 438px;
	font-size: 15px;
	line-height: 18px;
	border: 1px solid #B1B1B1;
	padding: 5px;
	margin: 0;
	resize: none;
	outline: 0;
}

div.page-content .immovable .i-contact .button {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}

.immovable div.alert { 
	margin-bottom: 10px;
}

header {
	background-color: #FFFFFF;
	background-image: none;
	height: 100%;
	border-bottom: 1px solid #000000;
}

.immovable {
	position: relative;
}

.immovable .title {
	margin-top: 25px;
	font-size: 25px !important;
}

.immovable .description {
	width: 50%;
}

.immovable .description .title {
	font-size: 22px !important;
}

.immovable.view-1 .description .title {
	margin-top: 0;
}

.immovable .title span {
	float: right;
}

.immovable.view-1 #immovable-googleMap {
	/*position: absolute;
	top: 480px;
	right: 0;*/
	height: 300px;
	width: 450px;
	float: right;
	/*position: relative;*/
}

.immovable.view-2 #immovable-googleMap {
	width: 460px;
	height: 300px;
	margin: 20px 0;
	float: right;
}

.immovable.view-1 .pic {
	width: 100%;
	height: 400px;
	position: inherit;
	margin: 15px 0;
}

.immovable.view-2 .pic {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.immovable.view-1 .pic .pic-description {
	display: none;
}

.immovable.view-2 .pic .pic-description {
	color: #FFFFFF;
	width: 30%;
	height: 100%;
	padding: 25px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.immovable.view-1 .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.immovable.view-2 .pic img {
	width: 100%;
}