/* Reset */
html,body,div,span,object,iframe,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{background:transparent;font-size:100%;margin:0;padding:0;vertical-align:baseline}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{border:0;border-top:1px solid #ccc;display:block;height:1px;margin:1em 0;padding:0}input,select{vertical-align:middle}

/* General */
::selection{
	background:#000;
	color:#FFF;
}
::-moz-selection{
	background-color:#000;
	color:#FFF;
}
::-moz-focus-inner{
	border:0;
	margin:0;
	padding:0;
}
a,a:visited{
	color:#2e2e2e;
	outline:none;
	text-decoration:none;
}
a:hover{
	color:#666;
	outline:none;
	text-decoration:none;
}
h1, h2, h3{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	border:0;
	margin:0;
	padding:0;
}
body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing:antialiased;
	color:#2D2D2D;
	line-height:1;
	word-wrap:break-word;
	overflow-x:hidden;
	background-image:none;
	background-color:#FFF;
	margin:0;
	padding:0;
	overflow-x:hidden;
}

/* Loading Screen */
.loading_screen {
	background-image:url(../images/loading_icon.GIF);
}

/* Navigation */
.navigation_wrapper {
	width: 100%;
	height: 75px;
	float: left;
	background-color: #FFF;
	border-bottom: solid 1px #E2E2E2;
	position: fixed;
	z-index:400;
}
.navigation_inner_wrapper {
	width: 1000px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
}
a.navigation_logo {
	height: 75px;
	width: 275px;
	float: left;
	background-image:url(../images/nav_icon.png);
	background-repeat:no-repeat;
}
.navigation_links {
	float: right;
}
.navigation_links a {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	height: 76px;
	line-height: 75px;
	color: #6A6A6A;
	font-weight: 500;
	font-size: 15px;
	transition: background-color 0.5s ease;
}
.navigation_links a:hover {
	background-color: #aaaaaa;
	color: #FFF;
}

/* Header */
.header_wrapper {
	width: 100%;
	height: 760px;
	float: left;
	background-color: #aaaaaa;
	border-top: solid 2px #a09f9f;
	overflow: hidden;
	margin-top: 76px;
}
.header_text_wrapper {
	text-align: center;
	padding-top: 70px;
	height: 229px;
	color: #FFF;
	display:none;	
}
.header_text_wrapper h1 {
	font-size: 36px;
	font-weight: 200;
	width: 100%;
	text-align: center;
}
.header_text_wrapper p {
	font-size: 20px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	color: #77AEF0;
	padding-top: 14px;
}
.header_iphones_wrapper {
	width: 1000px;
	height: 461px;
	margin-left: auto;
	margin-right: auto;
}
.header_iphone_one {
	width: 295px;
	height: 461px;
	background-image:url(../images/header_iphone_one.png);
	background-repeat:no-repeat;
	float:left;
	display:none;
}
.header_iphone_two {
	width: 295px;
	height: 461px;
	background-image: url(../images/header_iphone_two.png);
	background-repeat: no-repeat;
	margin-left: 57px;
	margin-right: 57px;
	float: left;
	display:none;
}
.header_iphone_three {
	width: 295px;
	height: 461px;
	background-image:url(../images/header_iphone_three.png);
	background-repeat:no-repeat;
	float:left;
	display:none;	
}
a.action_button {
	background-color: #35B9E7;
	color: #FFF;
	padding: 22px;
	display: inline-block;
	border-radius: 4px;
	margin-top: 25px;
	font-size: 16px;
	font-weight: 500;
	transition: background-color 0.5s ease;
}
a.action_button:hover {
	background-color: rgba(53, 185, 231, 0.72);
}
.loading_icon {
	width: 32px;
	height: 32px;
	background-image:url(../images/loading_icon.GIF);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:370px;
}

/* Sections Wrapper */
.section_inner_wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* Section One */
.section_one {
	float: left;
	width: 100%;
	height: 870px;
	background-color:#FFF;
}
.left_column_section_one {
	float: left;
	width: 400px;
	margin-top: 130px;
	margin-left: 80px;
}
.left_column_section_one_iphone {
	float: left;
	background-image:url(../images/iphone_section_one.png);
	background-repeat:no-repeat;
	width:320px;
	height:672px;
}
.right_column_section_one {
	float: right;
	width: 430px;
	padding-right:90px;
	margin-top: 360px;
}
.right_column_section_one h2 {
	color: #5D5D5D;
	font-size: 40px;
	font-weight: 200;
	margin-bottom: 20px;
	line-height: 42px;
}
.right_column_section_one p {
	color: #9D9D9D;
	font-size: 16px;
	line-height: 26px;
}

