/****** Font ******/

/**
@font-face {
    font-family: 'museo_slab500';
    src: url('../fonts/Museo_Slab_500_2-webfont.eot');
    src: url('../fonts/Museo_Slab_500_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Museo_Slab_500_2-webfont.woff') format('woff'),
         url('../fonts/Museo_Slab_500_2-webfont.ttf') format('truetype'),
         url('../fonts/Museo_Slab_500_2-webfont.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;
}
**/


/****** Media Queries ******/

@media (max-width: 600px)
{
	header > #header-content
	{
		text-align: center;
	}

	#top > #top-text
	{
		padding-top: 55px;
	}

	#header-content a > #header-logo
	{
		position: absolute;
		right: 5px;
	}

	html body #top > #top-phone
	{
		display: none;
	}

	#top > #full-demo-link
	{
		display: none;
	}

	#top > #mobile-demo-link
	{
		display: block;
	}

	#city > #city-container > #city-phone
	{
		display: none;
	}

	#city > #city-container
	{
		height: auto;
	}
	
	#header-content nav
	{
		display: none;
	}

	html body > #top {
		padding-top: 0;
		margin-top: 45px;
	}

	#app-store-button
	{
		margin: 0 auto;
	}

	#header-content nav ul
	{
		display: inline-block;
	}

	#header-content nav ul li
	{
		text-align: center;
		margin: 0 auto;
	}

	#header-content > #mobile-nav-button
	{
		display: block;
	}

	#header-content a > #nav-download-button
	{
		display: none;
	}

	body > #top
	{
		padding-top: 100px;
	}

	#top-text > #app-store-button
	{
		margin-top: 40px;
	}

	body > #top > #top-text
	{
		width: 80%;
		margin: 0 auto;
		text-align: center;
		float: none;
		padding-left: 0;
	}

	body > #top > #top-phone
	{
		position: relative;
		display: block;
		left: auto;
		right: auto;
		margin: 80px auto 0;
		width: 300px;
		height: 360px;
		background-size: 300px 360px;
	}

	body > #languages{
		margin-top: 0;
	}

	body > #languages aside
	{
		margin-top: 30px;
		line-height: 1.4em;
	}

	#email-input-container button
	{
		margin-top: 6px;
	}

	/*
	html > body > #tiles article
	{
		width: 80%;
		margin-top: 0;
		left: 10%;
		text-align: center;
	}
	*/

	body > #science > h2
	{
		padding-bottom: 50px;
	}

	body > #city
	{
		background-image: none;
		background-color: #3a7e6b;
		height: auto;
		padding-bottom: 60px;
	}

	body > #city article
	{
		width: 90%;
		position: relative;
		left: auto;
		margin: 0 auto;
		background-color: inherit;
		text-align: center;
		padding: 60px 0 0;
	}

	body footer ul
	{
		margin-right: 0;
		display: inline-block;
		float: none;
		vertical-align: top;
	}

	body footer ul:first-child
	{
		margin-right: 50px;
	}

	body footer > #footer-right
	{
		display: block;
		text-align: center;
		float: none;
		margin: 0;
		padding-top: 55px;
		vertical-align: top;
		clear: both;
	}

	body footer
	{
		padding-bottom: 120px;
		text-align: center;
	}


	#about-header > #globe
	{
		display: none;
	}

	body > #about-header
	{
		text-align: center;
		padding-right: 25px;
	}

	body > #about-header p
	{
		max-width: 600px;
	}

	body > #about-justin
	{
		text-align: center;
	}

	#about-justin-container > #justin-profile
	{
		float: none;
	}

	#about-justin-container > #about-justin-text
	{
		float: none;
		width: auto;
		padding-left: 25px;
		padding-right: 25px;
		margin-top: -40px;
		padding-bottom: 40px;
	}


	body > #faq-container, body > #faq-container > #support-faq
	{
		float: none;
		padding-right: 25px;
	}

	#support-faq > .faq-pair
	{
		width: auto;
	}

	#faq-container > #faq-contact-container
	{
		display: none;
	}

	#support-faq > #faq-contact
	{
		display: block;
	}
}


@media (max-width: 740px)
{
	#top > #top-text
	{
		width: 300px;
	}

	#top > #top-phone
	{
		left: auto;
		right: -45px;
	}

	#header-content nav ul li:first-child
	{
		display: none;
	}

	body > #tiles article 
	{
		/*
		margin-left: 0;
		left: 50px;
		*/
		width: 80%;
	}

	body > #science article
	{
		display: block;
		text-align: center;
		border-right: none;
		width: auto;
	}

	body > #science article img
	{
		margin: 0 auto;
	}

	body > #science article:nth-child(3)
	{
		margin-top: 40px;
	}

	body > #science article p
	{
		margin: 10px auto 0;
		width: 65%;
	}
}

