/****************************************/
/* PLANS 								*/
/****************************************/

#page-plans-sec-1 {
	position: relative;
	overflow: hidden;
}

#page-plans-sec-1 .section-content {
	/*min-width: 1920px;*/
	margin-top: -4px;
}
#page-plans-sec-1 .section-content.floor-open {
	-webkit-filter: blur(2px);
			filter: blur(2px);
}

#page-plans-sec-1 .section-content svg {
	margin-right: -40px;
}
@media (min-width: 480px) {
	#page-plans-sec-1 .section-content svg {
		margin-right: -80px;
	}	
}

/* Custom select box */
.custom-select-container {
	position: relative;
}
.custom-select {
}
.custom-select > .current-selection {
	display: block;
	padding: 2px;
	line-height: 37px;
	cursor: pointer;
}
.custom-select.open > .current-selection {
	border-bottom: 1px solid #dadbdc;
}
.custom-select > .current-selection:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 41px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAALCAYAAACQy8Z9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM5JREFUeNpiVLeojWRgYJBjoB44zgIkTgNxDxBLUcHA3UA8mQlI3AFidyB+TaGB24DY78bxpm9MUIErQOwJxB/JNHADEAcCDfwB4jAhSZwFYi8g/kaigauAOAxo4C+YABOagmMgLwDxTyINXAbEUUADfyMLMmFRuBdkMxD/ImDgAiCOAxr4F12CCYeGTSANQPwXh/xMIE7CJc+ExyUrgTgNiP+jiU8G4kws4kQZCgLzgLgAid8NxHn4DAQBFiIiYxIQ8wAxFxDXEBN7AAEGAPJBL/adkRvMAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-perspective: 64px;
			perspective: 64px;
	-webkit-transition: all 0.35s ease;
			transition: all 0.35s ease;
}
.custom-select.open > .current-selection:after {
	-webkit-transform: rotateX(180deg);
			transform: rotateX(180deg);
}

.custom-select > .custom-select-submit {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	opacity: 0;
	float: right;
	width: 50px;
	height: 41px;
	background: url(../img/arrows-1.png) no-repeat -42px 7px;
}
.custom-select > .custom-select-submit.on {
	opacity: 1;
	z-index: 9;
}
.custom-select > ul {
	height: 0;
	overflow: hidden;
	/*background: #fff;*/
}
.custom-select.open > ul {
	height: auto;
	padding-left: 0 !important;
	list-style: none !important;
}
.custom-select > ul > li {
}
.custom-select > ul > li:first-child {
	margin-top: 8px;
}
.custom-select > ul > li:last-child {
	margin-bottom: 8px;
}
.custom-select > ul > li:hover,
.custom-select > ul > li.selected {
	/*background: #eee;*/
}
.custom-select > ul > li > a {
	display: block;
	padding: 0px 1em;
	line-height: 36px;
	white-space: nowrap;
}
/***/


