@font-face {
  font-family: 'Domaine';
  src:  url('../fonts/DomaineTextWeb-Medium.woff2') format('woff2'),
        url('../fonts/DomaineTextWeb-Medium.woff') format('woff');
}

#bg {
  position: fixed;
  width:100%;
  height: 100%;
  background: url('../media/bg.jpg') no-repeat center center fixed;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

p{

  margin: 0 0 1em;
  padding: 0;

}

.rotate_icon{

  width: 40%;

}

.vr-paddingL{

  padding:0 80px 0 80px;

}
.vr-paddingR{

  padding:0 80px 0 80px;

}

input {
    font-family: 'Domaine', Arial, sans-serif;
    width: 100%;
    margin: 5px 0;
    padding: 10px 10px;
    box-sizing: -box;
    background-color: #000;
    border: #fff solid 1px;
    color: #fff;
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0 !important;
}

textarea {
    font-family: 'Domaine', Arial, sans-serif;
    width: 100%;
    max-width: 100%;
    margin: 5px 0;
    padding: 10px 10px;
    box-sizing: -box;
    background-color: #000;
    border: #fff solid 1px;
    color: #fff;
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0 !important;
}



html{
width: 100%;
height:100%;
margin: 0;
padding: 0;
background-color: #000;
}


body {
	width: 100%;
	height:100%;
	font-family: 'Domaine', Arial, sans-serif;
  font-size: 19px;
  line-height: 30px;
	background-color: #000;
  margin: 0;
	padding: 0;
	color: #fff;

}





.close-link {
	position: fixed;
	color: #fff;
  right: 50px;
  top: 50px;
  width: 15px;
  height: 15px;
  opacity: 1;
  z-index: 9909;
}
.close-link:hover {
  opacity: .8;
}
.close-link:before, .close-link:after {
  position: absolute;
  left: 7.5px;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #fff;
}
.close-link:before { transform: rotate(45deg); }
.close-link:after { transform: rotate(-45deg); }

#Purchase{


      border-bottom: #ccc solid 1px !important;

}


#PurchaseDetails{

  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  overflow-y: scroll;
  z-index: 98;
  top: 0;
  left: 0;

}

#about, #vr-about{
  cursor: pointer;
	font-size: 19px;
  line-height: 20px;
  text-transform: uppercase;
	position: fixed;
	z-index: 98;
	bottom: 0px;
	right: 0px;
  width: 40px;
  height: 40px;
	text-decoration: none;
}

#vr-purchase{
  cursor: pointer;
  background: url('../media/buy.png') no-repeat;
  background-size: 100%;
	position: fixed;
	z-index: 98;
	bottom: 14px;
	left: 14px;
  width: 40px;
  height: 40px;
	text-decoration: none;
}


#backbutton{
  cursor: pointer;
  position: fixed;
  top: 50px;
  left: 50px;
  margin: 0;
}





.backbutton{
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.0);
  padding: 1px 17px;
  margin: 20px 0 0;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: color .7s,  .7s;
  transition: color .7s,  .7s;
}
.backbutton:hover{

  opacity: .7;

}

.backbutton:before, .backbutton:after {
  position: absolute;
  left: 0;
  content: ' ';
  height: 8px;
  width: 2px;
  background-color: #fff;
}
.backbutton:before { transform: rotate(45deg); }
.backbutton:after { top:6px ;transform: rotate(-45deg); }







.product-link{
  	font-size: 10px;
    text-transform: uppercase;
  	position: fixed;
  	z-index: 98;
  	bottom: 20px;
  	right: 20px;
  	text-decoration: none;
}



.overlay{
    background-color: rgba(0, 0, 0, .7);
    display:none;
    height:100vh;
    left:0;
    position:fixed;
    top:0;
    width:100vw;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    z-index:100001;

 }


 .vr-overlay{
      background: rgba(0,0,0,.3);
     display:none;
     height:100vh;
     left:0;
     position:fixed;
     top:0;
     width:100vw;
     z-index:100001;

  }

#myFrame{

  z-index: 1;
  overflow:hidden;
  height:100%;
  width:100%;

}

#vrFrame{

  z-index: 1;
  overflow:hidden;
  height:100%;
  width:100%;

}

.overlayInner{
    position:absolute;
    -webkit-overflow-scrolling: touch;
    z-index:98;
    width: 100%;
    height: 100vh;
 }

 .vr-overlayInner{
     position:absolute;
     z-index:98;
     font-size: 10px;
     line-height: 16px;
     text-align: center;
     height: 100vh;
  }


#tip{

    position: fixed;
    z-index: 99;
    text-align: center;

}



.button{
  font-size: 12px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.0);
  padding: 0px 15px 2px;
  border: 1px #fff solid;
  margin: 20px 0 0;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: color .7s,  .7s;
    transition: color .7s,  .7s;
}
.button:hover{

  color: rgba(255, 255, 255, 0.5);
  border: 1px rgba(255, 255, 255, 0.5) solid;

}

.form-button-padding{

    padding: 10px !important;

}

