@charset "utf-8";

/* ################################################### */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/*              hey guys                               */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/* ################################################### */

/* Fonts */

@font-face
{
	font-family: 'Chrono';
	src:
		url('/fonts/ChronoWeb_EOT/ChronoWebLight.eot?#iefix') format('embedded-opentype'),
		url('/fonts/ChronoWeb_WOFF/ChronoWebLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face
{
	font-family: 'Chrono';
	src:
		url('/fonts/ChronoWeb_EOT/ChronoWebLightItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/ChronoWeb_WOFF/ChronoWebLightItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
}

@font-face
{
	font-family: 'Chrono';
	src:
		url('/fonts/ChronoWeb_EOT/ChronoWebRegular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/ChronoWeb_WOFF/ChronoWebRegular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face
{
	font-family: 'Chrono';
	src:
		url('/fonts/ChronoWeb_EOT/ChronoWebMedium.eot?#iefix') format('embedded-opentype'),
		url('/fonts/ChronoWeb_WOFF/ChronoWebMedium.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face
{
	font-family: 'Chrono';
	src:
		url('/fonts/ChronoWeb_EOT/ChronoWebMediumItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/ChronoWeb_WOFF/ChronoWebMediumItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
}

/* ----- RESET BROWSER DEFAULTS ----- */
*
{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

a
{
	text-decoration: none;
	color: inherit;
}

a img
{
	outline: none;
}

ul
{
	list-style: none;
}
	
/* ----- BASIC PAGE SET-UPS ----- */	
html
{
	min-width: 324px;
	padding: 5px 0px;

	background-color: #0b0e12;
	color: #ffffff;

	background-image: url("img/light.png"), url("img/bg_tile.png");
	background-repeat: no-repeat, repeat;
	background-position: center 250px, center top;
	background-size: 240px 348px, 100px 100px;
	background-attachment: scroll, fixed;

}

body
{
	background-color: transparent;
	color: #ffffff;
	
	font-family: "Chrono", sans-serif;
	font-weight: 400;
	font-style: normal;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height: 24px;
}

strong,
em
{
	font-weight: 600;
	font-style: italic;
}
	
header,
section#demo,
section#new,
section#summary,
section#about,
section#help,
section#screenshots,
footer
{
	width: 100%;
	margin: 10px auto;
	padding-left: 10px;
	padding-right: 10px;
}

/* ----- HEADER ----- */

header
{
	position: relative;
}

header a
{
	display: inline-block;
	margin: 0;
	position: relative;
	z-index: 10;
}

div#shopmark
{
	font-size: 30px;
	height: 51px;
	line-height: 51px;
	background-image: url("img/panic-logo.svg");
	background-image: url("//signserver.panic.com/get/svg");
	background-size: 48px 49px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 59px;
	margin: 0px 0px 20px 0;
	color: #5c5c5c;
	letter-spacing: -2px;
}

#library-link
{
	display: inline-block;
	font-size: 24px;
	height: 51px;
	line-height: 51px;
	margin: 0px 0px 20px 0;
	color: #5c5c5c;
	letter-spacing: -2px;
	position: absolute;
	right: 10px;

	background-image: url("img/help-icon.svg");
	background-size: 36px 36px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 36px;
}

h1
{
	font-size: 64px;
	line-height: 64px;
	color: #ffffff;
	font-weight: 200;
	font-style: italic;
	letter-spacing: -5px;
	text-shadow: 0px 0px 18px #7f4efe;
}

h1 span
{
	color: #7f4efe;
}

header p
{
	font-size: 26px;
	line-height: 32px;
	font-weight: 200;
	font-style: normal;
}

section p a,
section li a
{

	text-decoration: underline;
}

/* ----- APP STORE BUTTON -------------------- */

a.appstore_button
{
	width: 254px;
	height: 60px;
	background-image: url("/images-global/app-store-button.svg");
	-webkit-background-size: 180px 60px;
	-moz-background-size:    180px 60px;
	-ms-background-size:     180px 60px;
	-o-background-size:      180px 60px;
	background-size:         180px 60px;
	background-position: right 0%;
	background-repeat: no-repeat;
	border-radius: 4px;
	display: block;
	margin: 20px 0 10px 0;
	position: relative;
	color: transparent;
	text-indent: -9999px;
	z-index: 10;
}
a.appstore_button:before
{
	content: '&nbsp;';
	width: 60px;
	height: 60px;
	background-image: url("img/download-icon.svg");
	-webkit-background-size: 60px 60px;
	-moz-background-size:    60px 60px;
	-ms-background-size:     60px 60px;
	-o-background-size:      60px 60px;
	background-size:         60px 60px;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	display: block;
}


/* ----- HEADINGS -------------------- */

h2
{
	font-size: 48px;
	line-height: 48px;
	font-weight: 200;
	font-style: italic;
	margin: 20px 0 10px 0;
	letter-spacing: -3px;
}

section#new h2 { color: #7f4efe;}
section#about h2 { color: #7f4efe;}
section#summary h2 { color: #7f4efe;}
section#help h2 { color: #7f4efe; }
section#screenshots h2 { color: #7f4efe; }

section ul
{
	font-weight: 200;
	font-style: normal;
	list-style: none;
}

/* VIDEO */

#video
{
	position: relative;
	overflow: hidden;
	top: 50%;
	left: 50%;
}

#ytplayer,
figure#video iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ----- DEMO -------------------- */

section#demo
{
	display: block;
	margin: 80px auto !important;
	position: relative;
}

section#demo #video,
section#demo #fade1,
section#demo #fade2,
section#demo #fade3,
section#demo #fade4,
section#demo #fade5
{
	width: 1200px;
	height: 675px;
	border-radius: 36px;
	box-shadow: 0px 0px 6px #7f4efe;
}

#fade1,
#fade2,
#fade3,
#fade4,
#fade5
{
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
	
#fade1
{
	opacity: 0.9;
	-webkit-transform: translateX(-50%) translateY(-7.5%) scale(0.9);
	-moz-transform: translateX(-50%) translateY(-7.5%) scale(0.9);
	-ms-transform: translateX(-50%) translateY(-7.5%) scale(0.9);
	-o-transform: translateX(-50%) translateY(-7.5%) scale(0.9);
	transform: translateX(-50%) translateY(-7.5%) scale(0.9);
}

#fade2
{
	opacity: 0.8;
	-webkit-transform: translateX(-50%) translateY(-15%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-15%) scale(0.8);
	-ms-transform: translateX(-50%) translateY(-15%) scale(0.8);
	-o-transform: translateX(-50%) translateY(-15%) scale(0.8);
	transform: translateX(-50%) translateY(-15%) scale(0.8);
}

#fade3
{
	opacity: 0.7;
	-webkit-transform: translateX(-50%) translateY(-22.5%) scale(0.7);
	-moz-transform: translateX(-50%) translateY(-22.5%) scale(0.7);
	-ms-transform: translateX(-50%) translateY(-22.5%) scale(0.7);
	-o-transform: translateX(-50%) translateY(-22.5%) scale(0.7);
	transform: translateX(-50%) translateY(-22.5%) scale(0.7);
}

#fade4
{
	opacity: 0.6;
	-webkit-transform: translateX(-50%) translateY(-30%) scale(0.6);
	-moz-transform: translateX(-50%) translateY(-30%) scale(0.6);
	-ms-transform: translateX(-50%) translateY(-30%) scale(0.6);
	-o-transform: translateX(-50%) translateY(-30%) scale(0.6);
	transform: translateX(-50%) translateY(-30%) scale(0.6);
}

#fade5
{
	opacity: 0.5;
	-webkit-transform: translateX(-50%) translateY(-37.5%) scale(0.5);
	-moz-transform: translateX(-50%) translateY(-37.5%) scale(0.5);
	-ms-transform: translateX(-50%) translateY(-37.5%) scale(0.5);
	-o-transform: translateX(-50%) translateY(-37.5%) scale(0.5);
	transform: translateX(-50%) translateY(-37.5%) scale(0.5);
}

/* ------------------------------------------------------------------- */
/* Scaling the video in a responsive way requires a simple but tedious */
/* calculation. I'm documenting it here to save future tears.          */
/*                                                                     */
/* The actual size of the video on this page is:                       */
/*                                                                     */
/*   width: 1200px                                                     */
/*   height: 675px                                                     */
/*                                                                     */
/* We're resizing it to fit the available width. We `scale` the video  */
/* and fade line elements by a certain factor, and then set the height */
/* of the #demo container to whatever the scale factor yields.         */
/*                                                                     */
/* At its narrowest, this page is 324px wide. Using that width, our    */
/* scale factor here is:                                               */
/*                                                                     */
/*   324/1200 = 0.27                                                   */
/*                                                                     */
/* Applying a 0.27x scale factor to 675px, the height is 182px.        */
/*                                                                     */

section#demo
{
	height: 182px;
}

section#demo #fade
{
	-webkit-transform: scale(0.27);
	-moz-transform: scale(0.27);
	-ms-transform: scale(0.27);
	-o-transform: scale(0.27);
	transform: scale(0.27);
}

section#demo #video
{	
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.27);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.27);
	-ms-transform: translateX(-50%) translateY(-50%) scale(0.27);
	-o-transform: translateX(-50%) translateY(-50%) scale(0.27);
	transform: translateX(-50%) translateY(-50%) scale(0.27);
}

/* ----- NEW -------------------- */

section#new li
{
	font-size: 18px;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: 0% 3px;
	background-size: 58px 58px;
	min-height: 58px;
	padding-left: 78px;
	margin: 20px auto;
	letter-spacing: 0px;
}

section#new li#new-sync
{ 
	background-image: url("img/new-panic-sync.svg");
}

section#new li#new-look
{
	background-image: url("img/new-look.svg");
}

section#new li#new-clips
{
	background-image: url("img/new-clips.svg");
}

section#new li#new-security
{
	background-image: url("img/new-security.svg");
}

section#new li#new-more
{
	background-image: url("img/new-biometrics.svg");
}

section#new li h3
{
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	font-weight: 600;
	font-style: normal;
}

/* ----- ABOUT -------------------- */

section#about p
{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
}

section#about em strong
{
	color: #9e78fB;
}

/* ----- SUMMARY -------------------- */


section#summary
{
	margin: 40px auto;
}

section#summary h2
{
	margin-bottom: 5px;
}

section#summary h2 a {
	text-decoration: underline;
}


section#summary p
{
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
}

/* ----- SCREENSHOTS ----------------------- */

div.prompt-screenshots
{
	display: block;
	margin: 20px auto;
	line-height: 0;
	text-align: left;
}

div.prompt-screenshots.iphone:before,
div.prompt-screenshots.ipad:before
{
	display: block;
	content: " ";
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	font-weight: 200;
	font-style: normal;
}

div.prompt-screenshots.iphone:before { content: "iPhone"; }
div.prompt-screenshots.ipad:before { content: "iPad"; }

figure[itemprop="associatedMedia"]
{
	display: inline-block;
	margin: 0 1% 0 0;
	width: 18%;
}


img[itemprop="thumbnail"]
{
	width: 100%;
}

figcaption[itemprop="caption description"]
{
	display: none;
}


/* ----- HELP -------------------- */

section#help
{
	margin: 6em auto !important;
}

section#help h2,
section#screenshots h2
{
	margin: 40px 0 -15px 0;
}

section#help p
{
	font-size: 20px;
	line-height: 24px;
	margin: 20px 0;
	font-weight: 400;
	font-style: normal;
}

section#help a
{
	font-weight: 600;
}

/* ----- FOOTER -------------------- */

footer {
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	padding: 10px 0;
	margin: 80px auto 40px !important;
	color: #959ea6;
	position: relative;
}

footer a {
	color: #959ea6;
	text-decoration: underline;
}

					

/* ########################################### */
/*                                             */
/*                                             */
/*                                             */
/*!----- Wider than 540px -------------------- */
/*                                             */
/*                                             */
/*                                             */
/* ########################################### */

@media screen and (min-width: 540px)
{

	html 
	{ 
		padding: 0;
		
		background-position: center 411px, center top;
		background-size: 540px 783px, 200px 200px;
	}
	
	/* ----- PAGE SET-UPS -------------------- */
	body
	{
		font-size: 18px;
		line-height: 32px;
		min-width: 580px;
		position: relative;
	}
	
	header,
	section#new,
	section#demo,
	section#summary,
	section#about,
	section#help,
	section#screenshots,
	footer
	{
		width: 580px;
		margin: 20px auto;
		padding: 0;
	}
	
	/* ----- HEADER -------------------- */
	
	div#shopmark
	{
		margin: 0px 0 20px 0;
	}
	
	h1
	{
		font-size: 96px;
		line-height: 96px;
		letter-spacing: -6px;
	}
	
	header p
	{
		font-size: 34px;
		line-height: 45px;
	}
	
	/* ----- APP STORE BUTTON -------------------- */
	
	a.appstore_button
	{
		margin: 40px 0 20px 0;
		font-size: 26px;
	}

	/* ----- HEADINGS -------------------- */
	
	h2
	{
		font-size: 70px;
		line-height: 70px;
		letter-spacing: -5px;
	}

	/* ----- DEMO -------------------- */

	/* --------------------------------------------------------------- */
	/* Page width at this breakpoint is 580px. Find the scale factor:  */
	/*                                                                 */
	/*   580/1200 = 0.48333                                            */
	/*                                                                 */
	/* Apply the scale factor to the video's height:                   */
	/*                                                                 */
	/*   675 * 0.48 = 324px                                            */
	/* --------------------------------------------------------------- */

	section#demo
	{
		height: 324px;
	}

	section#demo div#fade
	{
		-webkit-transform: scale(0.48);
		-moz-transform: scale(0.48);
		-ms-transform: scale(0.48);
		-o-transform: scale(0.48);
		transform: scale(0.48);
	}	
		
	section#demo #video
	{
		-webkit-transform: translateX(-50%) translateY(-50%) scale(0.48);
		-moz-transform: translateX(-50%) translateY(-50%) scale(0.48);
		-ms-transform: translateX(-50%) translateY(-50%) scale(0.48);
		-o-transform: translateX(-50%) translateY(-50%) scale(0.48);
		transform: translateX(-50%) translateY(-50%) scale(0.48);
	}
		
	/* ----- NEW -------------------- */
	
	section#new li
	{
		font-size: 26px;
		line-height: 32px;
	}
	
	section#new li h3
	{
		font-size: 26px;
		line-height: 32px;
	}
	
	/* ----- ABOUT -------------------- */
							
	section#about div
	{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-o-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		-o-column-gap: 20px;
		column-gap: 20px;
	}
	
	section#about p
	{
		line-height: 32px;
		display: inline-block;
	}
	
	section#about h2
	{
		margin: 40px 0 10px 0;
	}


	/* ----- SUMMARY -------------------- */

	section#summary h2
	{
		margin-top: 40px;
	}

	section#summary p
	{
		font-size: 20px;
		line-height: 32px;
	}

}

/* ########################################### */
/*                                             */
/*                                             */
/*                                             */
/*!----- Wider than 824px -------------------- */
/*                                             */
/*                                             */
/*                                             */
/* ########################################### */



@media screen and (min-width: 824px)
{

	/* ----- PAGE SET-UPS -------------------- */
	html
	{

		background-position: center top, center top;
		background-size: 1200px 1739px, 200px 200px;
	}
	
	body
	{
		font-size: 18px;
		line-height: 32px;
		position: relative;
		min-width: 854px;
	}

	header,
	section#new,
	section#demo,
	section#summary,
	section#about,
	section#help,
	section#screenshots,
	footer
	{
		width: 854px;
		margin: 20px auto;
		padding: 0;
		
	}
	
	/* ----- HEADER -------------------- */

	div#shopmark
	{
		margin: 0 0 20px 0;
		font-weight: 400;
		font-style: normal;
	}
	
	h1
	{
		font-size: 130px;
		line-height: 130px;
		font-weight: 200;
		font-style: italic;
		letter-spacing: -11px;
	}
	
	header p
	{
		font-size: 34px;
		line-height: 45px;
	}
	
	/* ----- HEADINGS -------------------- */
	
	h2
	{
		font-size: 70px;
		line-height: 70px;
		letter-spacing: -5px;
		margin: 20px 0 10px 0;
	}
	
	/* ----- DEMO -------------------- */

	/* --------------------------------------------------------------- */
	/* Page width at this breakpoint is 854px. Find the scale factor:  */
	/*                                                                 */
	/*   854/1200 = 0.71666                                            */
	/*                                                                 */
	/* Apply the scale factor to the video's height:                   */
	/*                                                                 */
	/*   675 * 0.71 = 479px                                            */
	/* --------------------------------------------------------------- */
	
	section#demo
	{
		height: 479px;
	}
	
	section#demo div#fade
	{
		-webkit-transform: scale(0.71);
		-moz-transform: scale(0.71);
		-ms-transform: scale(0.71);
		-o-transform: scale(0.71);
		transform: scale(0.71);
	}
	
	section#demo #video
	{
		-webkit-transform: translateX(-50%) translateY(-50%) scale(0.71);
		-moz-transform: translateX(-50%) translateY(-50%) scale(0.71);
		-ms-transform: translateX(-50%) translateY(-50%) scale(0.71);
		-o-transform: translateX(-50%) translateY(-50%) scale(0.71);
		transform: translateX(-50%) translateY(-50%) scale(0.71);
	}
			
	/* ----- NEW -------------------- */
	
	section#new
	{
		position: relative;
		
	}
}

/* RETINA */

@media screen and (-webkit-min-device-pixel-ratio: 2)
{
	html { 	background-image: url("img/light.png"), url("img/bg_tile@2x.png"); }
}