#floorplan_left_menu{
	position:relative;
}

#floorplan_left_select {
  width: calc(100% - 2px);
	background: #f9f9f9;
  background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fbfbfb),to(#f7f7f7));
  background: -webkit-linear-gradient(0% 0%,0% 100%,from(#fbfbfb),to(#f7f7f7));
  background: -moz-linear-gradient(center top,#fbfbfb,#f7f7f7);
  background: linear-gradient(#fbfbfb,#f7f7f7);
  border: 1px solid #dedede;
  color: #4c4b4b;
  cursor: pointer;
  display: block;
	border-radius: 3px;
}
#floorplan_left_select:hover {
	background: #f2f2f2;
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(whitesmoke),to(#efefef));
	background: -webkit-linear-gradient(0% 0%,0% 100%,from(whitesmoke),to(#efefef));
	background: -moz-linear-gradient(center top,whitesmoke,#efefef);
	background: linear-gradient(#f5f5f5,#efefef);
}
#floorplan_left {
  width: 25%;
  z-index: 20;
  float: left;
	margin-bottom: 30px;
}
#floorplan_right{
	width:75%;
	height:420px;
	float:right;
	background:transparent;
	position:relative;
	margin-top: 40px;
}
/* LEFT MENU */



.floorplan_overlay{
	height:500px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.floorplan_overlay > img{
	width:100%;
	height:auto;
	max-width:752px;
	max-height:420px;
}

.floorplan_overlay.base{
	z-index:1;
}

.floorplan_overlay.park{
	z-index:2;
}

.floorplan_overlay.kiosk{
	z-index:3;
}

.floorplan_overlay.taxi{
	z-index:4;
}

.floorplan_overlay.restaurant{
	z-index:5;
}

.floorplan_overlay.lift{
	z-index:6;
}

.floorplan_overlay.escal{
	z-index:7;
}

.floorplan_overlay.sell{
	z-index:8;
}

.floorplan_overlay.transparent_l{
	z-index:9;
}

.floorplan_overlay.prayer_room{
	z-index:10;
}

area{
	cursor:pointer;
}

#floor_selector{
	font-size:70%;
	margin-left:9px;
	margin-top:2px;
	padding-bottom: 50px;
}

.floor_box_one,.floor_box_two{
	width:45px;
	height:12px;
	float:left;
	margin-right:1px;
	padding-left:10px;
	background-color:rgb(204,204,204);
	line-height:10px;
}

.floor_box_two{
	width:55px;
}


.floor_box_three{
	width:45px;
	height:12px;
	float:left;
	background-color:rgb(204,204,204);
	margin-right:1px;
	margin-bottom:2px;
}

.floor_select_layer{
	clear:both;
	cursor:pointer;
}

#floorplan_controller{
	width:100%;
	clear:both;
}

.floor_plan_icon_control{
	width:auto;
	height:30px;
	margin-right:5px;
}

.floor_plan_icon_control:hover{
	cursor:pointer;
}

.left_hand_item.hall, .left_hand_item.theatre, .left_hand_item.other, .left_hand_item.multipurpose, .left_hand_item.multifunctional {
  min-height: 30px;
}

.left_hand_item.hall .left_item_logo { padding:0; }
.left_hand_item.hall .left_item_title, .left_hand_item.meeting_room .left_item_title, .left_hand_item.theatre .left_item_title, .left_hand_item.other .left_item_title, .left_hand_item.multipurpose .left_item_title { line-height: 30px}

#specialnote{
	width:100%;
	text-align:center;
	display:none;
}

#floorplan_floor_lay{
	width:200px;
	float:left;
}

#floor_plan_facilities_icon_select, #floor_plan_current{
	float:left;
}

#floor_plan_facilities_icon_select{
	padding-top:80px;
	width:330px;
}

#floor_plan_current{
	width:100px;
	color:rgb(102,102,102);
	font-size:60px;
	margin-left:15px;
	margin-right:15px;
	height:50px;
}

#floor_plan_info{
	float:left;
	width:400px;
}
.top_label{
	display:none;
	position:absolute;
	z-index:11;
}
.top_label[class*="description"]{
	display:none;
	position:absolute;
	z-index:11;
	background: #f9f9f9;
  background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fbfbfb),to(#f7f7f7));
  background: -webkit-linear-gradient(0% 0%,0% 100%,from(#fbfbfb),to(#f7f7f7));
  background: -moz-linear-gradient(center top,#fbfbfb,#f7f7f7);
  background: linear-gradient(#fbfbfb,#f7f7f7);
  border: 1px solid #dedede;
  color: #4c4b4b;
	padding:10px;
	font-size:10px;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;

}

.pin{
	font-size: 28px;
	z-index:11;
}

.facilitiles_bubble_logo{
	margin-top:15px;
	margin-bottom:15px;
}



.left_hand_item{
	cursor:pointer;
}

/*div.view-floor-plan-facilities > .view-content > div[class*="views-row-"]{
	  width: 100%;
		display:table;
}*/

#floorplan_single{
	display:none;
}

#facilities_long_description{
	width:100%;
}

#facilities_thumbnail{
	width:30%;
	float:left;
}

#facilities_long_text{
	width:70%;
	float:left;
}

