* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.hidden {
  display: none !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
  clear: both;
  float: none;
  width: 0;
  height: 0; }


html {
  overflow: auto; 
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  }

body {
  margin: 0;
    height: 100%;
  overflow-y: hidden;
  /*background-image: url("../images/bg4.jpg");*/
  background-size: cover;

  font-family: Arial, sans-serif;
  font-family: 'Noto Sans', sans-serif;
  /*font-family: 'Open Sans', Helvetica, Arial;*/
  /*font-size: 14px; */
  
background-color:#5F646E;

    background: linear-gradient(to bottom, rgba(194,208,237,1) 0%,rgba(221,235,255,1) 57%,rgb(208, 208, 208) 60%,rgb(226, 226, 226) 63%,rgb(114, 114, 114) 100%);
  font-size:12px;
  background-attachment: fixed;

  
}
h2{

}  
#canvas{
width:auto;
height:auto;
cursor: pointer;
}
.formtableleft{
width:100%;
}
#info{

background-color:#ffffff;
width:450px;

padding:20px;

position:fixed;
margin-left:50%;
left:-150px;
margin-top:15%;
text-align: center;

-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;

line-height: 25px;
z-index:1000;
}
.closebtn{
position:absolute:
margin-right:10px;
font-size:18px;
margin:10px;
}

a{
	color:#ffffff;
}
a:visited{
	color:#ffffff;
}
.hide{
	visibility:hidden;
	display:none
}
td{
/*padding:5px;*/
/*padding-top:3px;*/
border-collapse: collapse;
}
.roofsel{
	height:50px;
	border-radius:3px!important;
}
.thumbnail{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
float:left;
margin-right:5px;
}
.thumbnail img{
height:10px;
/*margin-left: 12px;*/
}
#pic{
width:100%;
min-height:100%;
position:absolute;
z-index:3200;
background-color: rgba(255,255,255,0.95);
}

.logo{

margin:0;
padding:0;
width:400px;
height:74px;
position:relative;
z-index:-1;

}
#pic img{
margin-top:20px;


}
#screenshot{
padding:10px;

}
.shot{
padding:10px;
text-align:right;
page-break-after: always;
page-break-inside: avoid;
margin-bottom:50px;
background-color: #DBDBDB;

/*-webkit-box-shadow: inset 0px 0px 0px 5px rgba(10,77,201,1);
-moz-box-shadow: inset 0px 0px 0px 5px rgba(10,77,201,1);
box-shadow: inset 0px 0px 0px 5px rgba(10,77,201,1);*/
}

#main{
//position:fixed;
height:100%;
}
#engine{
height:100%;
position:fixed;
z-index:10;
    top: 0;
    left: 0;
    
}
.img-engine{
	position:fixed;
	width:1000px;
	height:412px;
	z-index:12000;
	left:0;
	top:0;
	display:none;

}
.disablemouse{
	pointer-events: none;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.enablemouse{
	pointer-events: auto;
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1000; 
  display: inline-block;
width: 200px;
  }

#client-logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1000; }
  #client-logo img {
    width: 200px; 
    }
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none; }

