*{
	margin:0;
	padding:0;
}



::-webkit-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.7);
  border-radius:5px;
}



html, body {
	-ms-content-zooming: none;
	touch-action: none;
	background-color: white;
	font-family: HelveticaNeueLTStdBoldCondensed, Arial, Helvetica, sans-serif;
	color:#606771;
}

#hidden_res {
	display:none;
}

#BodyContent {
	position: relative;
	width: 1920px;
	height: 964px;
	cursor:default;
}


#centerCont {
	position: absolute;
	width:464px;
	height:856px;
	left:728px;
	top:57px;
	background:black;

	border:1px solid black;
}

#centerVignetting {
	position: absolute;
	width:100%;
	height:100%;
	z-index: 60;
}

img#centerVignetting {
	top: 0px;
	left: 0px;
}

#rendererCanvas{
	position: absolute;
	display: block;
	width:464px;
	height:696px;
	top:0px;
	left:0px;
	z-index: 10;
}

#centerFaceZone {
	position: absolute;
	width:464px;
	height:464px;
	margin: 85px 0px;
	z-index: 50;
	-moz-user-select:none;
	-webkit-user-select:none;
	pointer-events:none;
}

#videoCont {
	position: absolute;
	/*overflow: hidden; */
	display:block;
	width:464px;
	height:696px;
	top:0px;
	left:0px;
	background:black;
	z-index:4;
}

#videoCont p{
    font-size:1.2em;
    background:rgba(255,255,255, 0.8);
	z-index:10;
	width:100%;
	height:40px;
	text-align:center;
	vertical-align:middle;
}


#webcam {
	width:640px;
	height:480px;
	margin: 0px;
	padding :0px;
	/* display:none; */
	top:0px;
	left:696px;
}

#helpVideo {
	position:absolute;
	width:320px;
	height:480px;
	margin: 0px;
	padding :0px;
	display:block;
	top:0px;
	left:0px;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-moz-transform: scale(1.45);
	-webkit-transform: scale(1.45);
	-o-transform: scale(1.45);
	transform: scale(1.45);
	z-index: 20;
}

#centerBottomCont {
	position: absolute;
	left: 0px;
	top:696px;
	color:#606771;
	display:block;
	width:464px;
	height:160px;
	background:white;
}

#waitingCont {
	position:relative;
	width:100%;
	height:100%;
	z-index:11;
}

#waitText{
    position:relative;
    top:50px;
	width:100%;
	text-align:center;
	font-size:2em;
}

#startText{
    font-size:0.8em;
}

#infosCont {
	position:relative;
	width:100%;
	height:100%;
}

@keyframes StartPump {
    0%   {
    	width: 128px;
		height: 128px;
		bottom: 17px;
		left: 164px;
    	}
    100%  {
    	width: 134px;
		height: 134px;
		bottom: 14px;
		left: 161px;
    	}
}







#LeftColumn{
	position: absolute;
	left: 0px;
	top: 90px;
	width:720px;
	text-align:center;
}

#boothInfos {
	margin-top:10px;
	margin-left:10%;
	margin-bottom:0px;
	width:80%;
	vertical-align: middle;
	vertical-align: middle;
}

#boothInfos p{
	margin-top:30px;
}

#storeName{
	font-size:2.1em;
	line-height:1em ;
}

#storeAddress{
	font-size: 1.2em;
	line-height: 1.8em;
}

#storePhone{
	font-size: 1.2em;
}

#storePhone img{
	width:18px;
	height:18px;
}


#ipdSelectCont{
	margin-top:30px;
}

#ipdSelectCont label{
	font-size: 1.4em;
	color:#606771;
}

#ipdSelect{
	height:40px;
	width:80px;
	margin-top:10px;
	font-size: 1.4em;
	background:white;
	color:#606771;
	text-align:center;
}


#camSelectCont{
	position:absolute;
	width:464px;
	height:50px;
	left:728px;
	top:10px;
	text-align:center;
	z-index:30;
}

#camSelect{
	height:40px;
	/*width:80px;*/
	font-size: 0.7em;
	background:white;
	color:#606771;
	text-align:center;
}

#camSelect label{
	font-size: 1.4em;
	color:#606771;
}



#waiting{
	position:absolute;
	width: 128px;
	height: 128px;
	bottom: 17px;
	left: 164px;
	z-index:3;
	animation-name: StartPump;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

#centerGlassesMark {
	position: absolute;
	left:5px;
	top:40px;
	color:#606771;
	z-index:4;
	font-size:2.8em;
	width:454px;
	line-height:40px ;
	text-align:center;
}

#centerGlassesModel {
	position:absolute;
	bottom: 7px;
	right: 7px;
	z-index:6;
	font-size: 1.4em;
}

#centerGlassesPrice {
	font-size: 1.6em;
	width: 150px;
	position:absolute;
	right: 10px;
	top:5px;
	z-index:9;
	text-align:right;
}

#snapCountdown {
	position:absolute;
	width: 350px;
	height: 350px;
	top: 146px;
	left: 58px;
	z-index:20;
	opacity:0.75;
}


