@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/* [disabled]font-size: 100%; */
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	height: 100%;
}
body {
	line-height:1;
	background-image: url(../Images/bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	overflow: auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.earth-bg{
	background-image:url(../Images/earth.png);
	position:fixed;
	background-size:cover;
	width:100%;
	height:100%;
	background-position:bottom;
	z-index:-1;
	margin-top:50px;
}
.wrapper{
	height: 100%;
}
.header {
    color: white;
    position: absolute;
    right: 20px;
    text-align: end;
    top: 10px;
}
.top {
	height: 100%;
	text-align: center;
	position:relative;
}

a:link {
    color:white;
	text-decoration:none;
}

/* visited link */
a:visited {
    color:white;
}

/* mouse over link */
a:hover {
    color:rgb(114, 234, 235);
}

/* selected link */
a:active {
    color: yellow;
} 

.banner {
	background: rgba(0, 0, 0, 0) url("../Images/banner.png") no-repeat scroll center 69% / 70% auto;
	height: 100%;
	text-align: center;
}
.container {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}
.logo {
	margin-top: 1%;
	height: 30%;
}
.logo img{
	height: 100%;
}
.text {
	margin-top: 1%;
	color: white;
	height: 13%;
	font-size: 2em;
	font-family: 'Open Sans', sans-serif;
}
.text span{
	font-weight:200;
}
.downloadbutton img{
	margin-top: 20px;
}
.downloadbutton img:hover{
	opacity: 0.7;
}
.imgphone {
	margin-top: -170px;
	margin-bottom: -200px;
}
.imgdownload {
	margin-top: 20px;
}
.bottom {
	width: 100%;
}
.left {
	width: 55.833%;
	font-size: 35px;
	text-align: center;
	margin-top: 160px;
	float: left;
	color: #0ea3c8;
}
.right {
	width: 41.916%;
	float: left;
	color: white;
	background-color:rgba(2, 10, 19, 0.66);
	margin-top: 229px;
}
h3 {
	color: white;
	font-size: 18px;
	margin-top: 30px;
	text-align: center;
}
.screen {
	margin-top: 46px;
}

.downloadbutton{
	height: 13%;
	width: 100%;
	position: absolute;
	bottom: 35px;
}
h1{
	font-weight:100;
}
h2 {
	padding-top: 35px;
	float: left;
	font-size: 30px;
	padding-left: 40px;
	padding-right: 40px;
}
p {
	font-size: 14px;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	clear: both;
	line-height: 24px;
}
.btext {
	padding-top: 50px;
}
h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 30px;
}
h5{
	font-weight:bold;
}
.footer {
	float: left;
	text-align: center;
	width: 100%;
}
.footer img {
	margin-top: 140px;
	padding-left:30px;
}
.footer img:hover { 
	opacity: 0.7; 
}
.footertext{
	padding-top:26px;
	color:#FFF;
	font-size:12px;
	padding-bottom:26px;
}
.right ul {
	list-style-image: url(../Images/check.png);
	font-size: 14px;
	text-align: left;
	padding-left: 65px;
	padding-right: 40px;
}
.right li {
	padding-top: 15px;
}
.features .second {
	line-height: 20px;
}
.ssheader {
	padding-top: 65px;
}
.fea_icon {
	vertical-align: middle;
	padding-left: 30px;
}
.screen img{
	padding:20px 10px;
}
.screen img:hover{
	opacity:0.7;
}
.features .finallist {
	padding-bottom: 20px;
}
.text .semi_bold{
	font-weight:700;
}
.sample-window {
width: 350px;
padding: 5px;
border: 2px solid #186db4;
background-color: #fff;
display: none;
}
.plainmodal-close {
cursor: pointer;
}
.sample-window .plainmodal-close {
display: inline-block;
padding: 1px 3px;
color: #fff;
background-color: #224388;
}
.sample-window .plainmodal-close:hover {
background-color: #1f99e2;
}
#demo {
width: 480px;
padding: 20px 40px;
color: #fff;
background-image:url(../Images/im.png);
border-radius: 10px;
display: none;
font-size:12px;
line-height:20px;
font-family: 'Open Sans', sans-serif;
border-style: solid;
border-width: medium;
border-color:rgba(125, 181, 240, 0.49);
background-size:cover;
}
#demo:after { /* clearfix */
content: "";
clear: both;
display: block;
}
#demo p {
font-size: 18px;
}
#demo .sample-head {
margin: 0 0 15px;
font-size: 36px;
font-weight: bold;
}
#demo img {
float: left;
margin-right: 10px;
box-shadow: none;
}
#demo .plainmodal-close {
position: absolute;
width: 45px;
height: 30px;
right: 6px;
top: 9px;
background: url(../Images/close.png);
}
#demo .plainmodal-close:hover {
background-position: -45px 0;
background:url(../Images/closehover.png);
}


@media screen and (min-width:1336px){
#demo{
    height: 82%;
    overflow: hidden;
    padding: 2%;
    width: 50%;
}
.imgphone{
	margin-top:-145;
	margin-bottom:0;
	
}
}

@media screen and (max-width:1200px) {
img {
	max-width:100%;
	clear: both;
}
.container {
	max-width:100%;
}
.bottom{
	width:100%;
}
.right {
	width: 100%;
}
.top {
	width: 100%;
}
.left {
	width: 100%;
}
.text {
	width: 100%;
}
.footer {
	width: 100%;
}
.earth-bg{
	width:100%;
	}

/*.imgphone{
	margin-top:-175;
	margin-bottom:-200;
}*/
.header{
	width:100%;
}
#demo{
	max-width:100%;
	overflow:hidden;
}
}
@media screen and (min-width:800px){
#demo{
    height: 74%;
    overflow: hidden;
    padding: 2%;
    width: 76%;
}
.imgphone{
	margin-top:0;
	margin-bottom:0;
}
}
@media screen and (max-width:850px) and (min-height: 600px){
.banner {
	background: rgba(0, 0, 0, 0) url("../Images/banner.png") no-repeat scroll center 69% / 100% auto;
}
}
@media screen and (max-width:550px) and (min-height: 600px){
.banner {
	background: rgba(0, 0, 0, 0) url("../Images/banner.png") no-repeat scroll center 69% / 130% auto;
}
}
@media screen and (max-width:550px) and (man-height: 400px){
.banner {
	background: rgba(0, 0, 0, 0) url("../Images/banner.png") no-repeat scroll center 69% / 100% auto;
}
}
@media screen and (min-width:320px) and (max-width:799px) {
.imgphone{
	margin-top:0;
	margin-bottom:0;
}
#demo{
	width:70%;
	overflow:scroll;
	height:80%;
	padding:5%;
}
.left{
	margin-top:100px;
}
.right{
	margin-top:100px;
}
.footer img{
	padding-left:0px;
}
.footertext{
	width:100%;
}
}
