
body,html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Raleway, Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 12pt !important;
}

html {-webkit-font-smoothing: antialiased}

body {
	background-color: #000;
}

p {
	font-size: 14pt;
	font-weight: 400 !important;
}

a {
	color: white;
}

img {
	border: 0px;
}

.ho {
	color: #ff6922;
}

.fixed {
	position: fixed;
}

#header {
	position: fixed;
	z-index: 99999;
	height: 70px;
	background-color: #222;
	background-color: rgba(40,40,40,.85);
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	box-shadow: 0px 0px 40px rgba(0,0,0,.5);
}

.wc {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	position: relative;
}

#s1 {
	padding-top: 100px;
	padding-bottom: 0px;
	width: 100%;
	background-position: center;
	background-size: cover;
	text-align: center;
	/*min-height: 100%;*/
	box-sizing: border-box;
}

#s2 {
	padding-top: 69px;
	padding-bottom: 100px;	
	width: 100%;
	background-image: url(img/l2b.jpg);
	background-position: center;
	background-size: cover;
	text-align: left;
	border-top: 3px solid #222;
	box-sizing: border-box;
	/*border-bottom: 10px solid rgba(25,25,25,.3);*/
	/*box-shadow: 0px 10px 50px rgba(0,0,0,.9);*/
	position: relative;
	z-index: 50;
}

#s3 {
	padding-top: 69px;
	padding-bottom: 100px;	
	width: 100%;
	background-image: url(img/l1b.jpg);
	background-position: center;
	background-size: cover;
	text-align: left;
	border-top: 3px solid #222;
	box-sizing: border-box;
	/*border-bottom: 10px solid rgba(25,25,25,.3);*/
	/*box-shadow: 0px 10px 50px rgba(0,0,0,.9);*/
	position: relative;
	z-index: 40;
}

#s-demo {
	padding-top: 69px;
	padding-bottom: 100px;	
	width: 100%;
	background-color: #222;
	/*background-image: url(img/l4b.jpg);*/
	background-position: center;
	background-size: cover;
	text-align: left;
	border-top: 3px solid #222;
	box-sizing: border-box;
	/*border-bottom: 10px solid rgba(25,25,25,.3);*/
	box-shadow: 0px 10px 50px rgba(0,0,0,.9);
	position: relative;
}

#s4 {
	padding-top: 60px;
	padding-bottom: 80px;	
	width: 100%;
	background-color: #333;
	text-align: left;
	border-top: 3px solid #222;	
	box-sizing: border-box;
	box-shadow: 0px -10px 60px rgba(0,0,0,.9);
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
	background: -moz-linear-gradient(top,  #333,  #222);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222');
}

h1 {
	font-weight: 800;
	font-size: 40pt;
}

h3 {
	font-weight: 800;
	font-size: 20pt;
}

#top_logo {
	margin: 10px;
	height: 50px;
}

#devices {
	width: 400px;
}

.button2 {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14pt/100% Ubuntu, Arial, Helvetica, sans-serif;
	padding: 1em;
	text-shadow: 0 -1px 0px rgba(170,50,0,.9);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.4);
	font-weight: 600;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14pt/100% Ubuntu, Arial, Helvetica, sans-serif;
	padding: 1em 4em 1.05em;
	text-shadow: 0 -1px 0px rgba(170,50,0,.9);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.4);
	font-weight: 600;
}

.orange {
	color: #fef4e9;
	border: solid 1px #fa8c0c;
	background: #f75d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#fa791a), to(#f45a10));
	background: -moz-linear-gradient(top,  #fa791a,  #f45a10);
	background: -o-linear-gradient(top,  #fa791a,  #f45a10);
	background: linear-gradient(top,  #fa791a,  #f45a10);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa791a', endColorstr='#f45a10');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#fa690a), to(#f44a00));
	background: -moz-linear-gradient(top,  #fa690a,  #f44a00);
	background: -o-linear-gradient(top,  #fa690a,  #f44a00);
	background: linear-gradient(top,  #fa690a,  #f44a00);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa690a', endColorstr='#f44a00');
}

#top_menu {
	position: absolute;
	list-style: none;
	width: inherit;
	max-width: inherit;
	padding: 0px;
	margin: 26px 0px;
}

#top_menu li {
	display: block;
	float: right;
	margin-left: 10px;
	margin-right: 30px;
	text-transform: uppercase;
	cursor: pointer;
}

#top_menu li a {
	text-decoration: none;
	color: inherit;
	font-weight: 800;
}

.m1 {
	margin-top: 30px;
	margin-bottom: 30px;
}

#gfx1 {
	width: 500px;
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}

.section {
	position: relative;
	box-shadow: inset 0px 10px 50px rgba(0,0,0,.7);
	background-color: #333;
	background-color: rgba(0,0,0,.7);
	padding-top: 30px;
	padding-bottom: 30px;
	margin: -1px;
}

.hpad {
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
}

.bmargin {
	padding: 1px;
	margin-bottom: 60px;
}

.d {
	color: #666;
	color: rgba(255,255,255,.4)
}

#slider {
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;  
  -moz-user-select: none;     
  -ms-user-select: none;      
  -o-user-select: none;
  user-select: none;    
}

#slider img {
  -webkit-user-drag: none;
  -webkit-user-select: none;  
  -moz-user-select: none;     
  -ms-user-select: none;      
  -o-user-select: none;
  user-select: none;    	
}

#slider h3, .section h3 {
	margin: 0px;
	margin-bottom: 20px;
}

#video-container {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #333;
	background-image: url(img/l1.jpg);
        background-size: cover;
	background-position: center top;
}

.bgvid {
	position: relative;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 110%;
}

.dark_input {
	font-size: 14px;
	padding: 10px;
	min-width: 400px;
	background-color: #444;
	color: #fff;
	border: 0px;
}

.rmargin {
	margin-right: 10px;	
}

.lmargin {
	margin-left: 10px;
}000

#demo_progress_bar {
	line-height: 40px;
	overflow: hidden;
}

#demo_progress_bar span {
	float: right;
	margin-right: 20px;
	line-height: 40px;
}

#demo_uploading {
	font-size: 18px;
}

#demo_uploading img {
	vertical-align: middle;
	margin-right: 10px;
}

#demo_uploading #demo_uploading_info {
	margin-top: 20px;
	color: #999;
	font-size: 12px;
}
