@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(http://fonts.googleapis.com/css?family=Quicksand:400,700);
*{
	padding:0;
	margin:0;
	font-size:16px;
	line-height:16px;
	color:#465558;
	font-family: 'Quicksand', sans-serif;
	font-weight:400;
}
html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
}
header{
	display:block;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
}
footer{
	background:#465558;
	padding:10px;
	text-align:left;
	display:block;
}
footer .copyright{
	display:inline-block;
	font-size:12px;
	text-transform:uppercase;
	color:#FFF;
}
footer .privacy{
	display:inline-block;
	font-size:12px;
	text-transform:uppercase;
	color:#FFF;
	float:right;
}
#logo{
	display:block;
	background:#465558;
	height:70px;
	width:100%;
	background-image:url(../images/logo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:60px 60px;
	transition:all ease-in-out 0.4s;
}
.typographicLogo{
	display:inline-block;
	width:300px;
	height:80px;
	background:url(../images/typographicLogo.png) center no-repeat;
	background-size:300px 80px;
	margin-bottom:30px;
}
#menu{
	display:none;
	height:70px;
	width:70px;
	position:absolute;
	top:0;
	right:0;
	background-image:url(../images/menu.png);
	background-position:0px 1px;
	background-repeat:no-repeat;
	background-size:70px 140px;
	transition:all ease-in-out 0.4s;
	z-index:10001;
	cursor:pointer;
}
.menuOn #menu{
	background-position:0px -70px;
}
.scroll #logo{
	height:0;
}
.scrollIcon{
	background:url(../images/scroll.png) no-repeat center;
	background-size:50px 50px;
	display:inline-block;
	width:50px;
	height:50px;
	position:fixed;
	bottom:30px;
	left:50%;
	margin-left:-25px;
	transition:all ease-in-out 0.4s;
	z-index:1000;
}
.scroll .scrollIcon{
	bottom:-60px;
}
nav{
	background:rgba(255,255,255,0.6);
	text-align:center;
}
a{
	color:inherit;
	text-decoration:none;
	display:inline-block;
}
nav>ul{
	display:block;
	width:100%;
	list-style:none;
}
nav>ul li{
	display:inline-block;
	padding:12px 20px;
	text-transform:uppercase;
	font-size:1.25em;
	line-height:1.25em;
	transition:all ease-in-out 0.4s;
	background-color:transparent;
}
nav>ul li:hover{
	cursor:pointer;
	background:#465558;
	color:#FFF;
}
nav>ul a.getStarted>li{
	display:inline-block;
	padding:6px 14px;
	text-transform:uppercase;
	font-size:1.25em;
	line-height:1.25em;
	transition:all ease-in-out 0.4s;
	background-color:#465558;
	color:#FFF;
	margin:6px;
}
nav>ul a.getStarted>li:hover{
	cursor:pointer;
	background:#42B691;
	color:#FFF;
}
#homePage #home{
	display:none;
}
	