#facilities_long_text > div{
	margin-left:15px;
	margin-right:15px;
}

.floorplan_single_mobile{
	display:none;
}

.restaurant_title{
	color:rgb(49, 74, 117);
	font-weight:normal;
	font-size:25px;
	border-bottom:4px solid rgb(49, 74, 117);
	padding-top:25px;
	margin-bottom:20px;
}


.facilitiles_bubble_logo > img{
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.short_description_title{
	font-size:14px;
}

.short_description_green_link{
	text-decoration:none !important;
}

.green_link_box{
	clear:both;
	background-color:rgb(2,144,86);
	text-align:center;
	text-transform:uppercase;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
	color:white;
	line-height:30px;
}

.green_link_icon{
	background-image:url('../floor_plan_icon/panorama_icon_s.png');
	width:27px;
	height:15px;
	display:inline-block;
	margin-top:5px;
	padding-right:5px;
	background-repeat:no-repeat;
}

.green_gallery_icon{
	background-image:url('../floor_plan_icon/img_gallery_w.png');
	width:22px;
	height:20px;
	display:inline-block;
	margin-top:5px;
	padding-right:5px;
	background-repeat:no-repeat;
}


.green_venue_icon {
  background-image: url('../floor_plan_icon/venue_detail_w.png');
  width: 16px;
  height: 16px;
  background-size: 70%;
  display: inline-block;
  margin-top: 5px;
  padding-right: 5px;
  background-repeat: no-repeat;
}

.floorplan.breadcrumb-wrapper{
	font-size:14px;
	margin-top:10px;
}
.legend_item{
	float:left;
	font-size:70%;
	width:33%;
	margin-bottom:10px;
}

.legend_bar{
	width:6px;
	height:24px;
	float:left;
	border-radius: 25px;
}

.legend_word{
	float:left;
	margin-left:5px;
}

.facilities_cross {
	/* margin-left: 190px; */
  color: white;
  cursor: pointer;
  /* background-color: black; */
  /* padding: 10px; */
  position: absolute;
  right: 0px;
  display: inline-block;
  width: 10px;
  height: 20px;
  top:0;
}
.facilities_cross:before{
	content: "\f00d";
	font-family: FontAwesome;
	color: grey;
}

#floorplan_box_open{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:none;
	z-index:10;
}

#facilities_long_description  .button.fullwidth{
	margin-bottom: 2px;
}

.facilitiles_bubble_logo >img{
	width:100px;
	height:auto;
}
.floor-not-active{
	color: rgb(0, 0, 0) !important;
	background-color: rgb(204, 204, 204) !important;
}
.floor-active{
	color: rgb(255, 255, 255) !important;
	background-color: rgb(2, 144, 86) !important;
}

@media all and (max-width: 767px){
	#floorplan_left{
		width:100%;
	}

	#floorplan_right,#floorplan_controller{
		display:none;
	}





	#floorplan_left_menu{
		height:auto;
	}



	#floorplan_single{
		width:100%;
		position:relative;
		display:block;
		height:300px;
		clear:both;
	}

	.floorplan_overlay{
		display:none;
	}

	.floorplan_single_mobile{
		width:100%;
	}

	.floorplan_single_logo_div{
		text-align:center;
		font-size:50px;
		line-height:80px;
		margin-left:10px;
		font-weight:bold;
		margin-bottom:15px;
	}


	.panorama_button{
		width:100%;
		background-color:rgb(2,144,86);
		height:50px;
		cursor:pointer;
		text-transform:uppercase;
		line-height:50px;
		font-size:20px;
		color:white;
		font-weight:bold;
		text-align:center;
	}

	.panorama_button > img{
		height:24px;
		margin-right:5px;
	}

	.panorama_button>span{
		text-decoration:none !important;
	}

	#panorama_link:hover,#panorama_link:focus{
		color:white;
		text-decoration:none;
	}

	#facilities_short_description{
		clear:both;
		width:100%;
		background-color:rgb(101,119,152);
		color:white;
		margin-bottom:10px;
	}

	#facilities_short_description > div{
		padding:15px;
	}

	.floorplan_single_mobile{
		display:block;
	}

	.floorplan_single_desktop{
		display:none;
	}

	.pin{
		width:15px;
		height:10px;
		background-size:15px auto;
	}

	.green_link_box{
		height:50px;
		font-size:20px;
		line-height:50px;
	}

}


@media print{
	@page{
		margin:1.0cm;
	}
	
	.leftarrow,.rightarrow,#floorplan_floor_lay,#floor_plan_facilities_icon_select{
		display:none;
	}
	
	#floorplan_left{
		width:150px;
		float:left;
	}
	
	.left_item_logo{
		width:30px;
		height:30px;
		float:right;
	}
	
	.left_item_title{
		float:left;
	}
	
	#floorplan_right{
		height:300px;
		float:right;
	}
	
	.left_hand_item{
		border-bottom:1px solid black;
		margin-bottom:5px;
		width:150px;
	}

}