@media (max-width: 820px)
{
	#top-phone
	{
		left: 345px;
	}

	body > #city article
	{
		margin-left: 0;
		left: 5%;
	}

	#city-container > #city-phone
	{
		right: 0;
		left: 435px;
	}
}


/****** Mobile Nav ******/

#mobile-nav
{
	position:fixed;
	left: -81%;
	top:60px;
	height: 100%;
	background: #a32036;
	width: 80%;
	z-index: 200;
	border-right: 1px solid #901b2f;
	color: white;
	font-size: 18px;
}

#mobile-nav ul li
{
	padding: 25px;
	padding-right: 0;
	border-bottom: 1px solid #901b2f;
	color: white;
}

#movile-nav ul a
{
	color: white;
}

#black-screen
{
	position: fixed;
	top: 60px;
	left: 0;
	background: black;
	opacity: 0.8;
	z-index:50;
	width: 100%;
	height: 100%;
	display: none;
}

#mobile-nav-button
{
	outline: none;
	border: none;
	width: 28px;
	height: 23px;
	background: url('../images/mobile-nav-button.png');
	cursor: pointer;
	position: absolute;
	top: 19px;
	left: 23px;
	display: none;
}




/****** Document ******/

body
{
	font-family: "museo-sans", arial, sans-serif;
	font-weight: 500;
}

a
{
	text-decoration: none;
	color: #8b2131;
}

a:hover
{
	text-decoration: underline;
}

strong
{
	font-weight: bold;
}

.clear
{
	clear: both;
}

h1
{
	font-family: "museo-slab";
	font-weight: 100;
}

h2
{
	line-height: 1.3em;
	font-family: "museo-slab";
	font-weight: 100;
}

.bold
{
	font-weight: 700;
}

.normal
{
	font-weight: 500;
}

.light
{
	font-weight: 100;
	font-family: "museo-slab";
}



/****** Header ******/

header 
{
	height: 60px;
	position: fixed;
	top: 0;
	width: 100%;
	background-color:rgba(255,255,255,0.9);
	z-index: 100;
}

#header-content
{
	width: auto;
	max-width: 1005px;
	margin:0 auto;
	position: relative;
}

#header-logo
{
	width: 175px;
	height: 47px;
	margin: 5px 0 0;
	padding-left: 25px;
}

#header-content nav
{
	float: right;
	margin-top: 20px;
	position: relative;
	margin-right: 25px;
}

#header-content nav ul
{
	list-style: none;
}

#header-content nav ul li 
{
	display: block;
	float: left;
	padding: 3px 15px;
}

#header-content nav ul li a 
{
	color: #8b2131;
}

#nav-download-button
{
	height: 30px;
	width: 90px;
	background: url('../images/nav-download-button.png');
	border: none;
	outline: none;
	position: absolute;
	top: 16px;
	right: -62px;
	opacity: 0;
	cursor: pointer;
}


/****** Top ******/

#top
{
	width: auto;
	max-width: 985px;
	margin: 75px auto 0;
	position: relative;
	overflow-x:hidden;
	height: 553px;
}

#top-text
{
	width: 500px;
	padding-top: 80px;
	padding-left: 25px;
	position: relative;
}

#top-text h1
{
	font-size: 48px;
	color: #7d7d7d;
	line-height: 1.2em;
}

#top-text h2 
{
	font-size: 24px;
	margin-top: 10px;
	color: #b8b8b8;
}

#top-text p 
{
	font-size: 20px;
	margin-top: 48px;
	padding-right: 20px;
	color: #b8b8b8;
}

#top-phone
{
	width: 460px;
	height: 553px;
	background: url('../images/iphone.png');
	margin-left: 0px;
	position: absolute;
	right: 0;
	top: 0;
}

#demo-video
{
	position: absolute;
	width: 201px;
	top: 70px;
	left: 167px;
}

#app-store-button
{
	margin-top: 60px;
	display: block;
	width: 224px;
}

#app-store-button button
{
	width: 224px;
	height: 77px;
	background: url('../images/app-store-button.png');
	border: none;
	outline: none;
	cursor: pointer;
}


/****** Languages ******/

