@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	border:none;
	outline:none;
}
a{
	text-decoration:none;
	color:inherit;
}
ul, li{
	list-style-type:none;
}
img{
	display:block;
	overflow:hidden;
}
.spacer{
	clear:both;
	overflow:hidden;
	font-size:0;
	line-height:0;
	display:block;
}
body{
	font-family: 'HelveticaNeue';
	font-size:14px;
	line-height:20px;
	background-color: #6ecaed;
	color: #fff;
}
@font-face{
  font-family: 'HelveticaNeue-Medium';
  src: url('HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),  url('HelveticaNeue-Medium.otf')  format('opentype'),
	     url('HelveticaNeue-Medium.woff') format('woff'), url('HelveticaNeue-Medium.ttf')  format('truetype'), url('HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: 'HelveticaNeue-Light';
  src: url('HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),  url('HelveticaNeue-Light.otf')  format('opentype'),
	     url('HelveticaNeue-Light.woff') format('woff'), url('HelveticaNeue-Light.ttf')  format('truetype'), url('HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: 'HelveticaNeue-Bold';
  src: url('HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),  url('HelveticaNeue-Bold.otf')  format('opentype'),
	     url('HelveticaNeue-Bold.woff') format('woff'), url('HelveticaNeue-Bold.ttf')  format('truetype'), url('HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: 'HelveticaNeue';
  src: url('HelveticaNeue.eot?#iefix') format('embedded-opentype'),  url('HelveticaNeue.otf')  format('opentype'),
	     url('HelveticaNeue.woff') format('woff'), url('HelveticaNeue.ttf')  format('truetype'), url('HelveticaNeue.svg#HelveticaNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}


.wrapper{
	margin: 0 auto;
	display: block;
	background: #6ecaed;
	overflow: hidden;
	text-align: right;
	vertical-align: top;
}
.mobilephone{
	display: inline-block;
	overflow: hidden;
	float: none;
	margin-top: 63px;
	position: relative;
	text-align: left;
	vertical-align: bottom;
}
.mobilephone > img{
	overflow: hidden;
	display: block;
	width: auto;
	height: auto;
}
.screen{
	position: absolute;
	left: 28px;
	top: 94px;
	overflow: hidden;
}
.screen > img{
	width: 100%;
	height: auto;
}
.mobilephonetext{
	position: absolute;
	left: 5%;
	top: 20%;
	color: #fff;
}
.mobilephonetext > img{
	width: 12vw;
	height: auto;
}
.mobilephonetext > img.mobilelogo{
	width: 5vw;
	height: auto;
	margin-top: 2vw;
}
.mobilephonetext span{
	display: block;
	overflow: hidden;
	font-size: 2.5vw;
	line-height:3.5vw;
	padding-bottom: 1vw;
	font-family: 'HelveticaNeue-Light';
}
.leftbox{
	float: none;
	display: inline-block;
	margin-top: 98px;
	width: 500px;
	text-align: left;
	margin-right: 102px;
	vertical-align: top;
}
.transwhtbox{
	display: block;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.14);
	padding: 0 35px 55px;
	font-size: 30px;
	line-height: 37px;
	font-family: 'HelveticaNeue-Light';
}
.transwhtbox span{
	font-family: 'HelveticaNeue-Bold';
}
.transwhtbox .getapp{
	padding: 35px 0;
}
.mainlogo{
	display: block;
	margin: -40px auto 12px;
}
.learnmore{
	margin: 34px 0 0 38px;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	font-family: 'HelveticaNeue-Light';
	float: left;
}
.learnmore span{
	font-family: 'HelveticaNeue-Bold';
	letter-spacing: -3px;
}
.learnmore img{
    display: inline-block;
    width: 100px;
    height: auto;
}