.touch{

  display: none;

}
#audioPlay{
  width: 100vw;
  height: 100vh;
position: fixed;
z-index: 100000;
}

.desk{
  opacity: 0;
   -webkit-transition: opacity 2s;
    transition: opacity 2s;
}

.tipArrows{

  width: 80;
  height: auto;
  margin-bottom: 20px;

}

.smalltype{
  margin-top: 0px;
  padding-top: 0px;
  font-size: 14px;
  line-height: 24px;

}

#project-details{

  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100;
  background-color: #000;

}

#overlayVR-L{
  height: 100vh;
    width: 50vw !important;

}

#overlayVR-R{
  height: 100vh;
    width: 50vw !important;
    left: 50vw !important;

}

#enter-mobile{
  width: 100%;
  text-align: center;

}


#border{

	width: 100vw;
	height:100vh;
	overflow-x: hidden; /* For Opera */
	-webkit-box-shadow:
	inset 0px 0px 0px 15px #000,
	inset 0px 0px 0px 16px #fff;
  -moz-box-shadow:
	inset 0px 0px 0px 15px #000,
		inset 0px 0px 0px 16px #fff;
  box-shadow:
	inset 0px 0px 0px 15px #000,
		inset 0px 0px 0px 16px #fff;

	position: absolute;
	z-index: 99;
}
#symbol{
	position: fixed;
	top: 50px;
	left: 50px;
	z-index: 98;
	width: 100px;
}



#description{

	line-height: 1.6;
	letter-spacing: 1.3;
  color: white;

}


strong{
	text-transform: uppercase;
	font-weight: normal;

}

#contact{
	font-weight: normal;
	line-height: 1.6;
	position: fixed;
 	color: white;
	border: 1px solid #fff;
	padding: 15px;
	bottom: 50px;
	right: 50px;
	z-index: 98;
	display: block;
	width: 260px;

}

b {
	font-weight: lighter;

}

 a, a:active, a:visited{

	color: rgba(255, 255, 255, 1.0);
	text-decoration: none;


}

 a:hover{
   cursor: pointer;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;


}


#fade-cover{

	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;


}


#flash{

	background-color: rgba(0,0,0,.1);
  visibility: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 3;
  pointer-events: none !important;



}



#enter-lobby{
	cursor: pointer !important;
}

#enter-standard{
    width: 60px;
    height: 60px;
    margin: 15px;
  display: inline-block;
  background: url('../media/phone.png') no-repeat;
      background-size: 100%;

}

#loading{
    width: 30px;
    height: 30px;
    margin: 15px;
    display: none;
    background: url('loading.gif') no-repeat;
    background-size: 100%;

}

#loading-vrL{
    width: 30px;
    height: 30px;
    margin: 15px;
    display: none;
    background: url('loading.gif') no-repeat;
    background-size: 100%;

}

#loading-vrR{
    width: 30px;
    height: 30px;
    margin: 15px;
    display: none;
    background: url('loading.gif') no-repeat;
    background-size: 100%;

}


#enter-vr{
    width: 60px;
    height: 60px;
    margin: 15px;
  display: inline-block;
  background: url('../media/vr.png') no-repeat;
    background-size: 100%;



}



@media screen and (min-width: 767px) {

  #introduction{

      width: 474px;
      text-align: center;
  }

  .page-margin{

    width: 600px;
    margin: 100px auto;
  }
    .page-margin a{

        border-bottom: #ccc solid 1px !important;

    }


  #description{
	display:inline-block;
	font-size: 11px;
	position: fixed;
	border: 1px solid #fff;
	padding: 15px;
	bottom: 50px;
	left: 50px;
	display: block;
	width: 260px;
}


.border{
    position:fixed;
    height:100%;
    left:0;
    top:0;
    width:100%;
    pointer-events: none;
    overflow-x: hidden; /* For Opera */
    -webkit-box-shadow:
    inset 0px 0px 0px 15px #000,
    inset 0px 0px 0px 16px #fff;
    -moz-box-shadow:
    inset 0px 0px 0px 15px #000,
    inset 0px 0px 0px 16px #fff;
    box-shadow:
    inset 0px 0px 0px 15px #000,
    inset 0px 0px 0px 16px #fff;
    z-index:105;
}

}

@media screen and (max-width: 767px) {

  #symbol{
  	top: 20px !important;
  	left: 20px !important;

  	width: 70px !important;
  }

  .overlay{
      background-color: rgba(0, 0, 0, 1) !important;
    }

    #introduction{
        text-align: center;
        margin: 0px 28px;
    }

  #description{
    padding: 0 20px 100px;
        font-size: 18px;
        line-height: 1.8;
        letter-spacing: .1;
  }

  #myFrame{
    height:80vh;
    width:100%;
}

  .page-margin{
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: .1;
    margin: 100px 20px;
  }

  .page-margin a{

      border-bottom: #fff solid 1px !important;

  }


.close-link {
  right: 20px !important;
  top: 20px !important;

}

#backbutton{
  top: 20px !important;
  left: 20px !important;
}



}
