body{
	margin:0;
	padding:0;
	overflow-y:hidden;
	line-height:normal;
}

ul{
	margin:0;
	padding:0;
	box-sizing:content-box;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

li{
	display:block;
	box-sizing:content-box;
}

:before,:after{
	box-sizing:content-box;
}

#sns_header{
	background-color:#ffffff;
	box-sizing:border-box;
	clear:both;
	color:rgb(88, 88, 88);
	display:block;
	font-family:"Open Sans", Arial, sans-serif;
	font-size:14px;
	height:130px;
	line-height:23.1px;
	position:relative;
	text-size-adjust:100%;
	width:100%;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	position:relative;
	z-index:9999;
	transition:transform 1s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	background-position:center center;
	background-repeat: no-repeat;
	background-size:auto 100%;
}

.footer,#sns_footer_bottom,#sns-footer-bottom{
	background-attachment:scroll;
	background-clip:border-box;
	background-color:rgb(255, 255, 255);
	background-image:none;
	background-origin:padding-box;
	background-position-x:0%;
	background-position-y:0%;
	background-size:auto;
	border-top-color:rgba(0, 0, 0, 0.1);
	border-top-style:solid;
	border-top-width:1px;
	box-sizing:border-box;
	clear:both;
	color:rgb(136, 136, 136);
	display:block;
	font-family:"Open Sans", Arial, sans-serif;
	font-size:14px;
	height:370px;
	line-height:23.1px;
	margin-bottom:40px;
	padding-bottom:25px;
	padding-left:0px;
	padding-right:0px;
	padding-top:48px;
	text-size-adjust:100%;
	width:1343px;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	transform: translate(0,410px);
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	transition:transform 1s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	background-position:center center;
	background-repeat: no-repeat;
	background-size:auto 100%;
}

#wrapper{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	font-family: 'Dosis', sans-serif;
	font-weight:600;
	color:#ffffff;
	transform:translate(0,130px);
	transition:transform 1s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#webgl-wrapper{
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	height:900px;
	margin-top:-450px;
	transform:translate(0,-65px);
	overflow:hidden;
	opacity:0;
	z-index:10;
	pointer-events: none;
	transition:transform 1s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#webgl-wrapper canvas{
	opacity:1;
	transition:opacity 0.5s;
	transition-delay:0.5s;
}


#webgl-wrapper canvas.hide{
	opacity:0;
	transition:opacity 0.5s;
	transition-delay:0s;
}

#webgl-wrapper img{
	position:absolute;
	top:0px;
	left:50%;
	height:100%;
	width:auto;
	transform:translate(-50%,0);
	opacity:0;
}

#intro{
	position:absolute;
	top:50%;
	left:50%;
	width:700px;
	margin-left:-350px;
	margin-top:-105px;
	z-index:20;
	opacity:0;
}

#home{
	height:calc(100% - 130px);
}

.play-button{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	height:22px;
	font-size:14px;
	font-family:'Dosis',sans-serif;
	color:#ffffff;
	margin-top:20px;
	cursor:pointer;
}

.play-icon{
	width: 22px;
    position: relative;
    height: 22px;
    background-image: url(../assets/img/play.svg);
    background-size: 22px 22px;
    display: inline-block;
    top: 6px;
    margin-right: 10px;
}

#signup-modal{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:99999;
	opacity:0;
	display:none;
}

#signup-modal .form{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-240px;
	margin-top:-120px;
	width:480px;
	background:transparent;
}

#signup-modal .form-bg{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.85);
}

.hbspt-form{
	width:480px;
}

.hs-input{
	background:transparent;
	border:0px;
	border-bottom:2px solid #ffffff;
	height:40px;
	color:#ffffff !important;
	font-family: 'Dosis', sans-serif;
	font-size:15px;
	text-transform:uppercase;
	width:90%;
}

textarea:focus, input:focus{
    outline: none;
}

.hs-input::-webkit-input-placeholder{
	color:#90ddee !important;
}

.hs-input:-ms-input-placeholder{
	color:#90ddee !important;
}

.hs-input::placeholder{
	color:#90ddee !important;
}

.hs-input[type="email"]{
	width:55% !important;
}

.hs-button{
	position: absolute;
    bottom: 20px;
    right: 31px;
    width: 160px !important;
    height: 40px;
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    letter-spacing: -0.2px;
    cursor:pointer;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}

.hs-button:hover{
	background-color:#ffffff;
	color:#3dcce7;
}

.hbspt-form fieldset{
	margin-bottom:20px !important;
}

.hbspt-form .hs-form-field label{
	display:none;
}

.hbspt-form .hs-form-field{
	position:relative;
}

.hs-error-msgs{
	padding-left: 0px;
    position: absolute;
    top: 38px;
    left: 0px;
    color: #ff0000;
    font-family: Arial;
    font-weight: 400;
    margin: 0;
    font-size: 11px;
}

.hs-error-msgs li{
	list-style: none;
}

.hbspt-form .hs-form-field .hs-error-msgs label{
	display:block;
}

.hbspt-form .submitted-message{
	text-transform:uppercase;
}

#intro .axonh1{
	font-size:36px;
	font-weight:400;
	margin:0;
	padding:0;
	margin-bottom:20px;
	line-height:43px;
	text-align:center;
	text-transform:uppercase;
}

#bg, #bg div{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

#bg div{
	opacity:0;
}

#bg .bg1{
	background-color: #000000;
	opacity:1;
}

#bg .bghome{
	background-image:url(../assets/img/bg_home.jpg);
	transition: opacity 1s;
	transition-delay: 0.3s;
}

#bg .bgdual{
	background-image:url(../assets/img/bg_dual.jpg);
	transition: opacity 1s;
	transition-delay: 0.3s;
}

#bg .bgmirror{
	background-image:url(../assets/img/bg_mirror.jpg);
	transition: opacity 1s;
	transition-delay: 0.3s;
}