.roboto{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	text-transform:uppercase;
}
.huge{
	font-size:8em !important;
	line-height:4em;
}
.full,.twice{
	position:relative;
	overflow:hidden;
}
.halffull{
	position:relative;
	overflow:hidden;
}
.relFull{
	position:relative;
	overflow:hidden;
	display:inline-block;
	width:100%;
	height:100%;
}
.center{
	width:calc(100% - 20px);
	height:calc(100% - 20px) !important;
	max-height:650px;
	max-width:1000px;
	display:inline-block;
	margin:auto;
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10;
	overflow:auto;
	text-align:center;
}
.wrap{
	display:inline-block;
}
.wrap h1{
	color:#FFF;
	font-size:2.25em;
	line-height:1em;
	margin:0;
}
.wrap h2{
	color:#FFF;
	font-size:1.25em;
	line-height:1.25em;
	text-transform:uppercase;
}
.button{
	transition:all ease-in-out 0.4s;
	display:inline-block;
	padding:10px;
	text-transform:uppercase;
	color:#FFF;
	border:solid 2px #FFF;
	background-color:transparent;
}
.button:hover{
	background:#FFF;
	color:#465558;
	cursor:pointer;
}
.wrap .button{
	margin-top:20px;
}
.badge{
	display:inline-block;
	width:160px;
	height:160px;
	margin-bottom:20px;
	background:#FFF;
	border-radius:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:140px 140px;
	transition:all ease-in-out 0.4s;
}
.badge:hover{
	background-size:160px 160px;
}
#video{
	background-image:url(../images/video.png);
}
#portal{
	background-image:url(../images/spectrum.png);
}
#analytics{
	background-image:url(../images/analytics.png);
}
#responsive{
	background-image:url(../images/responsive.png);
}
#updates{
	background-image:url(../images/heart.png);
}
#support{
	background-image:url(../images/support.png);
}
#visionBadge{
	background-image:url(../images/vision.png);
}
#historyBadge{
	background-image:url(../images/history.png);
}
#partners{
	background-image:url(../images/partner.png);
}
#designForAll{
	background-image:url(../images/design.png);
}
#donate{
	background-image:url(../images/donate.png);
}
#explainationBack{
	background-image:url(../images/back.png);
	position:absolute;
	z-index:22;
	top:50%;
	left:15%;
	margin-left:-80px;
	margin-top:-80px;
	cursor:pointer;
}

#spotlight{
	background:url(../images/bg/hero.jpg) no-repeat center #E7BC89;
	background-size:cover;
	background-position: center bottom;
}
#mobile{
	background:url(../images/bg/3.jpg) no-repeat center #C1BCB0;
	background-size:cover;
}
#design{
	background:url(../images/bg/4.jpg) no-repeat center #B0AFB0;
	background-size:cover;
}
#aboutUs{
	background:url(../images/bg/5.jpg) no-repeat center;
	background-size:cover;
	overflow:hidden;
}
#designPage{
	background:url(../images/bg/6.jpg) no-repeat center #F96;
	background-size:cover;
	overflow:hidden;
}
#demoPage{
	background:url(../images/bg/1.jpg) no-repeat center;
	background-size:cover;
	overflow:hidden;
}
#contactPage{
	background:url(../images/bg/3.jpg) no-repeat center;
	background-size:cover;
	overflow:hidden;
}
.contactSection h1, .contactSection h2{
	color:#FFF;
}
#mobile #phone{
	display:inline-block;
	height:80%;
	width:50%;
	position:absolute;
	bottom:0;
	left:-100%;
	transition:all ease-in-out 2.0s;
}
#mobile h2{
	text-transform:none;
}
.phone #mobile #phone{
	left:0;
}
#mobile #phone img{
	height:auto;
	max-width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:25;
}
#mobile #phone img.fade{
	z-index:30;
}

#design #imac{
	display:inline-block;
	height:60%;
	position:absolute;
	bottom:20%;
	right:-100%;
	transition:all ease-in-out 2.0s;
	width:40%;
}
#design h2{
	text-transform:none;
}
.imac #design #imac{
	right:10%;
}
#design #imac img{
	height:auto;
	position:absolute;
	bottom:0;
	right:0;
	z-index:25;
	max-width:100%;
}
#design #imac img.fade{
	z-index:30;
}

#ipad{
	display:inline-block;
	position:relative;
	width:100%;
	width:calc(100% - 10px);
	max-width:500px;
	height:350px;
	margin-top:-175px;
	z-index:105;
}
#ipad img{
	width:100%;
	position:absolute;
	bottom:0;
	right:0;
	z-index:25;
}
#ipad img.fade{
	z-index:30;
}
#aboutText{
	/*background:#42B691;*/
	padding:40px;
	color:#FFF;
}
#aboutText h2 p{
	color:#FFF;
}



.fade{
	transition:opacity ease-in-out 0.6s;
	opacity:0.0;
}
.fade.on{
	opacity:1.0;
}