#languages
{
	background: #ebebeb;
	width: 100%;
	text-align: center;
	margin-top: -100px;
}

#languages h2
{
	color: #7d7d7d;
	font-size: 21px;
	padding-top: 100px;
	display: block;
}

.flag-wrapper
{
	width: auto;
	max-width: 960px;
	margin: 0 auto;
	margin-top: 40px;
}

.flag-wrapper article
{
	display: inline-block;
	margin: 0 20px;
	margin-bottom: 30px;
}

.flag-image
{
	width: 77px;
	height: 52px;
	display: block;
}

.flag-name
{
	font-size: 14px;
	color: #7d7d7d;
	display: block;
	margin-top: 20px;
}

#coming-soon p
{
	font-size: 18px;
	color: #b2b2b2;
	padding-bottom: 30px;
}

#coming-soon article
{
	margin-bottom: 30px;
}

#coming-soon article img
{
	opacity: 0.6;
}

#email-aside
{
	text-align: center;
	font-size: 16px;
	margin: 80px auto 0;
	color: #7d7d7d;
	border-bottom: #d1d1d1 solid 1px;
	display: inline-block;
	padding: 0 15px 80px;
}

#email-aside span
{
	display: block;
}

#email-input-container
{
	margin-top: 15px;
}

#email-input-container input
{
	width: 230px;
	padding: 7px 7px;
	font-size: 14px;
	font-family: "museo-sans";
	color: #7d7d7d;
}

#email-input-container button
{
	height: 35px;
	cursor: pointer;
	font-family: "museo-sans";
	position: relative;
	bottom: 1px;
	color: #616161;
}


/****** Tiles ******/

