/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* GENERAL ////////////////////////////////////////////////////////////////////////*/

body {
	font-family: 'Open Sans', 'helvetica neue', helvetica, arial, sans-serif;
	text-align:center;
	background-color: #FFF;
	
	 -webkit-font-smoothing: antialiased;
     font-smoothing: antialiased;
}

a, a:link  {
	color: #877F6F;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #AA7651;
}



h1 {

	font-weight: 300;
	
}

h1 p {
	font-weight: 400;
	font-size: 17px;
}

h2 {
font-size: 32px;
font-weight: 300;
line-height: 44px;
color: #000;
}

h2 p {
	font-weight: 400;
}


h2 a, h2 a:link {
	
	text-decoration: none;
}

h2 a:hover {
color: #AA7651;
}

h3 {
font-size: 17px;
font-weight: 400;
line-height: 34px;
color: #514533;
margin-bottom: 44px;
}

h4 {
font-size: 28px;
font-weight: 400;
line-height: 34px;
color: #514533;
margin-bottom: 34px;
}

blockquote {
	font-size: 18px;
	text-align:center;
	color: #877F6F;
	line-height: 26px;
}

p {

font-size: 18px;
line-height: 26px;
margin-bottom: 24px;
word-spacing: 0px;
color: #877F6F;
}


p a, p a:link, blockquote a, blockquote a:link {
	color: #AA7651;
	text-decoration: none;
}

li {
font-size: 18px;
line-height: 26px;
margin-bottom: 24px;
word-spacing: 0px;
color: #877F6F;
}

li .bar {
	padding: 3px;
	color: #999285;
	font-family: sans-serif;
	font-size: 14px;
}


/*////////////////////////////////////////////////////////////////////////////////////*/
// GENERAL
/*////////////////////////////////////////////////////////////////////////////////////*/


#master {
	padding:0;
	margin:0;
}

/* UTILITY ////////////////////////////////////////////////////////////////////////*/

.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

.video-trigger {
	cursor: pointer;
}


.align-center  {
	text-align: center;
}

.align-center  h4 {

	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

.align-left .hero {
	float:right;
	margin-right: -35px;
}

.align-right .hero {
	float:left;
	margin-right: 5%;
	margin-left: -35px;

}

.highlight {
	background-color: #F8F5E9;
}

/* SECTIONS ////////////////////////////////////////////////////////////////////////*/

section {
	width: 100%;
	display:block;
	padding:0 0 66px 0;
	margin:0;
	overflow:hidden;
	clear:both;
	background: url("../images/grey_rule.jpg") no-repeat 50% 0;
}

section.highlight {
	background: #F8F5E9 url("../images/brown_rule.jpg") no-repeat 50% 0;
}



.content {
	max-width: 975px;
	padding:86px 60px 0 60px;
	display: table; 	
	margin: 0 auto;
	text-align: left;
} 

.content h1, .content h2 {

 	display: table-cell; 
  	vertical-align: middle; 
	max-width: 415px;
	width: 51%;
}

.content h2 p {

 	margin-top:24px;
 	line-height: 32px;
}


.content h3 p {

 	margin-top:8px;
 	line-height: 26px;
 	font-size: 16px;
}


.hero, .hero img {

	display: block;
 	max-width: 100%;
  	height: auto !important;
}

.footnote {

	font-size: 13px;
	line-height: 18px;
	color: #999285;
	text-align:center;
}

#app_icon {
	margin:0 0 44px 0;
	display:block;
	overflow:hidden;
	width: 132px;
	height: 132px;
	background: url("../images/inv_sprite@2x.png") no-repeat 0 0;
	background-size: 217px 210px;
	-webkit-background-size:217px 210px;
	-moz-background-size:217px 210px;
	-o-background-size:217px 210px;
}

.appstore_button {
	display:block;
	width: 217px;
	height: 78px;
	background: url("../images/inv_sprite@2x.png") no-repeat 0 -132px;
	background-size: 217px 210px;
	-webkit-background-size:217px 210px;
	-moz-background-size:217px 210px;
	-o-background-size:217px 210px;
}

/* CUSTOM SECTION STYLES ////////////////////////////////////////////////////////////////////////*/