/* Plans select box*/
#plans-select-container {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 320px;
	margin-left: -160px;
}
#plans-select {
	position: relative;
	z-index: 9;
	margin-left: 0;
	/*border: 1px solid #ffcc00;*/
	border-radius: 2px;
	background: #ffcc00;
	-webkit-box-shadow: 0px 4px 4px -3px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 4px 4px -3px rgba(0,0,0,0.25);
			box-shadow: 0px 4px 4px -3px rgba(0,0,0,0.25);	
}
#plans-select > ul {
	background: #ffddaa;
}
#plans-select > ul > li:hover,
#plans-select > ul > li.selected {
	background: #25b7bc;
}
@media (min-width: 768px) {
	#plans-select-container {
		/*
		left: auto;
		right: 40px;
		width: 320px;
		margin-left: 0;
		*/
	}
	.custom-select > .current-selection {
		padding: 4px;
	}
	.custom-select > .current-selection:after {
		height: 45px;
	}
}
@media (min-width: 1200px) {
	#plans-select-container {
		top: 50%;
		left: 66%;
		right: auto;
		margin-top: -105px;
		margin-left: 0;
	}
	#plans-select > .current-selection {
		padding: 8px;
		font-size: 21px;
		cursor: initial;
	}
	#plans-select > .current-selection:after {
		content: none;
	}
	#plans-select > .custom-select-submit {
		display: none;
	}
	#plans-select > ul {
		height: auto;
	}
	#plans-select > ul > li {
		position: absolute;
		/*z-index: -1;*/
		top: 100%;
		left: 0;
		width: 100%;
		margin-top: 5px;
		margin-left: -30px;
		/*margin-left: 0px;*/
		padding: 7px;
		opacity: 0;
		background: #25b7bc;
		color: #25b7bc;
		-webkit-transition: opacity 0.2s ease 0.1s, color 0.2s ease 0s;
				transition: opacity 0.2s ease 0.1s, color 0.2s ease 0s;
		/*
		-webkit-transform: translateX(-60px);
				transform: translateX(-60px);
		-webkit-transition: margin 0.35s ease 0.5s, opacity 0.2s ease, -webkit-transform 0.35s ease;
				transition: margin 0.35s ease 0.5s, opacity 0.2s ease,		transform 0.35s ease;
		*/
	}
	#plans-select > ul > li.on,
	#plans-select > ul > li.on-on	{
		z-index: 1;
		/*margin-left: -30px;*/
		opacity: 1;
		color: #000;
		-webkit-transition: opacity 0.2s ease, color 0.2s ease;
				transition: opacity 0.2s ease, color 0.2s ease;
		/*
		-webkit-transform: translateX(0px);
				transform: translateX(0px);		
		-webkit-transition: margin 0.35s ease, opacity 0.2s ease;
				transition: margin 0.35s ease, opacity 0.2s ease;
		*/
	}
	#plans-select > ul > li a {
		font-size: 21px;
		cursor: default;
	}
}
/***/




/* Building map */
.svg-floor-anchor {
	opacity: 0;
	cursor: pointer;
	-webkit-transition: opacity 0.2s ease;
	   -moz-transition: opacity 0.2s ease;
		-ms-transition: opacity 0.2s ease;
		 -o-transition: opacity 0.2s ease;
			transition: opacity 0.2s ease;
}
.svg-floor-anchor:hover {
	opacity: 0.5;
}
.svg-floor-anchor.highlight,
.svg-floor-anchor.highlight:hover {
	opacity: 0.7;
}
/***/



/* Floor maps */
#floor-maps-container {
	position: absolute;
	z-index: -2;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	background: rgba(0,0,0,.75);
	-webkit-transition: opacity 0.65s ease 0s, z-index 0s ease 0.65s;
	   -moz-transition: opacity 0.65s ease 0s, z-index 0s ease 0.65s;
		-ms-transition: opacity 0.65s ease 0s, z-index 0s ease 0.65s;
		 -o-transition: opacity 0.65s ease 0s, z-index 0s ease 0.65s;
			transition: opacity 0.65s ease 0s, z-index 0s ease 0.65s;
}
#floor-maps-container.on {
	z-index: 98;
	opacity: 1;
	-webkit-transition: opacity 0.65s ease 0s, z-index 0s ease 0s;
	   -moz-transition: opacity 0.65s ease 0s, z-index 0s ease 0s;
		-ms-transition: opacity 0.65s ease 0s, z-index 0s ease 0s;
		 -o-transition: opacity 0.65s ease 0s, z-index 0s ease 0s;
			transition: opacity 0.65s ease 0s, z-index 0s ease 0s;
}

.floor-map {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-transition: opacity 0.65s ease;
	   -moz-transition: opacity 0.65s ease;
		-ms-transition: opacity 0.65s ease;
		 -o-transition: opacity 0.65s ease;
			transition: opacity 0.65s ease;
}
.floor-map.on {
	z-index: 1;
	opacity: 1;
}
@media (max-width: 480px) and (orientation : portrait) {
	.floor-map {
		width: 120%;
		margin-left: -10%;
	}
}
@media (min-width: 1600px) {
	.floor-map {
		padding-bottom: 1%;
	}
}