#bg .bgextended{
	background-image:url(../assets/img/bg_extended.jpg);
	transition: opacity 1s;
	transition-delay: 0.3s;
}

#bg .bgsingle{
	background-image:url(../assets/img/bg_single.jpg);
	transition: opacity 1s;
	transition-delay: 0.3s;
}

#bg .bgfeatures{
	background-image:url(../assets/img/bg_features.jpg);
	transition: opacity 1s;
	transition-delay: 0.3s;
}

#bg .bgorder{
	background-color: rgb(82,223,236); /* Old browsers */
	background-image:url(../assets/img/bg_end.jpg);
	
	transition: opacity 1s;
	transition-delay: 0.3s;
}

#bg .bgvideo{
	transition: opacity 0.3s;
}

#bg .bgvideo video{
	position:absolute;
	top:50%;
	left:50%;
	width:auto;
	height:100%;
	transform: translate(-50%,-50%);
}

@media (min-aspect-ratio:1920/1080){
	#bg .bgvideo video{
		width:100%;
		height:auto;
	}
}

#logotopleft{
	position:absolute;
	top:42px;
	left:42px;
	width:220px;
	height:25px;
	background-image:url(../assets/img/logo_topleft.svg);
	background-size: 220px 25px;
	background-repeat: no-repeat;
	opacity:0;
}

#preorder,.closebutton,.register-button{
	position:absolute;
	top:38px;
	right:42px;
	width:145px;
	height:35px;
	border:1px solid #fff;
	text-align:center;
	text-transform: uppercase;
	font-size:13px;
	font-weight:500;
	box-sizing: border-box;
	cursor:pointer;
	z-index:30;
	opacity:0;
}

#accessories,#registernow{
	position:absolute;
    font-family: 'Dosis', sans-serif;
    font-size:14px;
    font-weight: normal;
    top: 47px;
    right: 230px;
    opacity:0;
    z-index:100;
    cursor:pointer;
}

#registernow{
	right:350px;
}

#accessories a{
	color:#ffffff;
	text-decoration: none;
}

#passport .register-button{
	width:280px;
	top:50%;
	margin-top:215px;
	left:50%;
	margin-left:-140px;
	opacity:1;
}

.closebutton{
	opacity:1;
}

#preorder .bg,.preorder .bg,.closebutton .bg,.register-button .bg{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color:#fff;
	transform:scaleX(0);
	transition:all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.preorder a, .register-button a{
	color:#ffffff;
}

#preorder .axonlabel,.preorder .axonlabel,.closebutton .axonlabel, .register-button .axonlabel{
	position:absolute;
	top:0px;
	left:0px;
	padding:9px;
	width:100%;
	box-sizing: border-box;
	transition:all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	font-weight:500;
}

.preorder .axonlabel{
	padding:10px;
}

#preorder:hover .bg,.preorder:hover .bg,.closebutton:hover .bg,.register-button:hover .bg{
	transform:scaleX(1);
}

#preorder:hover .axonlabel,.preorder:hover .axonlabel,.closebutton:hover .axonlabel,.register-button:hover .axonlabel{
	color:#447a9e;
}

#preorder .att{
	position:absolute;    
	top: 31px;
    left: 0px;
	width:143px;
	height:44px;
	background-image: url(../assets/img/att_logo.svg);
	background-repeat: no-repeat;
	background-size:70% 70%;
	background-position: center center;
	pointer-events: none;

	transform:translate3d(0,-20px,0);
	opacity:0;
	transition: all 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

#preorder a{
	color:#fff;
}

#preorder:hover .att{
	opacity:1;
	transform:translate3d(0,0,0);
}

.explore{
	position:absolute;
	bottom:80px;
	left:50%;
	width:306px;
	margin-left:-153px;
}

.explore .explore-dot{
	position:relative;
	float:left;
	width:46px;
	height:46px;
	border:1px dashed #ffffff;
	border-radius:50%;
	margin-right:28px;
	margin-left:28px;
	box-sizing: border-box;
	cursor:pointer;
}

.explore .explore-dot-inner{
	position:absolute;
	top:50%;
	left:50%;
	width:16px;
	height:16px;
	border-radius:50%;
	background-color:#ffffff;
	margin-left:-8px;
	margin-top:-8px;
	transform:scale(0.375);
	transition:all 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.explore .explore-dot.active .explore-dot-inner{
	transform:scale(1);
}

.explore .explore-dot:hover .explore-dot-inner{
	transform:scale(1);
}

.explore .explore-circle{
	position:absolute;
	top:50%;
	left:50%;
	width:34px;
	height:34px;
	border-radius:50%;
	border:1px solid #ffffff;
	margin-left:-17px;
	margin-top:-17px;
	transform:scale(0);
	transition:all 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
	box-sizing: border-box;
}

.explore .explore-dot.active .explore-circle{
	transform:scale(1);
}

.explore .explore-dot:hover .explore-circle{
	transform:scale(1);
}

.explore .line{
	position:absolute;
	width:45px;
	height:1px;
	border-top:1px dashed #ffffff;
	top:50%;
}

.explore .line-left{
	left:80px;
}

.explore .line-right{
	right:80px;
}

.explore .label{
	position:absolute;
	left:50%;
	width:300px;
	margin-left:-150px;
	top:-25px;
	color:#ffffff;
	font-family: 'Dosis', sans-serif;
	font-size:10px;
	text-align:center;
}

#nav{
	position:absolute;
	top:50%;
	left:0px;
	width:220px;
	height:250px;
	margin-top:-125px;
	z-index:30;
	transition:opacity 1s;
	opacity:0;
}

#nav .nav-item{
	position:relative;
	width:100%;
	height:40px;
	cursor:pointer;
}