.fa:hover{
  	color:#ffffff;
}
.bluegrad{
	background: rgb(188, 225, 255); 
	background: -moz-linear-gradient(top,  rgba(188, 225, 255,1) 0%, rgba(79,133,187,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188, 225, 255,1)), color-stop(100%,rgba(79,133,187,1)));
	background: -webkit-linear-gradient(top,  rgba(188, 225, 255,1) 0%,rgba(79,133,187,1) 100%);
	background: -o-linear-gradient(top,  rgba(188, 225, 255,1) 0%,rgba(79,133,187,1) 100%);
	background: -ms-linear-gradient(top,  rgba(188, 225, 255,1) 0%,rgba(79,133,187,1) 100%);
	background: linear-gradient(to bottom,  rgba(188, 225, 255,1) 0%,rgba(79,133,187,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76baf2', endColorstr='#4f85bb',GradientType=0 );


}
#tools {
  position: absolute;
  width: 200px;
  z-index: 2100;
  margin-top: 50px;
  margin-left: 100px; 
  
  }
  .ico {
  
 
  
 	background: rgb(255,255,255); 
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(189, 189, 189,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(189, 189, 189,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(189, 189, 189,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(189, 189, 189,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(189, 189, 189,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(189, 189, 189,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76baf2', endColorstr='#4f85bb',GradientType=0 );




    /* W3C */
   
   // border: 1px solid #414141;
    color: #000000;
    
    -moz-box-shadow: inset 0px 1px 0px 0px #eeeeee;
    -webkit-box-shadow: inset 0px 1px 0px 0px #eeeeee;
    box-shadow: inset 0px 1px 0px 0px #eeeeee;
    
    font-size: 18px;
    font-weight: normal;
    padding: 8px 11px;
    /*height: auto;*/
    /*position: absolute;*/
   /* margin:3px;*/
    /*margin-left: 30px;*/

    width: 45px;
    height:40px;
    text-align: center;
    float: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    
     -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.5);
	
    
    }
  .icoleft{
  	-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
  }
  .icoright{
  	-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
  }
  #tools .icoActive {
    -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
    box-shadow: inset 0px 1px 0px 0px #caefab;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #51a20f));
    background: -moz-linear-gradient(center top, #77d42a 5%, #51a20f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#51a20f');
    background-color: #77d42a;
    position: absolute;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #414141;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 10px;
    height: auto;
    margin-left: 30px;
    margin-top: 0px;
    width: auto;
    text-align: center;
    float: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
#apu{
border-top: 1px black;
font-size: 8px;

}
.vico{
  height: 40px;
  width: auto;
  line-height: 40px;
float:left;
padding:0;
position: relative;
/*margin:2px;*/
padding-left:10px;
padding-right:10px;
}
.views{
width:250px;
height:auto;
left:0px;
position:fixed;
bottom:0px;
padding:10px;
}
.navibg{
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
				position:absolute;
		width:820px;

		background-color:#ffffff;
		margin-top:-22px;
		margin-left:-25px;
		
		-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;

background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

}
.shadow{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

}
.lines{
		background-image: url('../images/lines.jpg');
  		background-repeat: repeat-x;
  		background-position:bottom; 

}
.red{
color:#ff0000;
border: solid 1px #ff0000;
}
.grey{

background: linear-gradient(to bottom,  rgba(0, 0, 0, 0.2) 0%,rgba(255,255,255,0) 100%);



}
#infosent{
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */


padding:20px;
padding-top:50px;
padding-right:0;
width:50%;
left: 50%;
margin-left: -25%;
height:70%;
position:absolute;
line-height: 40px;
text-align:center;
}

.okbtn {
	-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;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;

	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;

	padding-left:10px;
	padding-right:10px;

	text-align:center;
	text-shadow:0px 1px 0px #000000;
}
.okbtn:hover {
	
}.okbtn:active {
	position:relative;
	top:1px;
}

#controller_elements .controller-set {
  width: 850px;
  left: 50%;
  margin-left: -425px;
  border-top: solid 1px #dddddd;
  /*margin-top: 5px !important;*/ 
}
#freeheight{
margin-left:10px;
}

.sendBtn {
	background-color:#12b53d;
	-moz-border-radius:23px;
	-webkit-border-radius:23px;
	border-radius:23px;
	border:2px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	
	font-size:16px;
	padding:2px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;

	margin-left:-20px;
}
.sendBtn:hover {
	background-color:#5cbf2a;
}
.sendBtn:active {
	position:relative;
	top:1px;
}
#nowebgl{
padding:20px;
z-index:300;
position:absolute;
left:50%;
margin-left:-300px;
top:100px;
width:600px;
height:450px;
background:#ffffff;
line-height:25px;
}

.sbutton {
  
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 0.1em 0 rgba(255, 255, 255, 0.5);
  display: inline-block;
  outline: none;
  cursor: pointer;
  padding: 0.4em 0.5em 0.5em;
  -moz-border-radius: 0em;
  -webkit-border-radius: 0em;
  border-radius: 0em;
  border: 1px solid;
  border-color: #bbbbbb #a2a2a2 #888888;
  background-color: #eee;
  background-image: -moz-linear-gradient(#eeeeee, #d4d4d4);
  background-image: -webkit-linear-gradient(#eeeeee, #d4d4d4);
  background-image: linear-gradient(#eeeeee, #d4d4d4);
 
 
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  
  margin:5px;

}
.sbutton:hover {
  -moz-box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.2), 0 0.1em 0.2em rgba(0, 0, 0, 0.2), 0 -0.1em 0.07em rgba(0, 0, 0, 0.3) inset, 0 0.1em 0.07em rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.2), 0 0.1em 0.2em rgba(0, 0, 0, 0.2), 0 -0.1em 0.07em rgba(0, 0, 0, 0.3) inset, 0 0.1em 0.07em rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.2), 0 0.1em 0.2em rgba(0, 0, 0, 0.2), 0 -0.1em 0.07em rgba(0, 0, 0, 0.3) inset, 0 0.1em 0.07em rgba(255, 255, 255, 0.2) inset;
}
.sbutton:active {
 
  
  border-color: #a2a2a2 #bbbbbb #eee;
  background-image: -moz-linear-gradient(#e1e1e1, #eeeeee);
  background-image: -webkit-linear-gradient(#e1e1e1, #eeeeee);
  background-image: linear-gradient(#e1e1e1, #eeeeee);
  -moz-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1) inset, 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset, -0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1) inset, 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset, -0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1) inset, 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset, -0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset;
  -moz-transition: all 5ms;
  -o-transition: all 5ms;
  -webkit-transition: all 5ms;
  transition: all 5ms;
}


.button {
  
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 0.1em 0 rgba(255, 255, 255, 0.5);
  display: inline-block;
  outline: none;
  cursor: pointer;

  border: 1px solid;
  border-color: #bbbbbb #a2a2a2 #888888;
  background-color: #eee;
  background-image: -moz-linear-gradient(#eeeeee, #d4d4d4);
  background-image: -webkit-linear-gradient(#eeeeee, #d4d4d4);
  background-image: linear-gradient(#eeeeee, #d4d4d4);
 
  border-radius: 3px;

padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 3px;
 
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  -webkit-transition: all 100ms;
  transition: all 100ms;

}
.button:hover {
  -moz-box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.2), 0 0.1em 0.2em rgba(0, 0, 0, 0.2), 0 -0.1em 0.07em rgba(0, 0, 0, 0.3) inset, 0 0.1em 0.07em rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.2), 0 0.1em 0.2em rgba(0, 0, 0, 0.2), 0 -0.1em 0.07em rgba(0, 0, 0, 0.3) inset, 0 0.1em 0.07em rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.2), 0 0.1em 0.2em rgba(0, 0, 0, 0.2), 0 -0.1em 0.07em rgba(0, 0, 0, 0.3) inset, 0 0.1em 0.07em rgba(255, 255, 255, 0.2) inset;
}
.button:active {
 
  
  border-color: #a2a2a2 #bbbbbb #eee;
  background-image: -moz-linear-gradient(#e1e1e1, #eeeeee);
  background-image: -webkit-linear-gradient(#e1e1e1, #eeeeee);
  background-image: linear-gradient(#e1e1e1, #eeeeee);
  -moz-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1) inset, 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset, -0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1) inset, 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset, -0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1) inset, 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset, -0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset;
  -moz-transition: all 5ms;
  -o-transition: all 5ms;
  -webkit-transition: all 5ms;
  transition: all 5ms;
}
.green{
background: #d2ff52; /* Old browsers */
background: -moz-linear-gradient(top,  #d2ff52 0%, #91e842 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d2ff52 0%,#91e842 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); /* IE6-9 */

}
.continue{


}
.controller{
padding-bottom:10px;
/*height: 50px;*/
line-height: 50px;
}
.grad{
width:100%;
height:100%;
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
position:fixed;
z-index:-2;


background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  
    -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.bgrad{
background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 64%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(64%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 64%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 64%,rgba(0,0,0,0.3) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 64%,rgba(0,0,0,0.3) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 64%,rgba(0,0,0,0.3) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

width:100%;
height:100%;
position:fixed;
z-index:-1;

 -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  
      -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.notouch{
 -webkit-touch-callout: none;
    -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.noborder{
background-color: transparent;
    border: 0px solid;
   
   
}
@media print {
    .shot {page-break-after: always;}
}
.inactive{
	pointer-events: none;
	opacity: 0.5;
}
