@charset "UTF-8";
@font-face {
    font-family: 'Open Sans';
    src: url('../../../css/fonts/open_sans_light-webfont.eot');
    src: url('../../../css/fonts/open_sans_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../css/fonts/open_sans_light-webfont.woff2') format('woff2'),
         url('../../../css/fonts/open_sans_light-webfont.woff') format('woff'),
         url('../../../css/fonts/open_sans_light-webfont.ttf') format('truetype'),
         url('../../../css/fonts/open_sans_light-webfont.svg#webfontregular') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../../../css/fonts/open_sans_light_italic-webfont.eot');
    src: url('../../../css/fonts/open_sans_light_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../css/fonts/open_sans_light_italic-webfont.woff2') format('woff2'),
         url('../../../css/fonts/open_sans_light_italic-webfont.woff') format('woff'),
         url('../../../css/fonts/open_sans_light_italic-webfont.ttf') format('truetype'),
         url('../../../css/fonts/open_sans_light_italic-webfont.svg#webfontregular') format('svg');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../../../css/fonts/open_sans_bold-webfont.eot');
    src: url('../../../css/fonts/open_sans_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../css/fonts/open_sans_bold-webfont.woff2') format('woff2'),
         url('../../../css/fonts/open_sans_bold-webfont.woff') format('woff'),
         url('../../../css/fonts/open_sans_bold-webfont.ttf') format('truetype'),
         url('../../../css/fonts/open_sans_bold-webfont.svg#webfontregular') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../../../css/fonts/open_sans_semibold-webfont.eot');
    src: url('../../../css/fonts/open_sans_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../css/fonts/open_sans_semibold-webfont.woff2') format('woff2'),
         url('../../../css/fonts/open_sans_semibold-webfont.woff') format('woff'),
         url('../../../css/fonts/open_sans_semibold-webfont.ttf') format('truetype'),
         url('../../../css/fonts/open_sans_semibold-webfont.svg#webfontregular') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../../../css/fonts/open_sans_italic-webfont.eot');
    src: url('../../../css/fonts/open_sans_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../css/fonts/open_sans_italic-webfont.woff2') format('woff2'),
         url('../../../css/fonts/open_sans_italic-webfont.woff') format('woff'),
         url('../../../css/fonts/open_sans_italic-webfont.ttf') format('truetype'),
         url('../../../css/fonts/open_sans_italic-webfont.svg#webfontregular') format('svg');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../../../css/fonts/open_sans_normal-webfont.eot');
    src: url('../../../css/fonts/open_sans_normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../css/fonts/open_sans_normal-webfont.woff2') format('woff2'),
         url('../../../css/fonts/open_sans_normal-webfont.woff') format('woff'),
         url('../../../css/fonts/open_sans_normal-webfont.ttf') format('truetype'),
         url('../../../css/fonts/open_sans_normal-webfont.svg#webfontregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
html {
	overflow:auto;
	width:100%;
}
body {
	/*font-family:Arial,"Helvetica Neue",  Helvetica, sans-serif;*/
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:400;	
	-webkit-text-stroke: 1px rgba(0,0,0,0.1);
	/*text-shadow: #fff 0px 1px 1px;*/	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);	
	font-smoothing: antialiased;
 	background-color:#333;
	color: #333;
	overflow-x: auto;
	overflow-y: auto;
	margin-top: 0px; 
	border: none;
	/*width:100%;*/
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none; 
	-ms-touch-action: none;
	-webkit-tap-highlight-color: transparent; /*Prevents blue hilte box on touch*/
	touch-action: manipulation; /*manipulation*/;
}
.ui-focus,.ui-btn:focus {
 -moz-box-shadow: none !important;
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.containerW{
	background-color: 999999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0%;
	clear: none;
	float: none;
	width: 960px;
	height: 640px;
	/*transition:width 1s;*/
	position: relative;
	
}
.scrollable {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	-webkit-overflow-scrolling:touch;
}

#pageH{
	left: 0px;
	width: 960px !important;
	height: 640px !important;
	overflow: hidden;
	display:none;
	/*z-index:2000 !important;*/
	/*touch-action: none; Prevents window scrolling on touch
	touch-action: manipulation;*/
}
#loadBg{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0%;
	width: 960px;
	height: 640px;
	position: relative;
	pointer-events: none;
}
#loadMsg{
	position: absolute;
    top: 245px;
    left: 310px;
	widows: auto;
	background-color: #333;
	padding: 5px 10px;
	text-align: center;
	color: white;
	font-weight: 600;
	-moz-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	pointer-events: none;
}
#info {
	display: block;
	position: absolute;
	text-align: center;
	font-size: 16px;
	top: 455px;
	left: 730px;
	color: #6b754d;
	height: 44px;
	width: 195px;
}
#slideHolder{
	display: block;
	position: absolute;
    top: 0px;
    left: 0px;
	touch-action: none;
	-ms-touch-action: none;
}
#slideHolderV{
	display: none;
	position: absolute;
    top: 0px;
    left: 0px;
	touch-action: none;
	-ms-touch-action: none;
}
#shell{
	position: absolute;
	left: 0px;
	width: 960px !important;
	height: 640px !important;
	/*z-index:2000 !important;*/
	background: none;
	overflow: hidden;
	right: 0px;
	top: 0px;
	bottom: 0px;
	border:none;
	margin:0px;
	padding:0px;
	
	}