#nav .nav-item::before{
	content:'';
	position:absolute;
	top:20px;
	left:50px;
	width:4px;
	height:4px;
	border-radius:50%;
	background-color:#ffffff;
	margin-top:-2px;
}

#nav .nav-item::after{
	content:'';
	position:absolute;
	top: 16px;
    left: 46px;
	width:10px;
	height:10px;
	border-radius:50%;
	border:1px solid #ffffff;
	margin-top:-2px;
	transform:scale(0.1);
	transition:all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#nav .nav-item .axonlabel{
	position:absolute;
	top:20px;
	left:100px;
	font-size:14px;
	opacity:0;
	transform:translate3d(-30px,0,0);
	transition:all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	margin-top:-8px;
}

#nav .nav-item:first-child .axonlabel{
	left:95px;
}

#nav .nav-item:hover::after{
	transform:scale(1);
}

#nav .nav-item.active::after{
	transform:scale(0.1);
}

#nav .nav-item:hover .axonlabel{
	opacity:1;
	transform:translate3d(-20px,0,0);
}

#nav .nav-item.active .axonlabel{
	transform:translate3d(0,0,0);
	animation-name: navitem;
    animation-duration: 2s;
}

@keyframes navitem {
    25%  {opacity:1;}
    75%  {opacity:1;}
    100% {opacity:0;}
}

#nav .nav-number{
	position:absolute;
	font-size:55px;
	font-weight:400;
	top: -16px;
    left: 37px;
}

.section{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	display:none;
	z-index:20;
}

.wipe-container{
	position:relative;
	overflow:hidden;
	height:auto;
}

.section .section-content{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.section .section-content .axonh1{
	font-size:60px;
	font-weight:400;
	margin:0;
	padding:0;
	margin-bottom:20px;
	line-height:60px;
}

.section .section-content .axonh2{
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	line-height:25px;
	font-weight:300;
}

.axonh1 span{
	font-weight:600;
}

.axonh2 span{
	font-weight: 500;
}

.axonh1 span.blue-text{
	color:#28b4d3;
}

.section .anim{
	opacity:0;
}

#home .section-content{
	width: 450px;
    margin-left: -95px;
    text-align: center;
    transform: translate(-100%,-50%);
}

#home .section-content .meet{
	font-size:26px;
	text-align:center;
	font-weight:300;
	letter-spacing:1px;
}

#home .section-content .axonm{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:450px;
	height:95px;
	background-image:url(../assets/img/axonm_tagline.svg);
	background-repeat: no-repeat;
	background-size:450px 95px;
	margin-top:12px;
}

#home .section-content .tagline{
	font-size:26px;
	text-align:center;
}

#home .section-content .axonh1{
	font-size:50px;
	width:500px;
}

#home .section-content .axonh1 span.m{
	width: 47px;
    height: 37px;
	background-image:url(../assets/img/m.svg);
	background-size:auto 100%;
	display:inline-block;
	position:relative;
}

#home .att{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:143px;
	height:44px;
	background-image: url(../assets/img/att_logo.svg);
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position: center center;
	pointer-events: none;
}

.scroll-down{
	position:absolute;
	bottom:0px;
	left:50%;
	width:200px;
	margin-left:-100px;
	height:40px;
	opacity:0;
	cursor:pointer;
}

#home .scroll-down{
	height:65px;
}

.scroll-up{
	position:absolute;
	top:0px;
	left:50%;
	width:200px;
	margin-left:-100px;
	height:65px;
	opacity:0;
	cursor:pointer;
}

.scroll-up .scroll-icon{
	position:absolute;
	width:28px;
	height:41px;
	border-radius:14px;
	border: 1px solid #ffffff;
	top:0px;
	left:50%;
	margin-left:-14px;
	box-sizing:border-box;
}
.scroll-up .scroll-icon{
	border:none;
	border-radius:none;
	background-image:url(../assets/img/down.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:21px 16.5px;
	transform:rotate(180deg);
	width:21px;
	height:16.5px;
	top: 20px;
}

.scroll-down .scroll-icon{
	position:absolute;
	width:28px;
	height:41px;
	border-radius:14px;
	border: 1px solid #ffffff;
	top:0px;
	left:50%;
	margin-left:-14px;
	box-sizing:border-box;
}

.scroll-down .scroll-icon .scroll-wheel{
	position:absolute;
	width:6px;
	height:9px;
	border-radius:3px;
	background-color:#ffffff;
	left:50%;
	margin-left:-3px;
	top:10px;

	animation-name: scroll-wheel;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}



@keyframes scroll-wheel {
    0%   {transform: translate3d(0,0px,0);}
    50%  {transform: translate3d(0,-4px,0);}
    100%  {transform: translate3d(0,0px,0);}
}

.scroll-down .scroll-copy-left{
	position:absolute;
	width:100px;
	left:50%;
	top:15px;
	margin-left:-124px;
	text-align:right;
	font-size:10px;
	font-weight:600;
	color:#ffffff;
}

.scroll-down .scroll-copy-right{
	position:absolute;
	width:100px;
	left:50%;
	top:15px;
	margin-left:24px;
	text-align:left;
	font-size:10px;
	font-weight:600;
	color:#ffffff;
}

.scroll-down .scroll-icon{
	border:none;
	border-radius:none;
	background-image:url(../assets/img/down.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:21px 16.5px;
	width:21px;
	height:16.5px;
	top: 10px;
}

#home .scroll-down .scroll-icon{
	top:30px;
}

.scroll-down .scroll-copy-left{
	margin-left: -104px;
}

.scroll-down .scroll-copy-right{
	margin-left: 4px;
}

.scroll-down .scroll-icon div{
	display:none;
}

#dual .section-content{
	left: 50%;
    margin-left: 150px;
    transform: translate(0,-50%);
    width: 363px;
    text-align: left;
}

#mirror .section-content{
	top:30%;
	left:50%;
	width:535px;
	text-align:center;
}

