/*temporary styles..rremove*/
html{
	background:white;
}

.html,body{
	margin:0px;
	padding:0px;
}

.page-wrapper{
	width:100%;
	height:100%;
}


/*pano wrapper*/
.pano_wrapper{
	background:white;
	position: relative;
	width:100%;
	height:100%;
	overflow: hidden;
}

.location_title{
	position: absolute;
	display:inline-block;
	z-index:777;
	width:320px;
	height:22px;
	bottom:18px;
	width:90%;
	left:5%;
	text-align: center;
	font-family: Verdana;
	font-size: 18px;
	text-transform: uppercase;
	color:white;
	letter-spacing: 4px;
}

.info_overlay .content,
.room_selection_overlay .content{
	width:100%;
}


/*popup*/
#popupInfo {
	max-width: 94%;
	position: absolute;
	display: none;
	width: 600px;
	height: auto;
	z-index: 9999999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0 0 12px 5px rgba(0,0,0,0.15);
	box-shadow: 0 0 12px 5px rgba(0,0,0,0.15);
}

#popupInfo .info_content_wrapper{
	position: relative;
	width:100%;
	height:100%;
	display:block;
}
#popupInfo .info_content_wrapper .closeinfo{
	background:url('/wrapper/img/ui/close_info.png') no-repeat center center;
	background-size:cover;
	width:30px;
	height:30px;
	display:block;
	position: absolute;
	right:-10px;
	top:-15px;
	cursor: pointer;
}

#popupInfo .tooltips {
	padding:0px;
	margin:0px;
}

#popupInfo .tooltips li{
	display:none;
	padding:20px;
}

#popupInfo .tooltips li p{
	font-size:14px;line-height: 18px;
	font-family: Verdana;
	color:black;
	text-align: left;
}
#popupInfo .tooltips li p span{
	font-family: Verdana;
	color:#FF0000;
}


#popupInfo .tooltips li img{
	max-width:100%;
	max-height: 100%;
}

#popupInfo .tooltips li.active{
	display:block;
}