#tiles
{
	background: #ebebeb;
	width: 100%;
	background-image: url('../images/card-tiles.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 480px;
}

#tiles article
{
	/*
	position: absolute;
	left: 50%;
	margin-left: -35%;
	width: 520px;
	margin-top: 40px;
	*/

	width: 520px;
	margin: 0 auto;
	margin-top: 8px;
	text-align: center;
}

#tiles article h2 
{
	font-size: 32px;
	color: #7d7d7d;
}

#tiles article p
{
	margin-top: 18px;
	color: #252525;
	font-size: 16px;
	line-height: 1.4em;
}

.page-anchor
{
	position: relative;
	bottom: 60px;
	visibility: hidden;
	display: block;
}


/****** Science ******/

#science
{
	background: #4f4f4b;
	width: 100%;
	text-align: center;
	background-image: url('../images/science-fox.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 250px;
}

#science h2
{
	display: block;
	text-align: center;
	font-size: 32px;
	color: #ffffff;
	padding: 70px 15px 90px;
}

#science article
{
	display: inline-block;
	width: 250px;
	border-right: #777777 1px solid;
	vertical-align: top;
	height: 230px;
}

#science article p
{
	color: #ffffff;
	font-size: 14px;
	margin-top: 25px;
	padding: 0 50px;
	line-height: 1.4em;
}

#science article:last-child
{
	border-right: none;
}

.science-1
{
	width: 158px;
	height: 132px;
}

.science-2
{
	width: 148px;
	height: 133px;
}

.science-3
{
	width: 153px;
	height: 133px;
}


/****** City ******/

#city
{
	height: 613px;
	width: 100%;
	background-image: url('../images/city-bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;	
}

#city article
{
	width: 400px;
	position: absolute;
	/*background-color:rgba(0,0,0,0.5);*/
	padding: 20px;
}

#city article:first-child
{
	border-bottom: white 1px solid;
	padding-bottom: 44px;
}

#city article h2
{
	display: block;
	color: #ffffff;
	font-size:26px;
}

#city article p{
	color: #ffffff;
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.4em;
	color: #ebebeb;
}

#city-customize
{
	margin-top: 60px;
}

#city-content
{
	margin-top: 340px;
}


/****** CTA ******/

#cta
{
	background: #ebebeb;
	width: 100%;
	height: 300px;
}


/****** Footer ******/

footer
{
	width: auto;
	max-width: 1005px;
	margin:0 auto;
	padding: 40px 25px;
	position: relative;
}

footer ul
{
	display: block;
	float: left;
	margin-right: 80px;
	line-height: 28px;
}

footer ul li a
{
	color: #8b2131;
	font-size: 16px;
}

#footer-fox
{
	width: 103px;
	height: 82px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -52px;
}

#footer-right
{
	float: right;
	text-align: right;
	margin-right: 0;
}

.social-media-icon
{
	margin-left: 8px;
}

#footer-right li, #footer-right li a
{
	font-size: 14px;
	color: #bbbbbb;
}


/****** About Page ******/

#about-header
{
	padding-bottom:45px;
	width: auto;
	min-height:210px;
	margin: 120px auto 0;
	max-width: 985px;
	padding-left: 25px;
	position: relative;
}

#about-header h1
{
	font-size: 42px;
	color: #7d7d7d;
}

#about-header p
{
	max-width: 400px;
	width: auto;
	font-size: 16px;
	margin-top: 25px;
	color: #252525;
	line-height: 1.4em;
}

#globe
{
	width: 491px;
	height: 240px;
	position: absolute;
	right: 50px;
	bottom: 0;
}

#about-people
{
	width: 100%;
	background: #ebebeb;
	padding-top: 60px;
	padding-bottom: 60px
}

#about-people-container
{
	max-width: 915px;
	padding: 0 25px;
	margin: 0 auto;
	text-align: center;
}

#about-people-container h2
{
	text-align: center;
	font-size: 42px;
	color: #7d7d7d
}

#about-people-text
{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #252525;
	margin-top: 15px;
	padding-bottom: 65px
}

.about-profile
{
	display: inline-block;
	width: 177px;
	text-align: center;
	position: relative;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 45px;
}

#justin-profile
{
	float: left;
}

.about-profile-flag
{
	width: 49px;
	height: 34px;
	position: absolute;
	top: 141px;
	right: 5px;
}

.about-profile-image
{
	width: 177px;
	height: 177px;
}

.about-profile-name
{
	display: block;
	margin-top: 15px;
	color: #959595;
	font-size: 18px;
}

.about-profile-city
{
	display: block;
	margin-top: 10px;
	color: #c2c2c2
}

#about-justin-text
{
	display: block;
	color: #e1e1e1;
	font-size: 16px;
	width: 410px;
	float:left;
	padding-left: 40px;
	padding-top: 20px;
	line-height:1.4em;
}

#about-justin
{
	width: 100%;
	background-image: url('../images/about-stripe-bg.png');
	background-position: 0 -70px;
	background-repeat:repeat;
	padding-top: 60px;
}

#about-justin-container
{
	max-width: 700px;
	margin: 0 auto;
}


/****** Support Page ******/

#support-header
{
	width: auto;
	max-width: 985px;
	margin: 120px auto 0;
	padding-bottom: 40px;
	text-align: center; color: #7d7d7d;
	font-size: 42px;
}

#support-email
{
	margin-top: 120px;
	padding: 40px 0;
	text-align: center;
	background-image: url('../images/about-stripe-bg.png');
	background-position: 0 -13px ;
	background-repeat:repeat;
	position: relative;
}

#support-fox
{
	position: absolute;
	left: 50%;
	margin-left: -132px;
	top: -134px;
	height: 134px;
	width: 264px;
}

#support-email span
{
	display: block;
	margin-bottom: 15px;
	text-align: center;
	font-size: 24px;
	color: #b2b2b2;
}

#support-email a
{
	color: #e1e1e1;
	font-size: 24px;
}

#support-faq
{
	max-width: 1005px;
	padding-left: 25px;
	width: auto;
	margin: 75px auto 0;
	padding-bottom: 40px;
}

#support-faq h2
{
	text-align: center;
	color: #7d7d7d;
	font-size: 32px;
	margin-bottom: 60px;
}

.faq-pair
{
	margin-bottom: 65px;
	width: 500px;
}

.faq-question
{
	color:#8e2637;
	display: block;
	line-height: 1.3em;
}

.faq-answer
{
	border-left: 3px solid #b6ced0;
	display: block;
	color: #252525;
	margin-top: 13px;
	padding: 5px 0 5px 10px;
	line-height: 1.4em;
}

#faq-contact
{
	display: none;
}

#faq-container
{
	max-width: 1005px;
	margin: 125px auto 0;
}

#support-faq
{
	max-width 700px;
	float:left;
	margin-top: 0;
}

#faq-contact-container
{
	max-width: 250px;
	float: right;
	text-align: right;
	padding-right: 25px;
	margin-top: 20px;
}

#city-phone
{
	position: absolute;
	width: 417px;
	height: 530px;
	right: 50px;
	bottom: 0;
}

#city-container
{
	max-width: 935px;
	padding: 0 25px;
	height: 613px;
	position: relative;
	margin: 0 auto;
}

#mobile-demo-link
{
	display: none;
}