#priceSelectCont{
	position:absolute;
	top:80px;
	right:94px;
	width:515px;
	height:60px;
	display:none;
}

#priceSelectCont p{
	display:block;
	float:left;
	width:230px;
	font-size: 2.0em;
	margin-left: -4px;
	margin-top: 12px;
	color:#606771;
}


#priceSelect {
	float: right;
	height:40px;
	width:250px;
	margin-top:10px;
	font-size: 1.4em;
	background:white;
	color:#606771;
}

#priceSelect option{
	font-size: 1em;
	background:white;
	color:#606771;
}

#mentionPrice{
	font-size:0.9em;
	position:absolute;
	top:140px;
	right:85px;
	width:525px;
}


#prevnext {
	position:absolute;
	top: 826px;
	width:515px;
	right:94px;
	height:64px;
	display:none;
	z-index:200;
}

#pagination{
	position:absolute;
	top:10px;
	left:205px;
	width:150px;
	font-size:2em;
	text-align:center;
	z-index:201;
}

#prev {
	float:left;
	width:60px;
	height:60px;
	margin-top:2px;
	margin-left:0px;
	-webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#prev:hover {
	width:64px;
	height:64px;
	margin-top:0px;
	margin-left:-4px;
}

#next {
	float:right;
	width:60px;
	height:60px;
	margin-top:2px;
	margin-right:0px;
	-webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#next:hover {
	width:64px;
	height:64px;
	margin-top:0px;
	margin-right:-4px;
}





.noselect {
	-webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events:none;
}

.selected {
	border:2px solid #606771 !important;
    /*opacity:1;*/
}

.unselected {
    border:2px solid white !important;
   /* opacity:0.2;*/
}

.enabled {
	opacity:1;
}

.disabled {
   opacity:0.5;
}


.blendMultiply{
	mix-blend-mode: multiply;
	-moz-shadow-blend-mode: multiply;
	-webkit-shadow-blend-mode: multiply;
	background-blend-mode: multiply;
}

/** GlassesList **/


#startContent .startImg{
	position:relative;
	display:block;
	width:100%;
	height:191px;
	margin-top:10px;
	margin-bottom:17px;
}

#initProgress {
	text-align:center;
	margin-top:50px;
	font-size:2.3em;
	font-family:ColaborateThin, Verdana,sans-serif;
}


#startContent {
	position:absolute;
	width:515px;
	top:161px;
	right:94px;
	z-index:10;
}

#glassesList {
	position:absolute;
	top:147px;
	overflow:auto;
	display:none;
	z-index:5;
	overflow-y: auto;
  	overflow-x: visible;
	width:548px;
	right:72px;
	height:660px;
	padding-bottom:0px;
	padding-top:10px;
}


#glassesListCompoTop {
	z-index:100;
	position:fixed;
	top:148px;
	left:1295px;
	width:560px;
	height:20px;
	background:url("../img/VirtualTry_AlphaTop.png");
	background-size:100% 100%;

}
#glassesListCompoBottom {
	z-index:100;
	position:fixed;
	top:817px;
	left:1295px;
	width:560px;
	height:14px;
	background:url("../img/VirtualTry_AlphaBottom.png");
	background-size:100% 100%;
}

#glassesList a{
	position:relative;
	left:10px;
	width:514px;
	height:191px;
	z-index:23;
	display:block;
	margin-top:7px;
	isolation: isolate;
}


#glassesList .canvasCont{
	position:relative;
	margin:auto;
	width:100%;
	height:128px;
	background:white;
}

#glassesList .glassesInfos{
	position:relative;
	bottom:0px;
	width:513px;
	height:61px;
}

#glassesList canvas{
	position:relative;
	margin:auto;
	spadding: 0;
    display: block;
    width:256px;
	height:100%;
}

#glassesList .mark{
	position:relative;
	top:6px;
	padding-left:12px;
	text-align:left;
	z-index:25;
	font-size: 1.9em;
	color:white;
}

#glassesList .model{
	position:absolute;
	bottom:5px;
	right:7px;
	width:;
	text-align:right;
	z-index:27;
	font-size: 1.0em;
	color:white;
}

#glassesList .price{
	position:absolute;
	top:5px;
	right:5px;
	height:50px;
	text-align:left;
	font-size: 1.5em;
	z-index:26;
	color: #606771;
	font-family: Verdana;
	font-weight: normal;
}


.notLast{
	margin-bottom:23px;
}

.dropShadow {
/*border:1px solid rgba(226,226,234,0.3);
	-webkit-box-shadow:1px 2px 6px 3px rgba(0,0,0,0.6);
  	-moz-box-shadow:1px 2px 6px 3px rgba(0,0,0,0.6);
  	box-shadow:1px 2px 6px 3px rgba(0,0,0,0.6);*/
}

.bg1{
	background:#890562;
}

.bg2{
	background:#1d8fc8;
}

.bg3{
	background:#99b40c;
}