#test2{
	background:#FF9966;
}
#priceText{
	background:#42B691;
}
.teal{
	background:#465558;
	padding:20px;
	text-align:center;
}
.topTriangle{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:100;
}
.topTriangle polygon,.bottomTriangle polygon{
	fill:#465558;
}
.tealTriangle polygon{
	fill:#42B691 !important;
}
.darkTriangle polygon{
	fill:#389779 !important;
}
#aboutUs .aboutTriangle{
	position:absolute;
	z-index:-1;
}
#aboutUs .darkTriangle{
	position:absolute;
	margin-top:80%;
}
.svgBG{
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:0;
}
.svgBG polygon{
	fill:#42B691;
}
.explainationTriangle polygon{
	fill:#42B691;
	position:absolute;
	z-index:19;
	top:0;
	left:0;
}
.explainationTriangleDark{
	fill:#389779;
	position:absolute;
	z-index:20;
	top:0;
	left:0;
}
.bottomTriangle{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
.visionTriangle{
	height:100%;
	width:50px;
	position:absolute;
	top:0;
	left:-50px;
	z-index:22;
}
.visionTriangle polygon{
	fill:#465558;
}
svg{
	display:none;
}
.svg svg{
	display:block;
}
.tealBg{
	background-color:#42B691;
}
.purpleBg{
	background-color:#969;
}
.peachBg{
	background:#FF9966;
}
.svg #aboutUs .tealBg{
	background-color:transparent;
}
.third{
	display:inline-block;
	clear:both;
	width:calc(33.33333333% - 20px);
	max-width:300px;
	padding:10px;
	vertical-align:top;
}
h3{
	color:#FFF;
}
.third h3{
	font-size:1.5em;
	line-height:1.5em;
	margin-bottom:6px;
	font-weight:700;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
}
.half{
	display:inline-block;
	width:40%;
}
#about{
	position:absolute;
	bottom:0;
	right:10%;
}
#explainationText{
	position:absolute;
	bottom:0;
	right:10%;
}
#designs{
	position:absolute;
	bottom:0;
	left:10%;
}
.light{
	color:#FFF;
}
.left{
	text-align:left;
}


#explaination{
	display:inline-block;
	position:absolute;
	top:0;
	right:-100%;
	width:100%;
	height:100%;
	z-index:20;
}
#analyticsExplaination{
	display:inline-block;
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	z-index:200;
}
#analyticsExplaination #explainationText{
	left:10%;
	right:auto;
}
#analyticsExplaination #explainationBack{
	right:15%;
	margin-right:-80px;
	margin-left:0;
	left:auto;
}

.paralax{
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
}
.all{
	width:100%;
	height:100%;
	position:relative;
}
.particle{
	display:inline-block;
	position:absolute;
}
.cloud{
	background:#FFF;
	width:200px;
	height:200px;
	margin-left:-100px;
	margin-top:-100px;
	border-radius:100%;
}
#back .cloud{
	background:#CCC;
	width:50px !important;
	height:50px !important;
	margin-left:-25px !important;
	margin-top:-25px !important;
	border-radius:100%;
}
#middle .cloud{
	background:#ececec;
	width:64px !important;
	height:64px !important;
	margin-left:-32px !important;
	margin-top:-32px !important;
	border-radius:100%;
}
#front .cloud{
	
	background:#FFF;
	width:80px !important;
	height:80px !important;
	margin-left:-40px !important;
	margin-top:-40px !important;
	border-radius:100%;
}
.plant{
	top:50%;
	left:50%;
	background:url(../images/particles/flower.png) no-repeat center;
	background-size:contain;
	width:200px;
	height:200px;
	margin-left:-100px;
	margin-top:-100px;
}
.clock{
	top:20%;
	left:30%;
	background:url(../images/particles/clock.png) no-repeat center;
	background-size:contain;
	width:200px;
	height:200px;
	margin-left:-100px;
	margin-top:-100px;
}
.candle{
	top:80%;
	left:80%;
	background:url(../images/particles/candle.png) no-repeat center;
	background-size:contain;
	width:200px;
	height:200px;
	margin-left:-100px;
	margin-top:-100px;
}
.paint2{
	top:80%;
	left:10%;
	background:url(../images/particles/paint%20bottle2.png) no-repeat center;
	background-size:contain;
	width:200px;
	height:200px;
	margin-left:-100px;
	margin-top:-100px;
}