.svg-pdf-link > polygon:first-child,
.svg-pdf-link > polyline:first-child,
.svg-pdf-link > path:first-child,
.svg-pdf-link > rect:first-child {
	fill: #c4d9e4;
}
.svg-pdf-link:hover > polygon:first-child,
.svg-pdf-link:hover > polyline:first-child,
.svg-pdf-link:hover > path:first-child,
.svg-pdf-link:hover > rect:first-child {
	fill: #69a2c1;
}

/*
.ap-no > path {
	-webkit-transform: scale(1.5);
	   -moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		 -o-transform: scale(1.5);
			transform: scale(1.5);
}
.ap-no > path:nth-child(1) {
	-webkit-transform-origin: 150% 50%;
	   -moz-transform-origin: 150% 50%;
		-ms-transform-origin: 150% 50%;
		 -o-transform-origin: 150% 50%;
			transform-origin: 150% 50%;

}
.ap-no > path:nth-child(2) {
	-webkit-transform-origin: 50% 50%;
	   -moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		 -o-transform-origin: 50% 50%;
			transform-origin: 50% 50%;

}
.ap-no > path:nth-child(3) {
	-webkit-transform-origin: -50% 50%;
	   -moz-transform-origin: -50% 50%;
		-ms-transform-origin: -50% 50%;
		 -o-transform-origin: -50% 50%;
			transform-origin: -50% 50%;

}
*/
@media (min-width: 768px) {
	/*
	.ap-no > path {
		-webkit-transform: none;
		   -moz-transform: none;
			-ms-transform: none;
			 -o-transform: none;
				transform: none;
	}
	*/
}

@media (min-width: 1200px) {
	.svg-pdf-link {
		opacity: 0;
		-webkit-transition: all 0.4s ease;
		   -moz-transition: all 0.4s ease;
			-ms-transition: all 0.4s ease;
			 -o-transition: all 0.4s ease;
				transition: all 0.4s ease;
		cursor: pointer;
	}
	.svg-pdf-link:nth-child(1)  { -webkit-transition-delay: 0.0s; -moz-transition-delay: 0.0s; -ms-transition-delay: 0.0s; -o-transition-delay: 0.0s; transition-delay: 0.0s; }
	.svg-pdf-link:nth-child(2)  { -webkit-transition-delay: 0.2s; -moz-transition-delay: 0.0s; -ms-transition-delay: 0.0s; -o-transition-delay: 0.0s; transition-delay: 0.2s; }
	.svg-pdf-link:nth-child(3)  { -webkit-transition-delay: 0.4s; -moz-transition-delay: 0.0s; -ms-transition-delay: 0.0s; -o-transition-delay: 0.0s; transition-delay: 0.4s; }
	.svg-pdf-link:nth-child(4)  { -webkit-transition-delay: 0.6s; -moz-transition-delay: 0.0s; -ms-transition-delay: 0.0s; -o-transition-delay: 0.0s; transition-delay: 0.6s; }
	.svg-pdf-link:nth-child(5)  { -webkit-transition-delay: 0.8s; -moz-transition-delay: 0.0s; -ms-transition-delay: 0.0s; -o-transition-delay: 0.0s; transition-delay: 0.8s; }
	.svg-pdf-link:nth-child(6)  { -webkit-transition-delay: 1.0s; -moz-transition-delay: 0.0s; -ms-transition-delay: 0.0s; -o-transition-delay: 0.0s; transition-delay: 1.0s; }
	.svg-pdf-link:nth-child(7)  { -webkit-transition-delay: 1.2s; -moz-transition-delay: 0.0s; -ms-transition-delay: 0.0s; -o-transition-delay: 0.0s; transition-delay: 1.2s; }
	.svg-pdf-link:nth-child(8)  { -webkit-transition-delay: 1.4s; -moz-transition-delay: 0.0s; -ms-transition-delay: 0.0s; -o-transition-delay: 0.0s; transition-delay: 1.4s; }
	.svg-pdf-link:nth-child(9)  { -webkit-transition-delay: 1.6s; -moz-transition-delay: 0.0s; -ms-transition-delay: 0.0s; -o-transition-delay: 0.0s; transition-delay: 1.6s; }
	.svg-pdf-link:nth-child(10) { -webkit-transition-delay: 1.8s; -moz-transition-delay: 0.0s; -ms-transition-delay: 0.0s; -o-transition-delay: 0.0s; transition-delay: 1.8s; }

	.svg-pdf-link.enter-tb {
		-webkit-transform: translate3d(0,-40px,0);
		   -moz-transform: translate3d(0,-40px,0);
			-ms-transform: translate3d(0,-40px,0);
			 -o-transform: translate3d(0,-40px,0);
				transform: translate3d(0,-40px,0);	
	}
	.svg-pdf-link.enter-bt {
		-webkit-transform: translate3d(0,40px,0);
		   -moz-transform: translate3d(0,40px,0);
			-ms-transform: translate3d(0,40px,0);
			 -o-transform: translate3d(0,40px,0);
				transform: translate3d(0,40px,0);		
	}
	.svg-pdf-link.enter-lr {
		-webkit-transform: translate3d(-40px,0,0);
		   -moz-transform: translate3d(-40px,0,0);
			-ms-transform: translate3d(-40px,0,0);
			 -o-transform: translate3d(-40px,0,0);
				transform: translate3d(-40px,0,0);	
	}
	.svg-pdf-link.enter-rl {
		-webkit-transform: translate3d(40px,0,0);
		   -moz-transform: translate3d(40px,0,0);
			-ms-transform: translate3d(40px,0,0);
			 -o-transform: translate3d(40px,0,0);
				transform: translate3d(40px,0,0);	
	}


	.floor-map.on .svg-pdf-link {
		opacity: 1;
		-webkit-transform: none;
		   -moz-transform: none;
			-ms-transform: none;
			 -o-transform: none;
				transform: none;	
	}
}