#header-section {
	padding:0;
	height: 704px;
	background: url("../images/wood_tile.jpg") repeat-x;
}

#header-section .content {
	
}

#header-section h1 
{
	vertical-align: top;
	padding-top: 14px;
}


#header-section h1 p
{
	margin: 62px 0 52px 0;
	color: #FFF;
}

#header-section .hero {

	margin-top: -86px;
	margin-right: -60px;
}

#cloud-section {
	background-image: none;
}

#cloud-section .hero {
	margin-left: 0;
}

#cloud-section h2 {
	padding-left: 30px;
}

#status-section .hero {
		position:relative;
		display: block;
	    width: 414px;
  	    height: 640px;
}

#status-section .hero {

	position: relative;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 414px;
	width: 100%;
	height: auto !important;
	
	background-size: 100% auto;
}

#status-section .video-holder {

	position:absolute;
	top: 13.4%;
	left: 14.8%;
	width: 57%; /* video width percentage of hero width.*/
	display:block;
   
}

#status-section canvas {
    	position: relative;
    	top: 0;
		left: 0;
		max-width: 100%;
		height: auto;
}
	
#status-section video {
    	position: absolute;
    	top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}

	
#download-section .appstore_button { 
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 34px;
}


#footer-section ul {
	width: 320px;
	display:block;
	margin:0 auto 24px auto;
}

 #footer-section ul li {
 	display: inline;
	margin:0;
	font-size: 14px;
 }

#footer-section .content {
	text-align: center;
	padding-top: 44px;
}

#footer-section p {
	font-size: 16px;
}

#footer-section .appstore_button {
	margin: 0 auto;
}


/* COLUMNS ////////////////////////////////////////////////////////////////////////*/

.column {

	float:left;
}

.three-columns {

	max-width: 975px;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}

.three-columns .column {
	
	/* total width: 305px */
	max-width: 290px;
	width: 29.743589743589745%;
	margin-left: 3.076923076923077%;
}



@media only screen and (max-width: 620px) {
	html {
		overflow:scroll;
	}
	
	p {
		font-size: 16px;
	}
	
	
	section {
		width: 90% !important;
		padding-left: 5% !important;
		padding-right: 5% !important;
		padding-bottom:32px;
	}
	
	
	section .content {
		width: 100%;
		padding:46px 0 0 0 !important;
		text-align: center;
		overflow: hidden;
	}

	.content h1, .content h2 {
		font-size: 20px;
		font-weight: 400;
		max-width: 100%;
		width: 100% !important;
		display: block;
		line-height: 28px;
	}
	
	.content h2 p {
 		margin-top:8px;
 		line-height: 26px;
	}

	.content h3 p {
 		margin-top:18px;
	}


	h2 img { 
		max-width: 100%;	
	    height: auto !important;
	}
	
	.hero, .hero img {
		
		margin-left: auto !important;
		margin-right: auto !important;

	}
	
	#header-section {
		height: 488px;
	}
	

	#header-section h1
	{
		padding-top: 0;
	}
	
	#header-section h1 p
	{
		font-size: 15px;
		line-height: 22px;
		margin: 30px 0 34px 0;
		color: #FFF;
	}

	#header-section .hero {
		display: none;
	}
	
	#cloud-section h2 {
		padding-left: 0px;
	}


	#overview-section .hero {
		margin-bottom: 32px
	}
	
	#footer-section ul {
		width: 100%;
		margin:0 auto 24px auto;
	}
	
	#app_icon {
		margin:-20px auto 8px auto;
	}

	.social {
		display:none;
	}
	
	.align-left .hero , .align-right .hero {
		float:none;
		margin-right: auto;
		margin-left: auto;
	}
	
	.align-left .hero {
	}

	.align-right .hero {
		margin-bottom: 32px;
	}

	 .appstore_button {

		margin-left:auto;
		margin-right:auto;
	}
	
	
	/* COLUMNS ////////////////////////////////////////////////////////////////////////*/

.column {

	float:none;
}

.three-columns {

	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}

.three-columns .column {
	
	max-width:100%;
	width: 100%;
	margin:0px;
}