#mirror .legal{
	position: absolute;
    bottom: 7%;
    left: 50%;
    margin-left: -130px;
    width: 260px;
    font-size: 9px;
    color: #ffffff;
    text-align: center;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: normal;
    pointer-events: none;
}

#mirror .legal a{
	color:#fff;
	pointer-events: auto;
}

#extended .section-content{
	left:50%;
	margin-left:-435px;
	transform:translate(0,-50%);
	width: 360px;
	text-align:left;
}

#extended .legal{
	position:absolute;
	bottom:50px;
	left:50%;
	margin-left:-250px;
	width:500px;
	font-size:9px;
	color:#ffffff;
	text-align:center;
	font-family:'Roboto',Arial,sans-serif;
	font-weight:normal;
}

#dual .legal{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 310px;
    margin-left: -410px;
    width: 260px;
    font-size: 9px;
    color: #ffffff;
    text-align: left;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: normal;
    pointer-events: none;
}

#dual .legal a{
	color:#fff;
	pointer-events: auto;
}

#dual .legal span{
	font-size: 8px;
}

#extended .candy-logo{
	position:absolute;
	top:-30px;
	left:67%;
	margin-left:-62px;
	width:125px;
	height:150px;
	background-image:url(../assets/img/candylogo.png);
	background-size: 125px 150px;
	background-repeat: no-repeat;
}

#features,#single{
	z-index:20;
}

#features .qualcomm{
	position:absolute;
	left:50%;
	top:50%;
	width:215px;
	height:65px;
	background-image:url(../assets/img/qualcomm.svg);
	background-size:100% auto;
	background-repeat: no-repeat;
	margin-left: 270px;
    margin-top: -100px;
    pointer-events: none;
    opacity:0;
}

#features .section-content .axonh2{
	width: 360px;
}

#features .section-content,#single .section-content{
	left:50%;
	margin-left:-380px;
	transform:translate(0,-50%);
	width:400px;
	text-align:left;
}

#single .section-content{
	width: 375px;
}

#features .features-wrapper{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

#features .features-container,#features .features-bg{
	position:absolute;
	width:630px;
	bottom:95px;
	height:90px;
	left:50%;
	transform:translate(-50%,0);
}

#features .features-container li{
	position:relative;
	float:left;
	width:105px;
	height:90px;
	list-style: none;
	cursor:pointer;
}

#features .features-container li .axonlabel{
	position:absolute;
	width:105px;
	height:auto;
	bottom:0px;
	left:0px;
	text-align:center;
	font-size:11px;
	opacity:0;
	transform:translate(0,35px);
	transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	pointer-events: none;
}

#features .features-container li:hover .axonlabel,#features .features-container li.active .axonlabel{
	opacity:1;
	transform:translate(0,0px);
}

#features .features-container li:hover .icon,#features .features-container li.active .icon{
	opacity:0;
	transform:translate(0,-35px);
}

#features .features-container li.small:hover .icon,#features .features-container li.active.small .icon{
	opacity:0;
	transform:translate(0,-24px);
}

#features .features-container li:hover .icon-over,#features .features-container li.active .icon-over{
	opacity:1;
	transform:translate(0,-35px);
}

#features .features-container li.small:hover .icon-over,#features .features-container li.active.small .icon-over{
	opacity:1;
	transform:translate(0,-24px);
}

#features .features-container li .icon,#features .features-container li .icon-over{
	position:absolute;
	width:105px;
	bottom:0px;
	left:0px;
	height:90px;
	background-position:center bottom;
	background-size:195px 90px;
	background-repeat: no-repeat;
	transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#features .features-container li .icon-single{
	background-image:url(../assets/img/specs-single.svg);
}

#features .features-container li .icon-single-over{
	opacity:0;
	background-image:url(../assets/img/specs-single-over.svg);
}

#features .features-container li .icon-finger{
	background-image:url(../assets/img/specs-finger.svg);
}

#features .features-container li .icon-finger-over{
	opacity:0;
	background-image:url(../assets/img/specs-finger-over.svg);
}

#features .features-container li .icon-screen{
	background-image:url(../assets/img/specs-screen.svg);
}

#features .features-container li .icon-screen-over{
	opacity:0;
	background-image:url(../assets/img/specs-screen-over.svg);
}

#features .features-container li .icon-camera{
	background-image:url(../assets/img/specs-camera.svg);
}

#features .features-container li .icon-camera-over{
	opacity:0;
	background-image:url(../assets/img/specs-camera-over.svg);
}

#features .features-container li .icon-battery{
	background-image:url(../assets/img/specs-battery.svg);
}

#features .features-container li .icon-battery-over{
	opacity:0;
	background-image:url(../assets/img/specs-battery-over.svg);
}

#features .features-container li .icon-memory{
	background-image:url(../assets/img/specs-memory.svg);
}

#features .features-container li .icon-memory-over{
	opacity:0;
	background-image:url(../assets/img/specs-memory-over.svg);
}

#features .features-container li .icon-dolby{
	background-image:url(../assets/img/specs-dolby.svg);
}

#features .features-container li .icon-dolby-over{
	opacity:0;
	background-image:url(../assets/img/specs-dolby-over.svg);
}

#features .full-features{
	position:absolute;
	bottom:55px;
	left:50%;
	width:400px;
	margin-left:-200px;
	text-align:center;
	font-size:14px;
	font-weight:400;
	cursor:pointer;
}

#passport .section-content{
	left: 50%;
    margin-left: 150px;
    transform: translate(0,-50%);
    width: 405px;
    text-align: left;
}

#passport .legal{
	font-size:10px;
	font-family: 'Roboto', sans-serif;
	line-height:25px;
}

#passport .axonh1 span{
	font-size:30px;
	line-height:30px;
}

#passport a{
	color:#ffffff;
	text-decoration: none;
	margin-top:20px;
	display:block;
}