/* Section Two */
.section_two {
	float: left;
	width: 100%;
	height: 870px;
	background-color:#b5b5b5;
}
.right_column_section_two {
	float: right;
	width: 400px;
	margin-top: 130px;
	margin-left: 80px;
}
.right_column_section_two_iphone {
	float: left;
	background-image:url(../images/iphone_section_two.png);
	background-repeat:no-repeat;
	width:320px;
	height:672px;
}
.left_column_section_two {
	float: left;
	width: 430px;
	padding-left:90px;
	margin-top: 360px;
	text-align: right;
}
.left_column_section_two h2 {
	color: #FFF;
	font-size: 40px;
	font-weight: 200;
	margin-bottom: 20px;
	line-height: 42px;
}
.left_column_section_two p {
	color: #FFF;
	font-size: 16px;
	line-height: 26px;
}

/* Section Three */
.section_three {
	float: left;
	width: 100%;
	height: 870px;
	background-color:#cbcbcb;
}
.left_column_section_three {
	float: left;
	width: 400px;
	margin-top: 130px;
	margin-left: 80px;
}
.left_column_section_three_iphone {
	float: left;
	background-image:url(../images/iphone_section_three.png);
	background-repeat:no-repeat;
	width:320px;
	height:672px;
}
.right_column_section_three {
	float: right;
	width: 430px;
	padding-right:90px;
	margin-top: 360px;
}
.right_column_section_three h2 {
	color: #FFF;
	font-size: 40px;
	font-weight: 200;
	margin-bottom: 20px;
	line-height: 42px;
}
.right_column_section_three p {
	color: #FFF;
	font-size: 16px;
	line-height: 26px;
}

