@charset "UTF-8";
/* CSS Document */

html, body { position:relative; width: 100%; height: 100%; font-family: Helvetica, Arial, "sans-serif";
}

#walkWay {margin-bottom: 150px;}



.colors p {
	color: #fff;
	font-size: 12px;
	margin-top: 44px;
	text-align: center;
}

#holdOn {
    width: 40%;
    margin: 0 auto;
    position: relative;
    top: 30%;
}

#loaderGif {
    width: 100px;
    display: block;
    position: relative;
    margin: 0 auto;
    top: 26%;
}

#loadText {
    /* margin: 0 auto; */
    text-align: center;
    font-weight: 100;
    font-size: 24px;
    position: relative;
    top: 28%;
    color: #ccc;
    /* display: none; */
}

#lineReset, #floorReset, #wallReset, #walkReset {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:12px;
	padding:5px 19px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin-bottom: 5px;
}

.progress 
{
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 9999;
 background-color: #FFF;
}
.bar 
{
  background-color: #0099d8;
  width:0%;
  height: 2px;
  /* border-radius: 3px; */
  top: 30%;
  text-align: center;
  position: relative;
  /* font-size: 160px; */
  font-weight: 100;
}
.percent 
{ 
  position:absolute; 
  display:inline-block; 
  top:3px; 
  left:48%; 
}

.a-enter-vr-button {display:none;}

#stoncorLogo {
	position: absolute;
	z-index: 100;
	width: 252px;
	/* max-width: 250px; */
	left: 100px;
	top: 13px;
}

.colors {
	height: 40px;
	width: 42px;
	position: relative;
	float: left;
	margin-right: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 30px;
	border-radius: 30px;
	}
    
.colors:hover {
	border: dotted 1px #fff;
	cursor: hand;
	cursor: pointer;
}

#colorPicker {
	position: absolute;
	top: 300px;
	z-index: 1;
	padding: 20px;
	background-color: #0099d8;
	color: #FFF;
	cursor: hand;
	cursor: pointer;
	left: -52px;
	border: 1px solid #FFF;
	transform: translateX(-52px);
	-webkit-transform: translateX(-52px);
	-webkit-transition: none 0.3s ease 0.3s;
	transition: none 0.3s ease 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

#lightGrey {background-color: #e5e5e5;}
#offWhite {background-color: #FEFBF2;}

#lineWhite {background-color: #FFF;}
#lineGrey {background-color: #7f868a;}
#lineYellow {background-color:#f6c829;}

/*Floor & Walkway*/
#walkWayGrey {background-color: #666;}
#walkWayLightGrey {background-color: #7f868a;}
#floorRed, #walkWayRed {background-color: #cc3300;}
#floorGreen, #walkWayGreen {background-color: #336633;}
#floorPurple, #walkWayPurple {background-color: #993366;}
#floorBlue, #walkWayBlue {background-color: #006699;}
#floorSteelGray, #walkWaySteelGray {background-color: #5F666B;}
#floorBeechwood, #walkWayBeechwood {background-color: #8D7967;}
#floorDesertTan, #walkWayDesertTan {background-color: #A3836B;}

#floorLightGrey{background-color: #7f868a;}
#floorGrey {background-color:#666;}


#wallColor {margin-top: 100px;margin-left: 10px;}
#floorColor, #parkingLines, #walkWay {margin-top: 50px;margin-left: 10px;}

.cover {
	background-color: #000;
	width: 400px;
	height: 70px;
	z-index: 25;
	position: absolute;
	transform: translateX(-400px);
	-webkit-transform: translateX(-400px);
	-webkit-transition: none 0.3s ease 0.3s;
	transition: none 0.3s ease 0.3s;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-property: all;
	transition-property: all;
}

.cam .cover {
	float:left;
	background-color: #000;
	width: 400px;
	height: 70px;
	z-index: 25;
	position: absolute;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-webkit-transition: none 0.3s ease 0.3s;
	transition: none 0.3s ease 0.3s;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-property: all;
	transition-property: all;
}

#theMenu {
	width: 400px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	float: left;
	position: relative;
	z-index: 10;
	transform: translateX(-400px);
	-webkit-transform: translateX(-400px);
	-webkit-transition: none 0.3s ease 0.3s;
	transition: none 0.3s ease 0.3s;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-property: all;
	transition-property: all;
	/*border-right: dotted 1.5px #000;
	border-color: #5c5e63;*/
	overflow:scroll;
	clear: both;
}

#theMenu h1 {
	font-weight: 100;
	color: #FFF;
	font-size: 22px;
	border-bottom: solid 1px #333;
	width: 98%;
}

#hamburger
{
	width: 43px;
	top: 13px;
	left: 40px;
	position: absolute;
	z-index: 999999;
	height: 35px;
	padding: 0px 4px;
	display:none;
}
#hamburger:hover {cursor:hand; cursor:pointer;}
#hamburger:before,
#hamburger:after,
#hamburger span
{
	background: #FFF !important;
	content: '';
	display: block;
	width: 35px;
	height: 5px;
	position: absolute;
}
#hamburger:before
{
	top: 5px;
}
#hamburger span
{
	top: 15px;
}
#hamburger:after
{
	top: 25px;
}

/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span
{
	-webkit-transition: none 0.5s ease 0.3s;
	transition: none 0.5s ease 0.3s;

	-webkit-transition-property: all;
	transition-property: all;
}
html.cam #hamburger:before,
html.cam #hamburger:after
{
	top: 15px;	
}

.cam #hamburger {display:block;}

html.cam #hamburger span
{
	
	opacity: 0;
}
html.cam #hamburger:before
{
	transform: rotate( 45deg);
	-webkit-transform: rotate( 45deg);
	
}
html.cam #hamburger:after
{
	transform: rotate( -45deg);
	-webkit-transform: rotate( -45deg);
}

/*End Burger*/


html.cam #colorPicker
{
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
}