#passport ul{
	padding-left:20px;
}

#passport li{
	list-style:disc outside none;
	display:list-item;
}

#passport .register-button{
	float: left;
    position: relative;
    width: 140px;
    margin-top: 12px;
    height: 42px;
    padding-top: 0px;
    top: 0px;
    left: 0px;
    margin-left: 0px;
    margin-right: 31px;
}

#passport .register-button .axonlabel{
	padding: 5px;
}

#passport .register-button .legal{
	position:absolute;
	top:40px;
	left:0px;
	width:100%;
	text-align:center;
	font-size: 9px;
    letter-spacing: 1px;
}

#passport .register-button sup{
	font-size:0.6em;
}

#passport .buttons{
	margin-top:25px;
}

#passport .devbutton{
	float:left;
    font-family: 'Dosis', sans-serif;
    font-size:14px;
    font-weight: normal;
}

#passport-register .axonh1{
	font-size:35px;
	color:#00a7e1;
	font-weight:400;
	margin:0;
	padding:0;
	margin-bottom:20px;
	margin-top:30px;
	line-height:60px;
	font-family: 'Dosis', sans-serif;
	font-weight:bold;
	text-align:center;
}

#passport-register .form{
	position:relative;
	width:620px;
	left:50%;
	margin-left:-310px;
	color:#5f6163;
}

#passport-register .hbspt-form{
	width:620px;
}

#passport-register .hs-input{
	background:transparent;
	border:0px;
	border-bottom:1px solid #5f6163;
	height:30px;
	color:#000000 !important;
	font-family: 'Dosis', sans-serif;
	font-size:15px;
	text-transform:uppercase;
	width:100%;
}

#passport-register .hs-form-required{
	display:none;
}

#passport-register .hs-input::-webkit-input-placeholder{
	color:#5f6163 !important;
	opacity:0.8;
}

#passport-register .hs-input:-ms-input-placeholder{
	color:#5f6163 !important;
	opacity:0.8;
}

#passport-register .hs-input::placeholder{
	color:#5f6163 !important;
	opacity:0.8;
}

#passport-register .hs-input[type="email"]{
	width:100% !important;
}

#passport-register .hs-input[type="checkbox"]{
	width:30px !important;
	height:13px;
}

#passport-register .hs-richtext{
	text-align:left;
	margin-top:40px;
	font-size:12px;
    font-family: 'Dosis', sans-serif;
    font-weight:normal;
    width:280px;
    float:left;
    margin-right:60px;
    margin-bottom: 30px;
}

#passport-register .hs-dependent-field{
	position:relative;
	width:280px;
	float:left;
}

#passport-register .hbspt-form .hs-form-field.hs_call_back{
	position: relative;
    margin-left: 0px;
    margin-top: 0px;
    height:70px;
}

#passport-register .hbspt-form .hs-form-field.hs_mobilephone{
	float: left;
    margin-left: 0px;
    width: 280px !important;
    margin-bottom: 40px;
    left: -340px;
    top: 70px;
}

#passport-register .hbspt-form .hs-form-field.hs_preferred_callback_date{
	float: left;
    margin-left: 10px;
    width: 130px !important;
    top: -1px;
}

#passport-register .hbspt-form .hs-form-field.hs_preferred_callback_date label{
	top: -18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#passport-register .hbspt-form .hs-form-field.hs_preferred_callback_date .hs-input{
	border: 1px solid #5f6163;
	padding-left:10px;
}

#passport-register .hbspt-form .hs-form-field.hs_preferred_call_back_time{
	float: left;
    margin-left: 10px;
    width: 130px !important;
    top: 47px;
    left: 20px;
}

#passport-register .hbspt-form .hs-form-field.hs_preferred_call_back_time label{
	top: -67px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width:150px;
}

#passport-register .hbspt-form .hs-form-field.hs_preferred_call_back_time .hs-input{
	border: 1px solid #5f6163;
}

#passport-register .hbspt-form .hs-form-field.hs_preferred_call_back_time .input{
	position:relative;
	margin-top: -48px;
}

#passport-register .hbspt-form .hs-form-field.hs_preferred_call_back_time .input li{
	position: relative;
	display:block;
    float: left;
    width: 70px;
}

#passport-register .hbspt-form .hs-form-field.hs_preferred_call_back_time .input li input{
	width:20px !important;
}

#passport-register .hbspt-form .hs-form-field.hs_preferred_call_back_time .input li label{
	position:relative;
	width:70px;
}

#passport-register .hs-datepicker{
	top: -210px;
}

#passport-register .hbspt-form .hs-dependent-field .hs_call_back label{
	font-size:16px !important;
    font-family: 'Dosis', sans-serif;
}

#passport-register .hs-button{
	position: relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	bottom:0px;
	right:0px;
    border: 1px solid #5f6163;
    background: transparent;
    color: #00a7e1;
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    letter-spacing: -0.2px;
    cursor:pointer;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
    text-transform: uppercase;
}

#passport-register .hs-button:hover{
	background-color:#00a7e1;
	color:#ffffff;
}

#passport-register .hbspt-form fieldset{
	margin-bottom:0px !important;
	width:620px;
	max-width:620px;
}

#passport-register .hbspt-form .hs-form-field label{
	display:block;
	font-size:10px;
    font-family: 'Dosis', sans-serif;
    top: 32px;
    position: absolute;
    letter-spacing:1px;
}

#passport-register .hbspt-form .hs-form-field{
	position:relative;
	float:left;
	width: 280px;
	margin-bottom:15px;
}

#passport-register .hbspt-form .hs-form-field:first-child{
	margin-right:60px;
}

#passport-register .hs-error-msgs{
	padding-left: 0px;
    position: absolute;
    top: 1px;
    right: -25px;
    left: auto;
    text-align: right;
    color: #ff0000;
    font-family: Arial;
    font-weight: 400;
    margin: 0;
    font-size: 11px;
    width: 210px;
}