.Bible{
	top:30%;
	left:60%;
	background:url(../images/particles/bible.png) no-repeat center;
	background-size:contain;
	width:300px;
	height:300px;
	margin-left:-150px;
	margin-top:-150px;
}
#price .Bible{
	top:70%;
	left:30%;
}
.laptop{
	top:60%;
	left:70%;
	background:url(../images/particles/laptop1.png) no-repeat center;
	background-size:contain;
	width:300px;
	height:300px;
	margin-left:-150px;
	margin-top:-150px;
}
#price .laptop{
	top:55%;
	left:75%;
}
.sketchbook{
	top:40%;
	left:10%;
	background:url(../images/particles/sketchbook.png) no-repeat center;
	background-size:contain;
	width:300px;
	height:300px;
	margin-left:-150px;
	margin-top:-150px;
}
#price .sketchbook{
	top:35%;
	left:80%;
}
.cup{
	top:60%;
	left:30%;
	background:url(../images/particles/cup.png) no-repeat center;
	background-size:contain;
	width:400px;
	height:400px;
	margin-left:-200px;
	margin-top:-200px;
}

.ruler{
	top:80%;
	left:50%;
	background:url(../images/particles/ruler.png) no-repeat center;
	background-size:contain;
	width:400px;
	height:400px;
	margin-left:-200px;
	margin-top:-200px;
}
.compass{
	top:20%;
	left:80%;
	background:url(../images/particles/compass.png) no-repeat center;
	background-size:contain;
	width:400px;
	height:400px;
	margin-left:-200px;
	margin-top:-200px;
}
.paint{
	top:50%;
	left:90%;
	background:url(../images/particles/paint%20bottle.png) no-repeat center;
	background-size:contain;
	width:400px;
	height:400px;
	margin-left:-200px;
	margin-top:-200px;
}
.iMac{
	top:50%;
	left:10%;
	background:url(../images/particles/iMac.png) no-repeat center;
	background-size:contain;
	width:400px;
	height:400px;
	margin-left:-200px;
	margin-top:-200px;
}
.iPhone2{
	top:40%;
	left:60%;
	background:url(../images/particles/iphone.png) no-repeat center;
	background-size:contain;
	width:400px;
	height:400px;
	margin-left:-200px;
	margin-top:-200px;
}
.iPad{
	top:70%;
	left:50%;
	background:url(../images/particles/iPad.png) no-repeat center;
	background-size:contain;
	width:400px;
	height:400px;
	margin-left:-200px;
	margin-top:-200px;
}
.iPad2{
	top:30%;
	left:40%;
	background:url(../images/particles/iPad2.png) no-repeat center;
	background-size:contain;
	width:400px;
	height:400px;
	margin-left:-200px;
	margin-top:-200px;
}
.lens{
	top:80%;
	left:14%;
	background:url(../images/particles/lens.png) no-repeat center;
	background-size:contain;
	width:400px;
	height:400px;
	margin-left:-200px;
	margin-top:-200px;
}