.floor-map-caption, 
.floor-map-hint {
	position: absolute;
	left: 50%;
	margin-left: -160px;
	width: 320px;
	padding: 2px;
	text-align: center;
	line-height: 37px;
	font-size: 21px;
}
.floor-map-caption {
	top: 20px;
	background: #25b7bc;
	color: #fff;
}
.floor-map-hint {
	bottom: 20px;
	background: #ffcc00;
	color: #000;
}

@media (min-width: 768px) {
	.floor-map-caption, 
	.floor-map-hint {
		padding: 4px;
	}
	.floor-map-hint {
		bottom: 30px;
	}
}


@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
	.floor-map-caption,
	.floor-map-hint {
		position: absolute;
		/*left: 75%;*/
		right: 0;
		top: 20%;
		bottom: auto;
		width: 320px;
		padding: 8px;
		text-align: center;
		line-height: 35px;
		opacity: 0;
		-webkit-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 2s;
		   -moz-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 2s;
			-ms-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 2s;
			 -o-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 2s;
				transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 2s;
	}
	.floor-map-caption {
		margin-right: 30px;
		
	}
	.floor-map-hint {
		margin-top: 56px;
		
	}
	.floor-map.on .floor-map-caption {
		margin-right: 0;
		opacity: 1;
	}
	.floor-map.on .floor-map-hint {
		margin-right: 30px;
		opacity: 1;
	}
	
}

#close-floor-maps-container {
	position: absolute;
	z-index: 9;
	top: 16px;
	left: 8px;
	width: 48px; 
	height: 48px;
	background: url(../img/lightbox-btns.png) no-repeat -6px -6px;
	opacity: 0.7;
}
#close-floor-maps-container:hover {
	opacity: 1;
}
@media (min-width: 480px) {
	#close-floor-maps-container {
		left: 22px;
	}
}
@media (min-width: 1200px) {
	#close-floor-maps-container {
		left: 92px;
	}
}
@media (min-width: 1600px) {
	#close-floor-maps-container {
		top: 92px;
	}
}
/***/








/****************************************/



@media (min-width: 480px) {
	#page-plans-sec-1 .section-content svg {
		margin-right: 0;
	}
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
	#page-plans-sec-1 .content-img {
		width: 60%;
	}	
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
}
@media (min-width: 1920px) {
}
@media (min-height: 480px) {
}
@media (min-height: 800px) {
}






#floor-0-map {
	padding-top: 64px;
}