#passport-register .hs-error-msgs li{
	list-style: none;
}

#passport-register .hbspt-form .hs-form-field .hs-error-msgs label{
	display:block;
}

#passport-register .hbspt-form .submitted-message{
	text-transform:uppercase;
}

#order .section-content{
	top:17%;
	left:50%;
	width:535px;
	text-align:center;
}

#order .zte{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:65px;
	height:33px;
	background-image:url(../assets/img/zte.svg);
	background-repeat: no-repeat;
	background-size:65px 33px;
}

#order .axonm{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:410px;
	height:84px;
	background-image:url(../assets/img/axonm_tagline.svg);
	background-repeat: no-repeat;
	background-size:410px 84px;
	margin-top:18px;
}

#order .preorder, #home .preorder{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:150px;
	height:40px;
	border:1px solid #fff;
	text-align:center;
	text-transform: uppercase;
	font-size:14px;
	font-weight:700;
	box-sizing: border-box;
	cursor:pointer;
	margin-top:30px;
}

#order .preorder{
	margin-top:10px;
	height: 35px;
}

#order .preorder .axonlabel{
	padding:8px;
}

#order .bottom-links, #passport .bottom-links{
	position:absolute;
	bottom:25px;
	left:50%;
	width:600px;
	margin-left:-300px;
	text-align:center;
	font-size:14px;
	font-weight:400;
	cursor:pointer;
}

#order .bottom-links a, #passport .bottom-links a{
	color:#ffffff;
	text-decoration: none;
	margin-left: 12px;
    margin-right: 12px;
}

#video-modal{
    display:none;
    opacity:0;
    z-index:9999;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}

.video-bg{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.8);
}

.video-close{
    position:absolute;
    top:20px;
    right:20px;
    width:60px;
    height:60px;
    font-size:30px;
    color:#fff;
    cursor:pointer;
}

.video-close i{
    position:absolute;
    top:7px;
    left:7px;
}

.video-content{
    position:absolute;
    left:50%;
    margin-left:-40vw;
    width:80vw;
    height:45vw;
    top:50%;
    margin-top:-22vw;
    background-color: #000000;
}

.video-content iframe{
    width:100%;
    height:100%;
    display:block !important;
}

@media screen and (max-width:1120px){
	#webgl-wrapper{
		height:700px;
		margin-top:-350px;
	}

	.section .section-content .axonh1{
		font-size:45px;
		line-height:45px;
		margin-bottom:15px;
	}

	.section .section-content .axonh2{
		font-size:13px;
		line-height:19px;
	}

	#home .section-content{
		top:25%;
		width: 450px;
	    margin-left: 0px;
	    text-align: center;
	    transform: translate(-50%,-50%);
	}

	#dual .section-content{
		left: 50%;
	    margin-left: 80px;
	    transform: translate(0,-50%);
	    width: 280px;
	    text-align: left;
	}

	#dual .legal{
		margin-left: -370px;
	}

	#passport .section-content{
		left: 50%;
	    margin-left: 90px;
	    transform: translate(0,-50%);
	    width: 280px;
	    text-align: left;
	}

	#mirror .section-content{
		width:420px;
	}

	#extended .section-content{
		width: 280px;
		margin-left: -315px;
	}

	#features .section-content,#single .section-content{
		width: 290px;
    	margin-left: -315px;
	}

	#features .section-content{
		width:300px;
	}

	#features .section-content .axonh2 {
	    width: 290px;
	}

	#features .qualcomm{
		margin-left: 140px;
	}

	#order .zte{
		width:50px;
		height:25px;
		background-size:50px 25px;
	}

	#order .axonm{
		width:310px;
		height:41px;
		background-size:310px 41px;
	}

	#accessories{
		top: 85px;
    	right: 104px;
	}

	#registernow{
		top: 108px;
    	right: 96px;
	}

	#passport-register .hs-richtext{
		margin-right:30px;
	}

	#passport-register .hbspt-form .hs-form-field:first-child{
		margin-right:30px;
	}

	#passport-register .hbspt-form .hs-form-field.hs_mobilephone{
		left:-310px;
	}

}

@media screen and (max-width:1024px){
	#nav{
    	width:70px;
	}

	#nav .nav-item::before{
		left:20px;
		opacity:0.5;
	}

	#nav .nav-item::after{
		display:none;
	}

	#nav .nav-item.active::before{
		opacity:1;
	}

	#nav .nav-item .axonlabel{
		display:none;
	}

	#nav .nav-number{
	    left: 7px;
	    display:none;
	}
}