/* Meet team */
.meet_team_section_text_wrapper h3 {
	font-size: 36px;
	font-weight: 200;
	color: #656565;
}
.meet_team_section_text_wrapper p {
	font-size: 18px;
	font-weight: 400;
	color: #ABABAB;
	padding-top: 10px;
}
.meet_team_section_text_wrapper {
	text-align: center;
	padding-top: 130px;
}
.meet_team_section {
	width: 100%;
	float: left;
}
.meet_team_member_wrapper {
	width: 250px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 60px;
	margin-bottom: 90px;
	float: left;
}
.team_member_avatar {
	width: 140px;
	height: 140px;
}
.meet_team_avatar_wrapper {
	width: 136px;
	height: 136px;
	margin-left: auto;
	margin-right: auto;
}
.meet_team_avatar_wrapper img{
	width: 120px;
	height: 120px;
	border: solid 8px #FFF;
	-moz-box-shadow: 0 0 10px 0 #D3D3D3;
	-webkit-box-shadow: 0 0 10px 0 #D3D3D3;
	box-shadow: 0 0 10px 0 #D3D3D3;
	border-radius: 50%;
}
.meet_team_name_job_title_wrapper {
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
.meet_team_name_job_title_wrapper p.team_member_job_position {
	font-size: 18px;
	font-weight: 400;
	color: #494949;
	padding-top: 0px;
	text-transform:none;
}
.meet_team_name_job_title_wrapper p {
	font-size: 13px;
	color: #B0B0B0;
	text-transform: uppercase;
	padding-top: 10px;
}
.meet_team_social_icons {
	text-align: center;
	width: 110px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.meet_team_social_icons a {
	height: 30px;
	width: 30px;
	background-image:url(../images/meet_the_team_social_icons.png);
	background-repeat:no-repeat;
	float: left;
	margin-right: 10px;
}
.meet_team_social_icons a.twitter_icon {
	background-position: 0px 0px;
}
.meet_team_social_icons a.dribbble_icon {
	background-position: -30px 0px;
}
.meet_team_social_icons a.facebook_icon {
	background-position: -60px 0px;
	margin-right: 0px;
}


/* Download */
.download_cta_section a.action_button {
	background-color: #FFF;
	color: #35B9E7;
	transition: background-color 0.5s ease;
}
.download_cta_section a.action_button:hover {
	background-color: rgba(255, 255, 255, 0.8);
}
.download_cta_section {
	background-color: #aaaaaa;
	float: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.download_cta_section h3 {
	font-size: 36px;
	font-weight: 200;
}
.download_cta_section p {
	font-size: 20px;
	font-weight: 200;
	color:#B0E8FF;
	padding-top:20px;
	padding-bottom:20px;
}

/* Footer */
.footer {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
}
.inner_footer_wrapper {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
a.twitter_social_icon {
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
	background-image:url(../images/footer_social_icons.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}
a.facebook_social_icon {
	width: 32px;
	height: 32px;
	float: left;
	background-image:url(../images/footer_social_icons.png);
	background-repeat:no-repeat;
	background-position: -32px 0px;
}
.social_icons_wrapper {
	width: 74px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
}
.footer_links {
	width: 100%;
	float: left;
	margin-top: 20px;
	font-size: 13px;
	color: #A3A3A3;
}
.footer_links a {
	font-size: 13px;
	color: #A3A3A3;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 400;
}
.footer_links a:hover {
	color: #333;
}
.footer_links p {
	margin-top:13px;
	font-weight:400;
}
.mobile_nav_icon {
	display:none;
}



/* Animations */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}


@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

/* Responsive */
@media screen and (max-width: 1000px) {
	.navigation_inner_wrapper {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.section_inner_wrapper {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.header_iphone_three {
		display:none;
		position:absolute;
		left:-5000px;
	}
	.header_iphone_two {
		margin-right: 0px;
	}
	.header_iphones_wrapper {
		width: 647px;
	}
	.section_one {
		height: auto;
	}
	.section_two {
		height: auto;
		padding-bottom: 90px;
	}
	.section_three {
		height: auto;
	}
	.left_column_section_one {
		float: none;
		width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.right_column_section_one {
		float: none;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0px;
		padding-top: 50px;
		padding-bottom: 60px;
		margin-top: 0px;
		clear: both;
		text-align: center;
	}
	.left_column_section_two {
		float: none;
		width: 90%;
		padding-left: 0px;
		margin-top: 90px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.right_column_section_two {
		float: none;
		width: 320px;
		margin-top: 70px;
		margin-left: auto;
		margin-right: auto;
	}
	.left_column_section_three {
		float: none;
		width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.right_column_section_three {
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		padding-right: 0px;
		margin-top: 0px;
		padding-top: 50px;
		margin-bottom: 60px;
		text-align: center;
	}
	.meet_team_member_wrapper {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		margin-bottom: 50px;
		float: left;
	}
}

@media screen and (max-width: 700px) {
	.header_text_wrapper h1 {
		font-size: 28px;
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}
	.header_text_wrapper p {
		font-size: 18px;
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}
	.right_column_section_one h2 {
		font-size: 30px;
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		margin-bottom: 0px;
	}
	.right_column_section_one p {
		font-size: 14px;
	}
	.left_column_section_two h2 {
		font-size: 30px;
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		margin-bottom: 0px;
	}
	.download_cta_section {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}
	.left_column_section_two p {
		font-size: 14px;
	}
	.right_column_section_three h2 {
		font-size: 30px;
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		margin-bottom: 0px;
	}
	.right_column_section_three p {
		font-size: 14px;
	}
	.meet_team_section_text_wrapper h3 {
		font-size: 30px;
	}
	.meet_team_section_text_wrapper p {
		font-size: 16px;
	}
	.download_cta_section h3 {
		font-size: 28px;
	}
	.download_cta_section p {
		font-size: 18px;
	}
	.navigation_links {
		display: none;
	}
	.mobile_nav_icon {
		height:58px;
		width:70px;
		display:block;
		float:right;
		padding-top: 17px;
	}
	.mobile_nav_icon .mobile_nav_icon_hb_line {
		width: 35px;
		height: 6px;
		margin-left: 18px;
		margin-top: 6px;
		background-color: #1976CE;
		float: left;
		border-radius: 4px;
	}
	.navigation_links {
		display: none;
		width: 100%;
		float: left;
		position: absolute;
		background-color: #FFF;
		margin-top: 75px;
	}
	.navigation_links a {
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		text-align: center;
		border-top: solid 1px #ccc;
	}
}
@media screen and (max-width: 647px) {
	.header_wrapper {
		height: 728px;
	}
	.header_iphones_wrapper {
		width: 295px;
		height: 429px;
	}
	.header_iphone_two {
		display: none;
		position:absolute;
		left:-5000px;
	}
	.header_iphone_one {
		width: 275px;
		height: 429px;
		float: none;
		background-size: 100%;
		background-position: center top;
		margin-left: auto;
		margin-right: auto;
	}
}


@media screen and (max-width: 500px) {
	.left_column_section_one {
		width: 270px;
		margin-left: auto;
		margin-right: auto;
	}
	.left_column_section_one_iphone {
		width: 270px;
		height: 600px;
		background-size: 100%;
	}
	.right_column_section_two {
		width: 270px;
		margin-left: auto;
		margin-right: auto;
	}
	.right_column_section_two_iphone {
		width: 270px;
		height: 600px;
		background-size: 100%;
	}
	.left_column_section_three {
		width: 270px;
		margin-left: auto;
		margin-right: auto;
	}
	.left_column_section_three_iphone {
		width: 270px;
		height: 600px;
		background-size: 100%;
	}
	.right_column_section_one {
		padding-top: 10px;
		padding-bottom: 50px;
	}
	.left_column_section_two {
		margin-top: 60px;
	}
	.right_column_section_two {
		margin-top: 50px;
	}
	.section_two {
		padding-bottom: 40px;
	}
	.left_column_section_three {
		margin-top: 60px;
	}
	.right_column_section_three {
		padding-bottom: 0px;
	}
	.download_cta_section h3 {
		font-size: 22px;
	}
	.download_cta_section p {
		font-size: 20px;
		padding-top: 10px;
		padding-bottom: 0px;
		line-height: 26px;
	}
}