@-ms-viewport { width:device-width; }
@media only screen and (min-device-width:800px) { html { overflow:hidden; } }

html {
	height:100%;
}

body {
	
	font-family: helvetica, arial, sans-serif;
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	font-size:14px;
	color:#fff;
	background-color:#000;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
}

img {
	border:0;
	outline:0;
}

.sideBar {
	display:none;
	position:absolute;
	left:-25%;
	top:0;
	color:#555;
	background:#fff;
	background:rgba(255,255,255,0.9);
	height:100%;
	width:450px;
	max-width:480px;
	z-index:100;
	font-size:14px;
	text-align:left;
	box-shadow: 2px 0 6px rgba(0,0,0,0.4);
	overflow: auto;
}

.infoSideBar {
	display:none;
	position:absolute;
	left:-25%;
	top:0;
	color:#555;
	background:#fff;
	background:rgba(255,255,255,0.9);
	height:100%;
	width:25%;
	max-width:380px;
	z-index:100;
	font-size:22px;
	text-align:left;
	box-shadow: 2px 0 6px rgba(0,0,0,0.4);
	overflow: auto;
}

.infoSideBar .innerContainer {
	height: 54%;
	overflow: auto;
}	

.infoSideBar p {
	padding: 0.4em 40px;
	font-size: 0.72em;
	opacity: 0.8;
	line-height: 1.4;
	font-weight: 300;
	text-align: justify;
}

.infoSideBar .headerSection {
	width:100%;
	margin: 16% auto 8%;
	overflow:hidden;
	max-width: 240px;
}

.infoSideBar .infoLogo1 {
	width:75px;
	margin:0 auto;
	padding:0 1.9em;
	font-size:0.72em;
	display:block;
}

.infoSideBar .infoLogo2 {
	float:left;
	width:34%;
	margin:1% 0 0 19%;
	padding:0;
}

.infoSideBar .redWhiteLogo,
.infoSideBar .redWhiteIcon {
	
	position: absolute;
	bottom: 4%;
	width: 100%;
	
}

.infoSideBar .redWhiteLogo img {
	display:block;
	width:60%;
	margin:0 auto;
	max-width:140px;
}

.infoSideBar .redWhiteIcon img {
	display:block;
	width:60%;
	margin:0 auto;
	max-width:34px;
}

.infoBox {
	display:none;
	position:absolute;
	left: 18px;
	bottom: 20px;
	background:#fff;
	background:rgba(255,255,255,0.9);
	height:100px;
	width:200px;
	box-shadow: 2px 0 6px rgba(0,0,0,0.4);
	color:#555;
	border-radius:6px;
	padding:0.2em;
	cursor:pointer;
}

.sideBar h2 {
	color:#a37856;
	background:#fff;
	font-size:1.2em;
	margin:0;
	padding:10px 20px;
	box-shadow: 0px 3px 4px rgba(0,0,0,0.12);
}

.sideBar ul {
	list-style:none;
	padding:0;
	margin: 20px 0 0 0;
}

.sideBar ul li {
	
	border-bottom:1px solid #ddd;
	padding:20px 0;
	margin: 0 0 0 20px;
	letter-spacing: 0.15em;
	opacity: 0.8;
	text-transform:uppercase;

}

.sideBar ul li span {
	
	font-size:0.7em;
	color:#999;
}

.sideBar ul li:last-child {
	border:0;
}


#pano {
	z-index:10;
	float:left;
	width:100%;
	height:100%;
	background:#000;
	
	
}

.blurFilter {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	opacity:0.7;
}

.container {
	
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	
}

.buttonPlus a {
	
	display:block;
}

.buttonPlus {
	position:absolute;
	right:15px;
	bottom:15px;
	z-index:20;
}

.buttonBase {
	position:absolute;
	z-index:20;
	width:56px;
	height:56px;
	cursor:pointer;
	padding:3px 0 0 0;
	
}

.buttonBase img {
	width:50px;
	height:50px;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.4);
	border-radius: 100px;
	cursor:pointer;
}

.buttonInfo {
	left:15px;
	bottom:15px;
}

.buttonFullscreen {
	display:none;
	left:80px;
	bottom:15px;
}

.buttonLogo {
	width: 148px;
	padding:10px;
	height:auto;
	top:10px;
	right:10px;
	font-size:16px;
	font-family:helvetica, arial, sans-serif;
	text-shadow:0 2px 6px rgba(0,0,0,0.3);
	letter-spacing: 0.15em;
}

.buttonLogo img {
	box-shadow: none;
	border-radius: 0;
	width: 100%;
	height:auto;
}

.buttonMenu {
	top:15px;
	left:15px;
}

.buttonMotionControl {
	display:none;
	position:absolute;
	bottom:26px;
	z-index:20;
	cursor:pointer;
	opacity:0.3;
	width: 160px;
	margin-left:-80px;
	left:50%;
}

.buttonMotionControl .innerContainer {
	
	width:160px;
	margin:0 auto;
	
}


.buttonMotionControl img {
	
	width:28px;
	height:28px;
	vertical-align:middle;
	margin:0 0.2em 0 0;
	
	
}

.buttonMotionControl span {
	text-shadow: 0px 2px 6px rgba(0,0,0,0.4);
}