@media screen and (max-width:760px){
	#passport .register-button{
		height: 33px;
	}

	#passport .register-button .axonlabel{
		text-align:center;
	}

	#webgl-wrapper{
		top:55%;
		height:550px;
		margin-top:-275px;
	}

	#signup-modal .form{
		position:absolute;
		top:50%;
		left:50%;
		margin-left:-150px;
		margin-top:-120px;
		width:300px;
		background:transparent;
	}

	.explore{
		bottom:30px;
		transform:scale(0.5);
		transform-origin:50% 100%;
	}

	.explore .label{
		display:none;
	}

	#extended .legal{
		width:300px;
		margin-left:-150px;
		bottom: 6px;
	    font-size: 6.5px;
	}

	#dual .legal{
		width:330px;
		margin-left:-165px;
		bottom: 6px;
		top:auto;
		text-align: center;
	    font-size: 6.5px;
	}

	#dual .legal span{
		font-size: 6px;
	}

	#extended .candy-logo {
	    top: -6px;
    	left: 88%;
	    margin-left: -46px;
	    width: 93px;
	    height: 112px;
	    background-size: 93px 112px;
	}

	.hbspt-form{
		width:305px;
	}

	.section .section-content .axonh1{
		font-size:38px;
		line-height:38px;
		margin-bottom:15px;
	}

	.section .section-content .axonh2{
		font-size:14px;
		line-height:19px;
	}

	#home .section-content{
		width:260px;
	}

	#home .section-content .axonh1{
		width:260px;
		line-height:60px;
		margin:0;
	}

	#home .scroll-down .scroll-icon{
		border:none;
		border-radius:none;
		background-image:url(../assets/img/down.svg);
		background-position:center;
		background-repeat:no-repeat;
		background-size:14px 11px;
		width:20px;
		height:11px;
		top: 30px;
	}

	#home .scroll-down .scroll-copy-left{
    	margin-left: -104px;
	}

	#home .scroll-down .scroll-copy-right{
    	margin-left: 4px;
	}

	#home .scroll-down .scroll-icon div{
		display:none;
	}

	#intro{
		position:absolute;
		top:50%;
		left:50%;
		width:320px;
		margin-left:-160px;
		margin-top:-150px;
		z-index:20;
	}

	#intro .axonh1{
		font-size:30px;
		line-height:35px;
		font-weight:400;
		margin:0;
		padding:0;
		margin-bottom:20px;
		text-align:center;
		text-transform:uppercase;
	}

	#home .section-content{
		top:22%;
	}

	#home .preorder{
		margin-top:20px;
	}

	#home .section-content .meet{
		font-size:20px;
	}

	#home .section-content .axonm{
		width: 260px;
	    height: 55px;
	    background-size: 260px 55px;
	}

	#mirror .section-content{
		width:300px;
		top:30%;
	}

	#dual .section-content{
		top:27%;
		left:50%;
		margin-left:0px;
		transform:translate(-50%,-50%);
		width:300px;
		text-align:center;
	}

	#extended .section-content{
		top: 24%;
	    left: 50%;
	    margin-left: 0px;
	    transform: translate(-50%,-50%);
	    width: 270px;
	    text-align: center;
	}

	#features .section-content,#single .section-content{
		top:26%;
		left:50%;
		margin-left:0px;
		transform:translate(-50%,-50%);
		width:270px;
		text-align:center;
	}

	#features .features-bg{
		background-color: rgba(0,0,0,0.5);
		bottom: 0px;
    	height: 130px;    
    	width: 100%;
	}

	#features .qualcomm{
		margin-left: -110px;
		margin-top: -50px;
		background-size:50% auto;
		background-position:center center;
	}

	#features .features-container{
		transform: translate(-51%,0) scale(0.57);
	    transform-origin: 50% 100%;
	    
	    bottom: -10px;
	    padding-bottom: 145px;
	}

	.scroll-down,.scroll-up{
		display: none;
	}

	#home .scroll-down{
		display:block;
	}

	#features .full-features{
		bottom:35px;
	}

	#features .features-container li .axonlabel{
		bottom: -8px;
		font-size:15px;
	}

	#logotopleft{
		top: 11px;
	    left: 18px;
	    width: 150px;
	    height: 17px;
	    background-size: 117px 14px;
	}

	#preorder,.closebutton{
		top: 10px;
    	right: 10px;
		width:130px;
		height:30px;
		font-size:12px;
	}

	#preorder{
		width:70px;
	}

	#accessories{
		top:10px;
		right:90px;
		font-size:11px;
	}

	#registernow{
		top:28px;
		right:90px;
		font-size:11px;
	}

	#preorder .axonlabel,.closebutton .axonlabel{
		padding:7px;
	}

	#order .zte{
		width:40px;
		height:20px;
		background-size:40px 20px;
	}

	#order .axonm{
		width: 248px;
	    height: 52px;
	    background-size: 248px 52px;
	}

	#order .section-content{
		top:22%;
	}

	#passport .section-content{
		top:28%;
		left:50%;
		margin-left:0px;
		transform:translate(-50%,-50%);
		width:270px;
		text-align:center;
	}

	#passport .section-content .axonh1{
		font-size:30px;
		line-height:30px;
	}

	#passport .section-content .axonh2{
		font-size:12px;
		line-height:15px;
	}

	#passport .section-content li{
		text-align:left;
		margin-bottom:2px;
	}

	#passport .axonh1 sup {
	    font-size: 18px;
	}

	#passport .legal {
	    font-size: 8px;
	    line-height: 10px;
	    text-align: left;
	}

	#passport .section-content a{
		margin-top:10px;
		text-align:left;
	}

	#passport .register-button {
	    margin-top: -5px;
	}

	#passport .image {
	    margin-left: -260px;
	    margin-top: 20px;
	}

	#passport-register .axonh1 {
	    margin-top: 60px;
	    line-height: 40px;
	}

	#passport-register .form{
		width:300px;
		margin-left:-150px;
	}

	#passport-register .hbspt-form fieldset{
		width:300px;
	}

	#passport-register .hbspt-form .hs-form-field{
		margin-left:10px;
	}

	#passport-register .hbspt-form .hs-form-field:first-child{
		margin-right:0px;
	}

	#passport-register .hs-richtext{
		margin-left:10px;
		margin-right:0px;
	}

	#passport-register .hbspt-form .hs-form-field.hs_call_back{
		height:60px;
	}

	#passport-register .form .hs_submit{
		width:300px;
	}

	#passport-register .hbspt-form .hs-form-field.hs_mobilephone{
		left:0px;
		top:0px;
		margin-left:10px;
		float:none;
		clear:both;
	}

	#passport-register .hbspt-form .hs-form-field.hs_preferred_callback_date {
		float:none;
		clear:both;
	    margin-left: 10px;
	    width: 280px !important;
	    left:0px;
		top:0px;
	}

	#passport-register .hbspt-form .hs-form-field.hs_preferred_call_back_time {
	    margin-left: 10px;
	    width: 220px !important;
	    top: 73px;
	    height: 100px;
		left:0px;
	}

	#passport-register .hbspt-form{
		width:300px;
	}
}

