/* Alignment */
.display-table{ display: table; table-layout: fixed; height: 100%; width: 100%; }
.v-align{ display: table-cell; vertical-align: middle; }

.left{ float: left; }
.right{ float: right; }

.text-center{ text-align: center; }

.relative{ position: relative; }

/* Effects */
.ease{
    -webkit-transition: all .2s ease-out;  
	-moz-transition: all .2s ease-out;  
	-ms-transition: all .2s ease-out;  
	-o-transition: all .2s ease-out;  
	transition: all .2s ease-out;
}

/* Structure */
.container { margin: 0 auto; height: 100%; max-width: 990px; width: 88%; }
.bg-stretch{
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Columns */
.columns{ height: 100%; margin: 0 -4%; }
.half{ margin: 0 4%; width: 42%; }
.full{ margin: 0 auto; width: 100%; }

/* Header */
.header{ padding: 2.8em 0; position: fixed; width: 100%; z-index: 10; }
.header.scrolled{
	background: rgba(59,203,217,0.95);
	padding: 1.4em 0;
}
.app-icon{
	background: rgb(59,204,217); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(59,204,217,1) 24%, rgba(59,154,217,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(24%,rgba(59,204,217,1)), color-stop(100%,rgba(59,154,217,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(59,204,217,1) 24%,rgba(59,154,217,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(59,204,217,1) 24%,rgba(59,154,217,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(59,204,217,1) 24%,rgba(59,154,217,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(59,204,217,1) 24%,rgba(59,154,217,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bccd9', endColorstr='#3b9ad9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin: -7px 1.2em -7px 0;
	max-width: 42px;
}
.header.scrolled .app-icon{
	background: none;
	margin: -4px 0.4em -4px 0;
	max-width: 36px;
}
.logo{
	color: #fff;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.555555555555556em;
	margin: 0;
	text-decoration: none;
}
.links{ margin: 0; padding: 0; }
.links li{
	display: inline-block;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 2em;
	margin-left: 1.6em;
}
.links li a{ text-decoration: none; }
.links li a:hover{ opacity: 0.5; }
.header .links li a{ color: #fff; }
.footer .links li a{ color: #666; }

/* Hero */
.hero{
	background-image: url(../img/home-bg.jpg);
	color: #fff;
	position: relative;
	text-align: center;
}
.text-block{ margin: 0 auto 5.6em; max-width: 770px; padding-top: 11.2em; }
.video-btn-container{
	position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
}
.circle{
	background: rgba(59,203,217,1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	width: 8.4em;
	height: 8.4em;
	margin: 2.8em auto 0;
}
.circle:hover{ background: rgba(59,203,217,0.8); }
.play-btn{
	color: #fff;
	font-size: 4.2em;
	line-height: 84px;
	margin: 0;
	padding: 0;
	position: relative;
		top: -1px;
		right: -5px;
}
.icon-bg{ background-repeat: repeat; background-image: url(../img/r-icons.jpg); }
.fade-overlay{ position: relative; }
.fade-overlay:before{ 
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,0) 66%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(33%,rgba(255,255,255,1)), color-stop(66%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 33%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 33%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 33%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 33%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

	content: " ";
	position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
}

/* Sections */
.section{ height: 100%; min-height: 660px; overflow: hidden; }
.expand{ height: auto; overflow: hidden; }
.download{ background-image: url(../img/dl-bg.jpg); color: #fff; padding: 5.6em 0; position: relative; }
.alt-bg{ background: #f7f7f7; }
.screenshot img{ border: 1px solid #ddd; max-width: 310px; }

.dl-badges{ margin-top: 2.8em; }
.badge{ display: inline-block; margin: 0 1em 2.8em; max-width: 200px; overflow: hidden; position: relative; }
.coming-soon:after{
	background: #3bcbd9;
	color: #fff;
	content: "coming soon";
	display: block;
	font-size: 1.2em;
	padding: 7px 32px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
		top: 14px;
		right: -12px;
}
.text-block--m{ margin: 5.6em auto; max-width: 770px; }

.overlay:before{ 
	background: rgba(51,51,51,0.5);
	content: " ";
	position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
}

.testing{
	padding: 4.2em 0;
}
.form{ margin: 2.8em 0; }
input{ font-family: 'Open Sans', sans-serif; }
.email, .submit{ display: block; margin: 14px auto; }
.email input,
.platform select{
	background: #fff;
	border: 1px solid #ddd;
	color: #444;
	height: 42px;
	padding: 0 0.65em;
	width: 350px;
}
.platform option{ color: #444; }
.submit input{
	background: #3bcbd9;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	height: 42px;
	padding: 0 1em;
	width: auto;
}
.email input:focus{ 
    border-color: #bbb;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/* Footer */
.footer{ padding: 4.2em 0; }
.facebook{ margin-right: 2em; }

@media screen and (max-width: 800px){
.logo{ display: none; }
.section{ height: auto; min-height: 0; overflow: hidden; }
.columns{ margin: 4.2em 0; }
.full{ margin: 0; width: 100%; }
.half{ margin: 0; width: 100%; }
.screenshot{ margin-top: 2.8em; }
.screenshot img{ max-width: 66%; }
.badge{ max-width: 150px; margin: 0 1em 1.4em; }
.links li{ font-size: 1.3em; line-height: 2.153846153846154em; margin-left: 1.2em; }
.footer{ padding: 1.4em 0; }
.text-block{ margin: 0 auto 2.8em; padding-top: 8.4em; }
.text-block--m{ margin: 2.8em auto; }
.circle{ width: 5em; height: 5em; margin: 1.4em auto 0; }
.play-btn{
	font-size: 2em;
	line-height: 50px;
		top: 0;
		right: -2px;
}
.footer{ padding: 1.4em 0; }
.header{ padding: 1.4em 0; position: absolute; }
.app-icon{ margin: -4px 1.2em -4px 0; max-width: 36px; }
.coming-soon:after{ font-size: 1em; top: 10px; right: -12px; }
.email input,
.platform select{ width: 100%; }
.icon-bg{ background-size: 100%; }
}