.wheel-button, .wheel-button:visited {
  border:0;
  margin:0;
  padding:0;
  box-shadow:none;
  -webkit-box-shadow:none;
  width: 56px;
  height: 56px;
  border-radius:128px;
  background:transparent;
}

.wheel-button img {
	width:50px;
	height:50px;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.4);
	border-radius: 100px;
	border:0;
}
 
.wheel {
  margin: -30px 0px 0px -6px;
  padding: 0;
  list-style: none;
  width: 260px; /* this will determine the diameter of the circle  */
  height: 260px; /* this will determine the diameter of the circle  */
  visibility: hidden;
  position: relative;
  display: none;
}
 
.wheel li {
  overflow: hidden;
  float:left;
}
 
.wheel li a {
  display: block;
}


.wheel li a, .wheel li a:visited {
	background: white;
    width: 64px;
    height: 64px;
	border-radius: 128px;
	padding: 0;
	text-align: center;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow:none;
	color: white;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.topSection {
	background:#fff;
	padding:0 0 30px 0;
	position:relative;
	height: 230px;
	overflow: hidden;
}

.topSection .arrowLeft {
	
	position:absolute;
	left:10px;
	top:49%;
	cursor:pointer;
	width: 3%;
	opacity:0.4;
	
}

.topSection .arrowRight {
	
	position:absolute;
	right:10px;
	top:49%;
	cursor:pointer;
	width: 3%;
	opacity:0.4;
	
}

.flatPlan {
	display:block;
	width:75%;
	margin:0 auto;
	padding: 11% 0 0 0;
}

.pin {
	background:transparent;
	background:rgba(0,0,0,0.2);
	opacity:0.6;
	width:12px;
	height:12px;
	position:absolute;
	top:0%;
	left:0%;
	z-index:300;
	border-radius:48px;
	border:2px solid #fff;
	cursor:pointer;
	transition:all 0.2s linear;
	
	
}

.pin.active {
	background:#47c7e7;
	opacity:1;	
}

.scene {
	cursor:pointer;
	
}

.scene.active {
	
	color:#47c7e7;
}

h2.mainTitle {
	color: #777;
	background:transparent;
	font-size:1.4em;
	margin:0 0 0 0;
	box-shadow: none;
	padding:0 20px;
	position:absolute;
	top:10px;
	left:0;
	text-transform:uppercase;
	letter-spacing: 0.15em;
}


/****** media queries *****/

@media (max-height: 600px) {
	
	.sideBar {
		font-size:14px;
		width:50%;
		max-width:400px;
		
	}
	
	.infoSideBar {
		font-size:16px;
		width:50%;
		max-width:400px;
		
	}
	
	.infoSideBar .headerSection {
		width: 48%;
	}
	
	.infoSideBar .redWhiteLogo img {
		width: 50%;
	}
	
	.infoSideBar p {
		font-size: 13px;
	}
	
	h2.mainTitle {
		margin-top: 20px;
		position:static;
		top:auto;
		left:auto;
	}
	
	.sceneList h2:first-child {
		margin-top:10px;
	}
	
	.topSection .arrowLeft, .topSection .arrowRight {
		/*top: 34%;*/
		width:0.8em;
	}
	
	.topSection .arrowLeft {
		left:auto;
		right:74px;
	}
	
	.topSection .arrowRight {
		right:24px;
	}
	
	.flatPlan {
		width:40%;
		display:none;
	}
	
	.pin {
		width:0;
		height:0;
		border:0;
		transition:0;
	}
	
	.topSection {
		background:transparent;
		padding:0;
		margin:0;
		height:auto;
	}
	
	.sideBar ul li {
		padding:15px 0;
		font-size:11px;
	}
	
	
}

@media (max-width: 1000px) {
	
	
	
	.infoSideBar {
		
		width:50%;
		max-width:400px;
	}
	
}

@media (max-width: 700px) {
	
	.sideBar {
		font-size:14px;
		width:70%;
		max-width:400px;
		
	}
	
	.topSection {
		height:auto;
	}
	
	.infoSideBar {
		font-size:16px;
		width:70%;
		max-width:400px;
		
	}
	
	.infoSideBar .headerSection {
		width: 48%;
	}
	
	.infoSideBar .redWhiteLogo img {
		width: 50%;
	}
	
	.infoSideBar p {
		font-size: 13px;
	}
	
	h2.mainTitle {
		margin-top: 20px;
		position:static;
		top:auto;
		left:auto;
	}
	
	.sceneList h2:first-child {
		margin-top:10px;
	}
	
	.topSection .arrowLeft, .topSection .arrowRight {
		/*top: 34%;*/
		width:0.8em;
	}
	
	.topSection .arrowLeft {
		left:auto;
		right:74px;
	}
	
	.topSection .arrowRight {
		right:24px;
	}
	
	.flatPlan {
		width:40%;
		display:none;
	}
	
	.pin {
		width:0;
		height:0;
		border:0;
		transition:0;
	}
	
	.topSection {
		background:transparent;
		padding:0;
		margin:0;
	}
	
	.buttonLogo {
		zoom:0.75;
		top:6px;
	}
	
}