@media screen and (max-width:374px){
	#nav{
		transform: scale(0.5);
    	transform-origin: 0 50%;
	}

	#logotopleft{
		transform:scale(0.8);
		transform-origin: 0% 0%;
	}

	#preorder,.closebutton{
		transform:scale(0.8);
		transform-origin: 100% 0%;
	}

	#webgl-wrapper{
		width:120%;
		left:-10%;
	}

	#webgl-wrapper canvas{
		transform:scale(0.8);
		transform-origin:50% 60%;
	}

	.section{
		transform-origin:50% 40%;
		transform:scale(0.8);
	}

	#dual,#mirror{
		overflow: visible;
	}

	#dual .explore{
		transform: scale(0.625);
		bottom: -50px;
	}

	#dual .legal{
		bottom: -75px;
	}

	#mirror .legal{
		bottom: -64px;
	}

	#features, #extended{
		transform: scale(1);
	}

	#extended .candy-logo{
		top:-15px;
	}

	#extended .section-content{
		transform:translate(-50%,-50%) scale(0.8);
	}

	#features .features-container {
    	transform: translate(-50%,0) scale(0.5);
	}

	#features .section-content{
		transform:translate(-50%,-50%) scale(0.8);
	}

	#features .full-features{
		bottom:30px;
	}

	#features .features-bg{
    	height: 112px;
	}

	#dual .section-content{
		top:25%;
	}

	#home .scroll-down {
	    bottom: -25px;
	}

	#order .bottom-links {
    	bottom: 0px;
	}

	#passport{
		height:120%;
	}

	#passport .section-content{
		top:26%;
	}

	#passport .bottom-links{
		bottom:55px;
	}

	#passport .register-button{
		margin-top:-1px;
		height:34px;
	}
}

#specs,#passport-register{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:transparent;
	z-index:99999;
	display:none;
	opacity:0;
}

#specs .specs-bg,#passport-register .register-bg{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
}


#specs .copy,#passport-register .copy{
    width:994px;
    height:550px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-497px;
    margin-top:-275px;
    display:block;
    background-color:#ffffff;
    border-radius:2px;
    overflow-y: auto;
    overflow-x:hidden;
}

#specs .scroller, #passport-register .scroller{
	width:994px;
	height:auto;
}



#specs .col{
    position:relative;
    float:left;
    width:20%;
    height:auto;
    padding-left:30px;
    padding-right:30px;
    box-sizing: border-box;
    margin-top:20px;
}

#specs .col-title{
    font-size: 18px;
    font-weight:600;
    color:#00a7e2;
    margin-bottom:15px;
}

#specs .list{
    font-size:11px;
    font-weight:lighter;
    opacity:0.8;
    color:#808285;
    margin-bottom:22px;
    line-height:20px;
    height:auto;
}

#specs .sub-title{
    font-size:12px;
    font-weight: 600;
    color:#00a7e2;
    margin-bottom:0px;
}

#specs .sub-title i{
    display:none;
}

#specs .icon{
    position:relative;
    width:68px;
    height:38px;
    background-repeat: no-repeat;    
    background-size: 125% auto;
    background-position: left bottom;
    margin-bottom:13px;
}

#specs .icon-sound{
    background-image: url(../assets/img/specs-dolby-blue.svg);
}

#specs .icon-camera{
    background-image: url(../assets/img/specs-camera-blue.svg);
}

#specs .icon-performance{
    background-image: url(../assets/img/specs-memory-blue.svg);
}

#specs .icon-battery{
    background-image: url(../assets/img/specs-battery-blue.svg);
}

#specs .icon-display{
    background-image: url(../assets/img/specs-screen-blue.svg);
}

#specs .mobile-padding{
    display:none;
}

#specs .specs-close, .video-close, #passport-register .register-close{
	position:absolute;
	top:0px;
	right:0px;
	width:70px;
	height:70px;
	background-image:url(../assets/img/close.svg);
	background-size:70px 70px;
	background-repeat: no-repeat;
	cursor:pointer;
}

@media only screen and (max-width: 1120px)  {
    
    #specs .copy,#passport-register .copy{
        width:690px;
        margin-left:-345px;
        margin-top:0px;
        transform:translate(0px,-50%);
        max-height:80%;
        -webkit-overflow-scrolling: touch;
        overflow-y:scroll;
    }

    #specs .scroller,#passport-register .scroller{
    	width:690px;
    }

    #specs .col{
        width:33.3333%;
        height:520px;
    }

    .footer,#sns_footer_bottom,#sns-footer-bottom{
    	height:660px;
		transform: translate(0,708px);
    }
}

@media only screen and (max-width: 760px)  {
    #specs .copy, #passport-register .copy{
        width: 300px;
        margin-left:-150px;
    }

    #specs .scroller,#passport-register .scroller{
    	width:300px;
    	overflow-x:hidden;
    }

    #specs .col{
        width:100%;
        height:auto;
    }

    .footer,#sns_footer_bottom,#sns-footer-bottom{
    	height:500px;
		transform: translate(0,548px);
    }

    #passport-register .scroller{
		padding-bottom: 150px;
	}
}

@media only screen and (max-width: 760px) and (min-aspect-ratio:1/1) {
	#webgl-wrapper {
	    top: 37%;
	    left: 24%;
	}

	#intro{
		left:30%;
	}

	#dual .section-content {
	    top: 54%;
	    left: 30%;
	}

	#home .section-content{
		left: 27%;
    	top: 41%;
	}

	#extended .section-content,#mirror .section-content ,#single .section-content {
	    top: 50%;
	    left: 30%;
	}

	#features .section-content{
	    top: 38%;
	    left: 30%;
	}

	#order .section-content{
	    top: 40%;
	    left: 27%;
	}

}