.cloudFront{
	display:inline-block;
	position:absolute;
	width:100%;
	height:800px;
	margin-top:-200px;
	top:64%;
	left:0%;
	background:url(../images/particles/cloudFront.png) no-repeat top;
	background-size:contain;
	z-index:23;
}
.cloudMiddle{
	display:inline-block;
	position:absolute;
	width:100%;
	height:800px;
	margin-top:-200px;
	top:64.25%;
	left:0%;
	background:url(../images/particles/cloudMiddle.png) no-repeat top;
	background-size:contain;
	z-index:22;
}
.cloudBack{
	display:inline-block;
	position:absolute;
	width:100%;
	height:800px;
	margin-top:-200px;
	top:64.5%;
	left:0%;
	background:url(../images/particles/cloudBack.png) no-repeat top;
	background-size:contain;
	z-index:20;
}
#front #vision{
	display:inline-block;
	position:absolute;
	width:100%;
	top:65%;
	left:0%;
	z-index:22;
	background:#389779;
}
#front #history{
	display:inline-block;
	position:absolute;
	width:100%;
	top:87.7272727272%;
	left:0%;
	z-index:22;
	background:#969;
}
#front #history .center,#front #vision .center{
	max-width:1000px;
}
#front #history p,#front #vision p{
	color:#FFF;
	text-align:left;
	text-transform:none;
}
#aboutExtraText.teal{
	padding:0;
}
#aboutExtraText{
	display:inline-block;
	position:absolute;
	width:100%;
	max-width:600px;
	text-align:left;
	color:#FFF !important;
	margin-top:-200px;
	top:80%;
	right:0%;
	z-index:22;
}
#aboutExtraText .relFull{
	padding:10px;
	padding-right:100px;
	overflow:visible;
	width:calc(100% - 110px);
}
#aboutExtraText p{
	color:#FFF !important;
}
#team{
	display:inline-block;
	position:absolute;
	top:110.45454545%;
	background:#F96;
	height:12%;
	width:100%;
	z-index:200;
}

.marg{
	margin-top:20px !important;
}

#unlimitedBg{background:url(../images/bg/3.png); background-position:center; background-size:cover; background-repeat:no-repeat; width: 100%; height:120%; display:inline-block;}
#back{width: 100%; height:150%; display:inline-block;}
#back .particle,#back .cloudParticle{z-index:20;}
#text{width: 100%; height:165%; display:inline-block; z-index:21;}
#middle{width: 100%; height:180%; display:inline-block;}
#middle .particle,#middle .cloudParticle{z-index:22;}
#front{width: 100%; height:220%; display:inline-block;}
#front .particle,#front .cloudParticle{z-index:23;}

#priceBg{background:url(../images/bg/4.png); background-position:center; background-size:cover; background-repeat:no-repeat; width: 100%; height:120%; display:inline-block;}

.content{
	display:inline-block;
	width:100%;
	width:calc(100% - 20px);
	max-width:980px;
	padding:10px;
	text-align:left;
	color:#FFF;
}
.content h2{
	color:#FFF !important;
	font-size:1.8em;
	line-height:1.8em;
	text-transform:uppercase;
}
.featureHead{
	color:#465558;
	background:#42B691;
	padding:10px;
	font-size:2.2em;
	line-height:2.2em;
	margin:24px 0;
}
.feature{
	color:#FFF;
	font-size:1.2em;
	line-height:1.2em;
	background-image:url(../images/check.png);
	background-repeat:no-repeat;
	background-size: 40px 40px;
	background-position:0 0;
	padding: 8px 0 0 50px;
	min-height:40px;
	margin-top:6px;
}

.designBlock{
	height:100%;
}
.designText,.designImage{
	display:inline-block;
	height:100%;
	vertical-align:top;
}
.designText{
	width:30%;
}
.designImage{
	width:70%;
}
.designText>div,.designImage>div{
	display:table;
	height:100%; width:100%;
}
.designText>div>div,.designImage>div>div{
	display:table-cell;
	vertical-align:middle; text-align:center;
}
.designText>div>div{
	text-align:right;
	padding-left:60px;
}
.designText h2{
	color:#FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2.25em;
	line-height:2.25em;
	font-weight:700;
	text-transform:uppercase;
}
.designText .button{
	margin-top:12px;
}
	
.designImageWrap{
	display:inline-block;
	width:60%;
	overflow:hidden;
	border-radius:6px;
	position:relative;
}
.designImageWrap .fade{
	position:absolute;
	top:0;
	left:0;
}
.designImageWrap img{
	width:100%;
}