#backgroundImg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	opacity: 1;
	/*pointer-events: none;*/
}
#grid{
	display: none;
	position: absolute;
	top: 49px;
	left: 279px;
}
#gridBtn{
	display: block;
	position: absolute;
	top: 49px;
	left: 635px;
	width:39px;
	height:39px;
	-moz-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	border: 1px solid #6b754d;
	background-color:#EFEFEF;
	opacity: 0;
	cursor: pointer;
}
#gridKey{
	display: none;
	position: absolute;
	top: 49px;
	left: 279px;
}
#gridKeyTxt{
	display: block;
	position: absolute;
	top: 0px;
	left: 33px;
	font-size: 12px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 500;
}
#fovTarget{		
	opacity: 0;
	cursor: move;
	touch-action: none; /*Prevents window scrolling on touch*/
}
#fov{
	display: block;
	position: absolute;
	top: 49px;
	left: 279px;
	width: 403px;
	height: 403px;
	opacity: 0;
	touch-action: none; /*Prevents window scrolling on touch*/
}
.textArea {
	display: block;
	position: absolute;
	/*top: 482px;
	bottom: 86px;
	left: 25px;
	width: 702px;*/
	line-height: 21px;
	font-size: 16px;
	font-family: 'Open Sans', Arial, sanstextArea-serif;
	font-weight: 400;
}
#vidControls{
	display: block;
	position: absolute;
	top: 460px;
	left: 279px;
	width: 403px;
	height: 30px;
	opacity: 0.3;
}
#vidBar{
	display: block;
	position: relative;
	top: 10px;
	left: 51px;
	width: 299px;
	height: 4px;	
	background-color: #666;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#vidBtn{
	cursor:no-drop;
    position: absolute;
    top: -5px;
    left: 12px;
    opacity: 1;
    height: 32px;
    width: 32px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background-color: #EFEFEF;
	border: 1px solid #666;
}
#vidPlay{
	display: block;
	position: relative;
	top: 6px;
	left: 11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 14px;
	border-color: transparent transparent transparent #666;
}
.vidBar{
	display: block;
	position: relative;
	width: 6px;
	height: 18px;
	background-color: #666;
}
#vidBar2{
	display: inline block;
	position: relative;
	left:8px;
	top:-18px;
}
#vidPause{
	display: inline block;
	position: relative;
	visibility: hidden;
	top: -13px;
	left: 9px;
	width:24px;
	height: 30px;
}
#vidKnob{
	display: block;
	position: relative;
	top: -8px;
	left: 49px;
	width: 30px;
	height: 30px;
	background-color: #777;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,5e5e5e+100 */
	background: #cccccc; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #cccccc 0%, #5e5e5e 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #cccccc 0%,#5e5e5e 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #cccccc 0%,#5e5e5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#5e5e5e',GradientType=1 );
	cursor:pointer;
	touch-action:none;
}
.drop-shadow {
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
}
.btn{
	position: absolute;
	display: block;
	margin-top: 0px;
	-moz-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	background-color:#EFEFEF;
	width: 120px;
	height: 30px;
	left: 80px;
	top: 150px;
	border: 1px solid #6b754d;
	cursor:pointer;
}
.btnE{
	position: absolute;
	display: block;
	margin-top: 0px;
	-moz-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	background-color:#EFEFEF;
	width: 120px;
	height: 30px;
	left: 80px;
	top: 150px;
	border: 1px solid #6b754d;
	cursor:pointer;
}
#medBtn{
	top: 250px;
}
#highBtn{
	top: 350px;
}
.btnTxt{
	position:relative;
	display: block;
	text-align: center;
	font-weight: 600;
	color: #6b754d;
	font-size: 18px;
	top:3px;
}
.mediaBtn{
	display: block;
	position: absolute;
	/*top: 50px;
	left: 735px;background-color: #626756;*/
	width: 50px;
	height: 40px;
	cursor:pointer;
}
.mediaBtnH{
	display: none;
	position: absolute;
	width: 44px;
	height: 34px;
	background-color: #abbb9e;
	border: 3px solid #3c3;
	opacity: 0.5;
	pointer-events: none;
}
#selectedBtnH{
	display: block;
	position: absolute;
	width: 46px;
	height: 36px;
	left:735px;
	top:50px;
	border: 2px solid #3c3;
	pointer-events: none;
}
.slideIcon{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width:50px;
	height:40px;
	pointer-events: none;
}
.kingCircle{
	display: none;
	position: absolute;
	top: 2px;
	left: 2px;
	width:10px;
	height:10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: 2px solid #EFEFEF;
	background-color:#426140;
	pointer-events: none;
}
.check{
	display: none;
	position: absolute;
	top: -4px;
	left: 35px;
	pointer-events: none;
}
#radioSet{
	position: absolute;
	display: block;
	top:510px;
	left:220px;
	width:520px;
	/*background-color: aqua;*/
}
.rb{
	position: relative;
	display:inline-block;
	cursor: pointer;
	width: 100px;
	height:18px;
	padding-top:2px;
	/*background-color: red;*/
	
}
.rbTxt{
	position: absolute;
	display: block;
	left:20px;
	width:80px;
	top:-2px;
	font-size: 14px;
	
}
.rbDot{
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	background-color: #EFEFEF;
	border: 1px solid #426140;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.selectDot{
	position: absolute;
	display: block;
	visibility: hidden;
	width: 10px;
	height: 10px;
	background-color: #426140;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top:2px;
	left:2px;
}
.cbDiv {
	display: inline-block;
	position: relative;
	left: 0px;
	top: 0px;
	width:150px;
	height:18px;
	margin: 5px 5px 2px 0;
	cursor: pointer;
	/*background-color:#F7CFD0;*/
}
.checkBoxOLD {
	display: inline-block;
	position: relative;
	left: 0px;
	top: -1px;
	pointer-events: none;
	/*background-color:#F7CFD0;*/
}
.cbText {
	display: inline-block;
	position: relsative;
	width:140px;
	width:auto;
	font-size: 13px;
	left:0px;
	top:0px;
	text-align:left;
	/*background-color:#ccc;
	letter-spacing: -.2px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;*/
	font-family: 'Open Sans', Arial, sans-serif;
}
#boxArea {
	display: inline-block;
	position: relative;
	width:930px;
	left:32px;
	top:540px;
}
.checkBox{
    display: inline-block;
	position: relative;
	width:12px;
    height:12px;
    top:2px;
    border-radius: 2px;
    margin:0 3px;
    background-color:#EFEFEF;
    border: 1px solid #777;
}
 .checkmark{
     display: none;
	 position: absolute;
     width:15px;
	 height:16px;
     height:14px;
     left:4px;
     top:1px;
     font-family: sans-serif;
     font-weight: 600;
}
#exitBtn {
	display: block;
	position: absolute;
	width:80px;
	left:840px;
	top:2px;
	height:27px;
}
#dimBox{
    display: block;
    position: absolute;
    top: 255px;
    left: 760px;
    height: 30px;
    font-size: 32px;
    color: #600;
    font-weight: 600;
    width: 160px;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none; 
    -ms-touch-action: none;
    cursor: default;
    pointer-events: none;
	z-index: 1;
}
#getIt{
    position:relative;
    margin:auto;
    width:940px;
    color:white;
    font-weight: 600;
    text-align:right;
}
a:-webkit-any-link {
    color: white;
    cursor: pointer;
    text-decoration: none;
}
a {
    color: white;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
	color: #97C218;
}