.designBlockRight .designText{
	float:right;
}
.designBlockRight .designText>div>div{
	text-align:left;
	padding:0 60px 0 0;
}
#aboutUs .center{
	max-width:600px;
}
#aboutUs .button{
	margin-left:6px;
	margin-right:6px;
}
.lightForm label{
	display:block;
	color:#FFF;
	font-size:1.6em;
	line-height:1.6em;
}
.lightForm input[type=text]{
	display:inline-block;
	width:80%;
	width:calc(100% - 12px);
	padding:6px;
	margin:6px 0;
	border-radius:6px;
	background:#FFF;
	border:none;
	color:#465558;
}

@media only screen 
and (max-width: 900px) {
	nav{
		background:#FFF;
		text-align:center;
		margin-top:-150%;
		transition:all ease-in-out 0.4s;
	}
	.typographicLogo{
		width:225px;
		height:60px;
		background-size:225px 60px;
	}
	.menuOn nav{
		margin-top:0;
	}
	.scroll nav{
		background:#FFF;
	}
	nav>ul{
		display:block;
		width:100%;
		list-style:none;
	}
	nav>ul a{
		display:block;
	}
	nav>ul li{
		display:block;
		padding:6px 20px;
		text-transform:uppercase;
		font-size:1.25em;
		line-height:1.25em;
		transition:all ease-in-out 0.4s;
		background-color:transparent;
	}
	nav>ul li:hover{
		cursor:pointer;
		background:#465558;
		color:#FFF;
	}
	#menu{
		display:inline-block;
	}
	.cloudFront,.cloudMiddle,.cloudBack{
		background-size:auto;
	}
	.designBlockRight .designText{
		float:none;
	}
	.designText>div>div{
		text-align:center;
		padding:0 10px;
	}
	.designBlockRight .designText>div>div{
		text-align:center;
		padding:0 10px;
	}
	.designText,.designImage{
		height:50%;
		width:100%;
	}
	.designText{
		height:40%;
	}
	.designImage{
		height:60%;
	}
	.designText>div>div{
		vertical-align:bottom;
	}
	#aboutText{
		background-color:#389779;
	}
}
@media only screen 
and (max-width: 600px) {
	*{
		font-size:10px;
	}
	.badge{
		width:80px;
		height:80px;
		background-size:60px 60px;
	}
	.third{
		display:inline-block;
		width:100%;
		width:calc(100% - 20px);
		max-width:none;
	}
	.half{
		display:block;
		width:100%;
	}
	#about{
		position:static;
		margin-bottom:50%;
	}
	#explainationText{
		width:calc(85% - 50px);
		right:10px;
	}
	#explainationText .left{
		text-align:right;
	}
	#analyticsExplaination #explainationText{
		left:10px;
		right:auto;
	}
	#analyticsExplaination #explainationText .left{
		text-align:left;
	}
	
	#mobile #phone{
		display:inline-block;
		width:50%;
		position:absolute;
		bottom:0;
		left:-100%;
		transition:all ease-in-out 2.0s;
	}
	#mobile #phone img{
		height:auto;
		width:100%;
	}
	.phone #mobile #phone{
		left:18%;
	}
	#designs{
		position:static;
		margin-bottom:50%;
	}
	#design #imac{
		display:inline-block;
		width:50%;
		position:absolute;
		bottom:10%;
		right:-100%;
		transition:all ease-in-out 2.0s;
	}
	#design #imac img{
		height:auto;
		width:100%;
	}
	.phone #design #imac{
		right:25%;
	}
	.huge{
		font-size:4em !important;
		line-height:2em;
	}
	#explainationBack{
		top:50%;
		left:15%;
		margin-left:-40px;
		margin-top:-40px;
	}
	#analyticsExplaination #explainationBack{
		right:15%;
		margin-right:-40px;
		margin-left:0;
		left:auto;
	}
}
	#back .particle{
		width:10%;
		height:10%;
		margin-left:-5%;
		margin-top:-5%;
	}
	#middle .particle{
		width:20%;
		height:20%;
		margin-left:-10%;
		margin-top:-10%;
	}
	#front .particle{
		width:30%;
		height:30%;
		margin-left:-15%;
		margin-top:-15%;
	}
