/* 
				oranges
				-------
	lightest:	#fd9502
				#fd7105
				#fd4e07
				#fd2f08
	darkest:	#ee1303
 */
 
html {
}

body {
	font-family: -apple-system, helvetica, arial, sans-serif;
	font-weight: 300;
	color: #303540;
/*	background-color: #eff3ef;	*/
/*	background: #ffffff url('../images/background_isometric_white_fade.png') center top repeat-x; */
	background: #f5f3f4 url('../images/background_butcher.jpg') center top repeat-x;
	background-size: auto 1030px;
	font-size: 1.2em;
}

h1, h2, h3, h4, p, li {
	font-weight: 300;
}

a {
	color: #fd4e07;
	text-decoration: none;
	font-weight: 400;
}

header {
	width: 800px;
	height: 64px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	background: url('../images/header.png') center top no-repeat;
}

div#logo {
	margin: 10px 0px 0px 30px;
	float: left;
}

div#logo a img {
	width: 196px;
	height: 45px;
}

nav ul {
	margin-top: 20px;
	margin-right: 20px;
	width: auto;
	float: right;
	list-style-type: none;
}

nav ul li {
	float: left;
	margin: 0px 20px 0px 20px;
	font-size: 0.9em;
	padding-bottom: 6px;
	-webkit-font-smoothing: subpixel-antialiased;
}

nav ul li a {
	color: #fff;
	text-decoration: none;
}

nav ul li a, nav ul li a:visited, nav ul li a:active, nav ul li a:hover {
	color: #fff !important;
	font-weight: 500 !important;
}




section > * {
	max-width: 800px;
}

section {
	max-width: 800px;
	margin: auto;
}


section p {
	padding-left: 20px;
	padding-right: 20px;
}

section a {
}

section span, em {
	color: #666;
}


/*---------------------------------------------*/
/*                   tout                      */
/*---------------------------------------------*/

section#tout {
	padding-top: 100px;
	padding-bottom: 0;
	max-width: 100%;
	margin: auto;
	background: transparent url('../images/hero_scribble.png') center 65% no-repeat;
	background-size: 1100px auto;
}

section#tout > * {
	max-width: 100%;
}

section#tout h1 {
	text-align: center;
	color: #000;
	font-size: 3.6em;
	line-height: 1.4em;
	font-weight: 500;
}

section#tout p {
	text-align: center;
	color: #000;
	font-size: 1.4em;
	line-height: 0.6em;
	font-weight: 300;
	margin-bottom: 30px;
}

section#tout p.description {
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: 200;
	
	display: block;
	height: 30px;
	
	display: none;
	
}

section#tout p.hint {
	display: none;
	text-align: center;
	color: #999;
	font-size: 1em;
	line-height: 1em;
	font-weight: 200;
}

section#tout div.screenshots {
	background: url('../images/ipad_frame.png') center center no-repeat;
	background-size: 681px 470px;
	display: flex;
	padding-top: 37px;
	padding-bottom: 60px;
	justify-content: center;
	align-items:center;

	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}

section#tout div.screenshots div.screenshot {
	position: relative;
	width: 504px;
	height: 380px;
	
	user-select: none;
}

section#tout div.screenshots div.screenshot div.back {
	position: absolute;
	top: 0;
	left: -70px;
	background: url('../images/arrow_left.png') center center no-repeat;
	background-size: 30px 57px;
	width: 70px;
	height: 380px;
	opacity: 0.5;
	cursor: pointer;
}
	
section#tout div.screenshots div.screenshot div.forward {
	position: absolute;
	top: 0;
	right: -70px;
	background: url('../images/arrow_right.png') center center no-repeat;
	background-size: 30px 57px;
	width: 70px;
	height: 380px;
	opacity: 0.5;
	cursor: pointer;
}


section#tout img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	
	width: 504px;
	height: 380px;
}

@keyframes fadein {
	0% {
		opacity: 0.0;
		transform: scale(0.5, 0.5);
	}
	100% {
		opacity: 1.0;
		transform: scale(1.0, 1.0);
	}
}		


div.button.appstore {
	display: flex;
	padding-top: 10px;
	padding-bottom: 30px;
	justify-content: center;
	align-items:center;

	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}

div.button.appstore a {
	display: block;
	width: 205px;
	height: 0px;
	padding: 61px 0px 0px 0px;
	overflow: hidden;
	background: url('../images/appstore.png') center center no-repeat;
	background-size: 205px, 61px;
}




/*---------------------------------------------*/
/*                  tout (normal)              */
/*---------------------------------------------*/

section#tout {
	display: none;
}

section#tout_normal {
	padding-top: 100px;
	padding-bottom: 0;
	max-width: 100%;
/*	height: 620px;	*/
	margin: auto;
/*
	background: #ffffff url('../images/topimage_hurt-150.jpg') center bottom no-repeat;
	background-size: auto 720px;
*/
	background: url('../images/topimage_lineasketch.jpg') center 68px no-repeat;
	background-size: auto 760px;	
}

section#tout_normal > * {
	max-width: 100%;
}

section#tout_normal h1, section#tout_normal p.tagline {
	display: none;
}

section#tout_normal h2 {
	margin-top: 720px;
	color: #894847;
	text-align: center;
	font-size: 2.8em;
	font-weight: 400;
}

section#tout_normal p {
	color: #522831;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 20px 20px 60px 20px;
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
}




/*---------------------------------------------*/
/*                  tout (short)               */
/*---------------------------------------------*/


section#tout_short {
	padding-top: 80px;
	padding-bottom: 0;
	max-width: 100%;
	margin: auto;

	background: url('../images/topimage_lineasketch_short.jpg') center 54px no-repeat;
	background-size: auto 324px;
	
	height: 230px;	
}

section#tout_short > * {
	max-width: 100%;
}

section#tout_short h1 {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

section#tout_short h1 a {
	display: block;
	width: 90%;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 220px 0px 0px 0px;
	overflow: hidden;
}

section#tout_short p.tagline {
	display: none;
}








/*---------------------------------------------*/
/*            tout (back to school)            */
/*---------------------------------------------*/

section#tout {
	display: none;
}

section#tout_backtoschool {
	padding-top: 100px;
	padding-bottom: 0;
	max-width: 100%;
	height: 620px;
	margin: auto;
	background: #fcfbff url('../images/backtoschool-150.jpg') center bottom no-repeat;
	background-size: auto 720px;
}

section#tout_backtoschool > * {
	max-width: 100%;
	display: none;
}


/*---------------------------------------------*/
/*                  banner                     */
/*---------------------------------------------*/

section.banner {
	max-width: 100%;
	margin: auto;
	background: #f02005 url('../images/epicenter.png') calc(50% + 290px) top no-repeat;
	background-size: auto 479px;
}

section.banner.appstore {
	max-width: 100%;
	margin: auto;
	background: #e41121 url('../images/epicenter.png') center 10px no-repeat;
	background-size: auto 479px;
	border-bottom: 24px solid #ff500b;
}

section#banner-special {
	/* no overrides - it's the "default" */
}

section#banner-normal.banner.appstore {
	background-position: center -66px;
}

section#banner-bottom.banner.appstore {
	background-position: center -66px;
	border-bottom: none;
}

section#banner-bottom.banner.appstore div.content {
	padding: 40px 20px 40px 20px;
}

section#banner-bottom.banner.appstore div.button.appstore {
	padding: 0px;
}

section.banner > * {
	max-width: 100%;
}

section.banner div.content {
	text-align: left;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 20px 0px 20px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;

	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-align-items: flex-start;
}

section.banner.appstore div.content {
	text-align: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 20px 0px 20px;

	display: block;
}

section.banner div.content div.text {
	width: 60%;
}

section.banner div.content div.text h2 {
	font-size: 2.2em;
	line-height: 0.8em;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

section.banner div.content div.text p {
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

section.banner div.content div.text p strong {
	font-weight: 400;
}



section.banner.appstore div.content div.text {
	width: 100%;
}

section.banner.appstore div.content div.text h2 {
	font-size: 2.8em;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}

section.banner.appstore div.content div.text p {
	font-size: 1.6em;
	margin: 0px;
	padding: 10px 0px 20px 0px;
}




section.banner div.price {
	font-size: 6.0em;
	text-align: center;
}

section.banner div.price a {
	font-weight: 600;	
}

section.banner span {
	color: #fff;
}

span.currency {
	font-size: 0.45em;
	vertical-align: super;
}

span.dollars {

}

span.cents {
	font-size: 0.45em;
	vertical-align: super;
}

span.decimal {
	display: none;
}

span.limited {
	font-size: 0.17em;
	font-weight: normal;
}


/*---------------------------------------------*/
/*                   testimonials              */
/*---------------------------------------------*/

section#testimonials {
	max-width: 100%;
	width: 100%;
	background-color: #3e3936;
}

section#testimonials h2 {
	display: none;
}

section#testimonials h3 {
	display: none;
}

section#testimonials div.list {
	max-width: 800px;
	margin: 0 auto;

 	position: relative;
 	height: 120px; /* linea.js adjusts this height to fit the largest div.testimonial child element */
}

section#testimonials div.list div.testimonial {
	width: 100%;

	box-sizing: border-box;
 	padding: 0 20px;

	color: #fff;
	margin: 0;
	text-align: center;

	position: absolute;
	
	transition: 0.25s all ease-in;
	visibility: hidden;
	opacity: 0.0;
}

section#testimonials div.list div.testimonial.selected {
	visibility: visible;
	opacity: 1.0;
}

section#testimonials div.list div.testimonial p {
	color: #fff;
	margin: 0 auto 20px auto;
	text-align: center;
}

section#testimonials div.picker {
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 0 20px 0;
	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;

	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: center;
	-webkit-align-items: flex-end;
	
	height: 100px;
}

section#testimonials div.picker img {
	width: 50px;
	height: 50px;
	display: block;
	margin: 5px;
	transition: 0.25s all ease-in;
	opacity: 0.25;
	cursor: pointer;
	border-radius: 4px;
}

section#testimonials div.picker img:hover {
	opacity: 0.75;
}

section#testimonials div.picker img.selected {
	width: 100px;
	height: 100px;
	opacity: 1.0;
}





section#testimonials div.press {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-bottom: 82px;
	width: 100%;
	max-width: 100%;
	background-color: #2e2926;
}

section#testimonials div.press div.pressitem p.quote {
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 10px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

section#testimonials div.press div.pressitem p.attribution {
	font-size: 1.2em;
	margin-bottom: 80px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}








section#testimonials div.press div.pressitem.video {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	
	margin-bottom: 80px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border-radius: 8px;
	background-color: #141614;
}

section#testimonials div.press div.pressitem.video img {
	width: 140px;
	height: 140px;
	border: 4px solid #ee1303;
	border-radius: 4px;
}

section#testimonials div.press div.pressitem.video div {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;

	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}




section#testimonials div.press div.pressitem.video p.quote {
	margin-bottom: 10px;
	max-width: 540px;
	margin-left: 0;
	margin-right: 0;
}

section#testimonials div.press div.pressitem.video p.attribution {
	margin-bottom: 0px;
	max-width: 540px;
	margin-left: 0;
	margin-right: 0;
}









section#testimonials p.presskit {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px 0px 80px 0px;
	margin: 0px;
	background-color: #2e2926;
	width: 100%;
	max-width: 100%;
}


section#testimonials p.presskit a {
	display: block;
	width: 276px;
	height: 0px;
	padding: 72px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background: url('../images/presskit.png') center top no-repeat;
	background-size: 276px 72px;
}






	
/*---------------------------------------------*/
/*                   features                  */
/*---------------------------------------------*/


section#features {
	max-width: 100%;
	width: 100%;
	background-color: #2e2926;
	padding-top: 86px;
}

section#features p {
	margin-bottom: 20px;
	color: #ccc;
	padding: 0;
}

section#features p strong {
	font-weight: 400;
	color: #fff;
}

section#features p em {
	color: #fff;
}

section#features h3 {
	padding: 0;
	margin-bottom: 20px;
	font-size: 1.6em;
	font-weight: 400;
	color: #fff;
}

section#features img {
	width: 40%;
	border-radius: 8px;
}

section#features img.even {
	float: left;
	margin-right: 20px;
}

section#features img.odd {
	float: right;
	margin-left: 20px;
}

section#features video {
	width: 60%;
	border-radius: 8px;
}

section#features video.even {
	float: left;
	margin-right: 20px;
}

section#features video.odd {
	float: right;
	margin-left: 20px;
}

/*------------------ overview -----------------*/

section#features div#overview {
	background: url('../images/brush_1.png') center 56px no-repeat;
	background-size: 535px 69px;
	margin: 0 auto;
	border-radius: 0;

	padding-bottom: 60px;
	text-align: center;
}

section#features div#overview h2 {
	background: url('../images/linea_appicon.png') left 42px no-repeat;
	background-size: 87px 87px;
	width: auto !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

	font-size: 2.4em;
	line-height: 2em;
	font-weight: 500;
	background-color: transparent;
	border-radius: 0;
	
	height: auto;
	padding: 40px 0px 40px 110px;	
	display: inline-block;
}

section#features div#overview div.description {
	text-align: left;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;

	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-align-items: flex-start;
}

section#features div#overview div.description p {
	width: calc(50% - 20px);
}

section#features div#overview div.description p.wide {
	text-align: center;
	width: 100%;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: 300;
	color: #fd9502;
	margin: 40px 0 0px 0;
}

/*------------------ list ---------------------*/

section#features div#list {
	margin: 0 auto;
	border-radius: 0;

/* 
	padding-bottom: 60px;
 */
 	padding-bottom: 20px;
}

section#features div#list h2 {
	display: none;
}

section#features div#list div.feature {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
	overflow: auto;

	margin-bottom: 80px;
}
section#features div#list div.feature:last-child {
	margin-bottom: 60px;
}

section#features div#list div.feature.colors {
	background: url('../images/brush_2.png') center right no-repeat;
	background-size: auto 50%;
}

section#features div#list div.feature.ui {
	background: url('../images/brush_3.png') center left no-repeat;
	background-size: auto 50%;
}

section#features div#list div.feature.transform {
	background: url('../images/brush_4.png') center right no-repeat;
	background-size: auto 50%;
}

section#features div#list div.feature.layers {
	background: url('../images/brush_5.png') center left no-repeat;
	background-size: auto 50%;
}

section#features div#list div.feature.zipline {
	background: url('../images/brush_2.png') center right no-repeat;
	background-size: auto 50%;
}

section#features div#list div.feature.import {
	background: url('../images/brush_3.png') center left no-repeat;
	background-size: auto 50%;
}

section#features div#list div.feature.eraser {
	background: url('../images/brush_4.png') center right no-repeat;
	background-size: auto 50%;
}





/*---------------------------------------------*/
/*                  new2                       */
/*---------------------------------------------*/

section#new2 {
	width: 100%;
	max-width: 100%;
	background-color: #ff720b;
	text-align: center;
	padding: 40px 0px 0px 0px;
}

section#new2 > * {
	margin-left: auto;
	margin-right: auto;
}

section#new2 h2 {
	font-size: 2.2em;
	line-height: 0.9em;
	font-weight: 400;
	padding: 0px 20px 60px 20px;
}

section#new2 ul {
	list-style-type: none;
	padding: 0px 0px 10px 0px;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;

	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}

section#new2 ul li {
	padding: 80px 0px 30px 0px;
	width: 260px;
}

section#new2 ul li.move {
	background: url('../images/icon_move.png') center top no-repeat;
	background-size: 64px 64px;
}

section#new2 ul li.import {
	background: url('../images/icon_import.png') center top no-repeat;
	background-size: 64px 64px;
}

section#new2 ul li.zipline {
	background: url('../images/icon_zipline.png') center top no-repeat;
	background-size: 64px 64px;
}

section#new2 ul li h3 {
	font-size: 1.7em;
	font-weight: 400;
	padding-bottom: 10px;
}

section#new2 ul li p {
	font-size: 1.1em;
	line-height: 1.2em;
	/* color: rgba(255, 255, 255, 0.9); */
}

section#new2 > p {
	font-size: 1.2em;
	max-width: 640px;
}

section#new2 strong {
	font-weight: 400;
}




section#new2 div#tipstricks {
	width: calc(100% - 20px);
	max-width: calc(100% - 20px);
	padding: 10px 10px 10px 10px;
	background-color: #ffb52b;
	margin-top: 40px;
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	

}



section#new2 div#tipstricks p {
	font-size: 1.5em;
	color: #700;
}

section#new2 div#tipstricks p a, section#new2 div#tipstricks p a:active, section#new2 div#tipstricks p a:hover, section#new2 div#tipstricks p a:visited {
	color: #dd2e00;
}


section#new2 div#tipstricks img#sketchlightbulb {
	width: 30px;
	height: auto;
	margin-right: 10px;
}

section#new2 div#tipstricks img#sketcharrow {
	width: 50px;
	height: auto;
	margin-left: 4px;
}




/*---------------------------------------------*/
/*                  linea-link                 */
/*---------------------------------------------*/


section#linea-link {
	text-align: center;
}

section#linea-link h2 {
	color: #e60018;
	font-size: 1.4em;
	font-weight: 400;
	padding: 40px 0px 40px 0px;
}

section#linea-link img {
	float: left;
}

section#linea-link p {
	color: #000;
	margin: 0px 0px 20px 380px;
	padding: 0px;
	text-align: left;
}

section#linea-link ul {
	list-style-type: none;
	margin: 0px 0px 0px 420px;
	padding: 0px;
	width: 46%;
	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;

	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-align-items: flex-start;

}

section#linea-link ul li {
	color: #000;
	width: calc(46% - 44px);
	margin: 0px;
	padding: 10px 0px 10px 44px;
	text-align: left;
}

section#linea-link ul li#sketch_app {
	background: url('../images/icon_sketch.png') left center no-repeat;
	background-size: 34px 28px;
}

section#linea-link ul li#acorn_app {
	background: url('../images/icon_acorn.png') left center no-repeat;
	background-size: 30px 34px;
}

section#linea-link ul li#photoshop_app {
	background: url('../images/icon_photoshop.png') left center no-repeat;
	background-size: 30px 28px;
}

section#linea-link ul li#pixelmator_app {
	background: url('../images/icon_pixelmator.png') left center no-repeat;
	background-size: 31px 34px;
}

section#linea-link a.hero {
/* 
	margin-bottom: 60px;
 */
}

section#linea-link a.macappstore_link {
	font-size: 1.1em;
	text-align: left;
	display: block;
	width: 50%;
	padding: 0px;
	margin: 20px 0px 60px 380px;
	background: url('../images/red_chevron.png') right center no-repeat;
	background-size: 10px 17px;
}




/*---------------------------------------------*/
/*                   optimized                 */
/*---------------------------------------------*/

section#optimized {
	clear: both;
	max-width: 100%;
	background: #ee1303 url('../images/applepencil.png') center bottom no-repeat;
	background-size: 809px 317px;
	color: #fff;
	width: 100%;
	border-radius: 0;
	margin-top: 0;

	padding-bottom: 120px;
}

section#optimized h2 {
	margin: 0 auto;
	text-align: center;
 	padding-top: 40px;
	font-size: 1.8em;
	line-height: 1.0em;
	font-weight: 500;
}

section#optimized p {
	margin: auto;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 300;
	margin-top: 16px;
	margin-bottom: 40px;
}

/*---------------------------------------------*/
/*                   tools                     */
/*---------------------------------------------*/

section#tools {
	max-width: 100%;
	color: #fff;
	width: 100%;
	border-radius: 0;
	margin-top: 0;
	background-color: #2e2926;
}

section#tools h2 {
	max-width: 100%;
	text-align: center;
	padding-top: 40px;
	font-size: 1.5em;
	line-height: 1.0em;
	font-weight: 500;
}

section#tools > p {
	max-width: 100%;
	text-align: center;
	font-size: 1em;
	line-height: 1em;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 200px;
}

section#tools ul {
	/* flexbox for safari 8 and earlier */
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: center;
	-webkit-align-content: space-around;
	-webkit-align-items: center;

	/* flexbox for safari 9 and later */
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: space-around;
	align-items: center;
	
	max-width: 640px; /* for breakpoint */
	width: 100%;
	
	margin: -170px auto 60px auto;
}

section#tools li {
	box-sizing: border-box;
	margin: 0;
	width: 20%;
	height: 260px;
	padding: 20px;
	display: inline-block;
	text-align: center;
	font-weight: 400;
	line-height: 1.1em;
}

section#tools li:nth-child(1) {
	border-radius: 8px 0 0 8px;
	background: #fd9502 url('../images/tools_technicalpencil.png') center bottom no-repeat;
	background-size: 85px 140px;
}
section#tools li:nth-child(2) {
	background: #fd7105 url('../images/tools_pencil.png') center bottom no-repeat;
	background-size: 85px 140px;
}
section#tools li:nth-child(3) {
	background: #fd4e07 url('../images/tools_felttippen.png') center bottom no-repeat;
	background-size: 85px 140px;
}
section#tools li:nth-child(4) {
	background: #fd2f08 url('../images/tools_marker.png') center bottom no-repeat;
	background-size: 85px 140px;
}
section#tools li:nth-child(5) {
	border-radius: 0 8px 8px 0;
	background: #ee1303 url('../images/tools_eraser.png') center bottom no-repeat;
	background-size: 85px 140px;
}


section#tools div.properties {
	background-color: #f5f3f4;
	max-width: 100%;
	margin: -140px 0px 0px 0px;
	padding-top: 140px;

	/* flexbox for safari 8 and earlier */
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: center;
	-webkit-align-content: space-around;
	-webkit-align-items: center;

	/* flexbox for safari 9 and later */
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: space-around;
	align-items: center;
}

section#tools div.properties > div.property {
	max-width: 300px;
	height: 160px;
	padding-top: 90px;
}


section#tools div.properties > div.property.additive {
	background: url('../images/brush_additive.png') center top no-repeat;
	background-size: 149px 63px;
}

section#tools div.properties > div.property.size {
	background: url('../images/brush_size.png') center top no-repeat;
	background-size: 196px 38px;
}



section#tools div.properties > div.property > h3 {
	text-align: center;
	color: #000;
	background-color: transparent;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 10px;
}

section#tools div.properties > div.property > p {
	text-align: center;
	color: #000;
	background-color: transparent;
	font-size: 1em;
	line-height: 1em;
	font-weight: 300;
}

/*---------------------------------------------*/
/*                   samples                   */
/*---------------------------------------------*/

section#samples {
	max-width: 100%;
	background-color: #252525;
	width: 100%;
	border-radius: 0;
	margin-top: 0;

	padding-bottom: 60px;

	overflow: scroll;
   -webkit-overflow-scrolling: touch;
}

section#samples h2 {
	display: none;
}

section#samples ul {
	/* flexbox for safari 8 and earlier */
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: center;
	-webkit-align-content: space-around;
	-webkit-align-items: center;

	/* flexbox for safari 9 and later */
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: space-around;
	align-items: center;
	
	margin-top: 40px;
	max-width: 2420px; /* 220px * count */
	width: 2420px; 
}

section#samples li {
	margin: 0;
	padding: 10px;
	display: inline-block;
	text-align: center;
}

section#samples li img {
	display: block;
	width: 200px;
	height: auto;
	border-radius: 6px;
}

section#samples li p {
	display: block;
	width: 200px;
	text-align: center;
	padding: 0;
	color: #ccc;
}

/*---------------------------------------------*/
/*                   instagram                 */
/*---------------------------------------------*/

section#instagram {
	max-width: 100%;
	color: #000;
	width: 100%;
	border-radius: 0;
	margin-top: 0;
	background-color: #fff;
}

section#instagram a {
	display: block;
	margin: auto;
	max-width: 640px;
}

section#instagram div.container {
	padding: 20px 20px;
	
	/* flexbox for safari 8 and earlier */
	display: -webkit-flex;
	-webkit-flex-flow: row nowrap;
	-webkit-justify-content: center;
	-webkit-align-content: center;
	-webkit-align-items: center;

	/* flexbox for safari 9 and later */
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	
/* 
	outline: 1px solid black;
 */
}

section#instagram div.text {
	padding: 0 20px 0 70px;	
	background: url('../images/instagram.jpg') top left no-repeat;
	background-size: 50px 50px;
	
	box-sizing: border-box;

/* 
	outline: 1px solid orange;
 */
}
section#instagram h2 {
	color: #000;
 	padding-top: 0;
	font-size: 1.5em;
	/*line-height: 50px;*/
	font-weight: 500;
	margin-bottom: 10px;
}
section#instagram p {
	font-size: 1.1em;
	font-weight: 300;
	color: #000;
	padding: 0;
	margin: 0;
}

section#instagram div.thumbnail { /* .container */
 	width: 150px;
	height: 150px;
	min-width: 150px;
/* 
	background-color: #f5f3f4;
 */
/* 
	border: 2px solid #f5f3f4;
 */
 	border-radius: 4px;
	
	position: relative;
	-webkit-perspective: 800px;
	perspective: 800px;
	
/* 
	outline: 1px solid limegreen;
 */
}

section#instagram #card {
	width: 100%;
	height: 100%;
 	position: absolute;

 	-webkit-transition: transform 0.5s;
	-webkit-transform-style: preserve-3d;
 	transition: transform 0.5s;
	transform-style: preserve-3d;
}

section#instagram #card img {
	width: 150px;
	height: 150px;
	object-fit: cover;
 	border-radius: 4px;
 	
 	position: absolute;
 	
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
}

section#instagram #card img.front {
}
section#instagram #card img.back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/*---------------------------------------------*/
/*                   history                   */
/*---------------------------------------------*/

section#history {
	max-width: 640px;
	margin: 0 auto;
	color: #000;
	padding-top: 40px;
	padding-bottom: 40px;
}

section#history h2 {
	text-align: center;
	color: #000;
 	padding-top: 40px;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 500;
}

section#history div.release {
	margin: 20px;
	margin-top: 40px;
}
section#history div.release:first-of-type {
	margin-top: 20px;
}


section#history div.release p.note {
	color: #666;
/* 
	border: 1px solid #666;
	border-radius: 4px;
 */
	margin: 10px 0 10px 20px;
/* 
	padding: 5px 10px;
 */
}


section#history p.date {
	font-size: 0.75em;
	color: #999;
	
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
}

section#history h3 {
	margin: 20px 0 0 0;
	font-size: 1.1em;
	font-weight: 400;
	color: #000;
	background: url('../images/disclose@2x.png') right center no-repeat;
	background-size: 14px 14px;
	display: inline-block;
	padding-right: 20px;
	cursor: pointer;
}

section#history div.contents {
	display: none;
}

section#history p.summary {
	margin: 30px auto -10px auto;
	padding: 15px 20px 15px 20px;
	max-width: 640px;
	color: #ff500b;
	background-color: clear;
	font-size: 1.1em;
	font-weight: 400;
	border-radius: 8px;
	border: 2px solid #ff500b;
}

section#history div.summary {
	display: block;
	margin: 10px 0 10px 40px;
	color: #666;
}

section#history div.summary strong {
	font-weight: 400;
	color: #000;
}

section#history h4 {
	margin: 20px 0 0 20px;
	padding: 0;
	font-weight: 400;
	color: #000;
}

section#history ul {
	padding: 0;
	margin: 10px 0 10px 20px;
}

section#history ul.secondary {
	margin: 10px;
	padding: 0;
}

section#history li {
	margin-left: 20px;
	color: #666;
}

section#history div#older {
	margin: 20px;
 	padding-bottom: 20px;
}

/*---------------------------------------------*/
/*                footer                       */
/*---------------------------------------------*/

footer {
	padding-top: 80px;
	padding-bottom: 80px;
}

footer > * {
	max-width: 100%;
	position: static;
	text-align: center;
	margin: 0 20px;
	color: #000;
}

footer p.copyright {
	font-size: 0.8em;
	color: #808080;
	padding-top: 20px;
	padding-bottom: 60px;
	background: url('../images/if_watermark.png') center bottom no-repeat;
	background-size: 46px 46px;
}





/*---------------------------------------------*/
/*                   privacy                   */
/*---------------------------------------------*/


section#privacy-policy {
	max-width: 100%;
	width: 100%;
	background-color: #2e2926;
	padding: 40px 0px 40px 0px;
	border-top: 24px solid #e41121;
}

section#privacy-policy div p {
	margin-bottom: 20px;
	color: #ccc;
	padding: 0;
}

section#privacy-policy div p strong {
	font-weight: 400;
	color: #fff;
}

section#privacy-policy div p em {
	color: #fff;
}

section#privacy-policy div h2 {
	font-size: 1.8em;
	margin-bottom: 20px;
}

section#privacy-policy div h3 {
	padding: 0;
	margin-bottom: 20px;
	font-size: 1.6em;
	font-weight: 200;
	color: #fff;

	margin-top: 40px;
		
	line-height: 1.3em;
	border-bottom: 2px solid rgba(255,255,255, 0.2);
}

section#privacy-policy div {
	text-align: left;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}


/*---------------------------------------------*/
/*                   tips & tricks             */
/*---------------------------------------------*/


section#tips {
	max-width: 100%;
	width: 100%;
	background-color: #2e2926;
	padding: 40px 0px 40px 0px;
	border-top: 24px solid #e41121;
}

section#tips div p {
	color: #ccc;
	padding: 0;
	margin: 0;
}

section#tips div.intro p {
	margin-bottom: 40px;
}

section#tips div p strong {
	font-weight: 400;
	color: #fff;
}

section#tips div p em {
	color: #fff;
}

section#tips div h2 {
	font-size: 1.8em;
	margin-bottom: 20px;
}

section#tips div h3 {
	padding: 0;
	margin-bottom: 20px;
	font-size: 1.6em;
	font-weight: 200;
	color: #fff;
	
	line-height: 1.3em;
	border-bottom: 2px solid rgba(255,255,255, 0.2);
}

section#tips div.content {
	text-align: left;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

section#tips div.tip {
	clear: both;
	overflow: auto;

	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
}

section#tips div.sekret em {
	line-height: 1em;
	font-size: 0.7em;
	display: none;
	color: #fc942a;
	font-style: normal;
}
section#tips div.sekret:hover em {
	display: inline;
}
section#tips div.sekret:hover strong {
	display: none;
}

section#tips video {
	width: 60%;
	border-radius: 8px;
}

section#tips video.even {
	float: left;
	margin-right: 20px;
}

section#tips video.odd {
	float: right;
	margin-left: 20px;
}

section#tips img {
	width: 60%;
	border-radius: 8px;
}

section#tips img.even {
	float: left;
	margin-right: 20px;
}

section#tips img.odd {
	float: right;
	margin-left: 20px;
}


/*---------------------------------------------*/
/*          media max-width: 900               */
/*---------------------------------------------*/


@media screen and (max-width: 900px) {


}

/*---------------------------------------------*/
/*          media max-width: 800               */
/*---------------------------------------------*/


@media screen and (max-width: 800px) {

	header {
		width: 100%;
		height: 64px;
		left: 0;
		margin-left: 0px;
	}
	
	section {
		margin: 0px;
		border-radius: 0;
		margin-top: 0px;
	}
	section h2 {
		margin-top: 0;
		border-radius: 0;
	}
	

	section#tout {
		padding-top: 100px;
		padding-bottom: 0;
	}



	section#description div.button {
 		padding: 16px 16px 32px 16px;
	}


	section#features div#overview div.description {
		padding: 0 20px;
	}

	section#features div#list div.feature {
		clear: none;
		padding: 0 20px;
	}
	
	
	section#linea-link img {
		float: none;
		max-width: 90%;
		height: auto;
	}
	
	section#linea-link h2 {
		padding: 40px 20px 40px 20px;
	}

	section#linea-link p {
		width: 80%;
		margin: 0px 0px 20px 0px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	section#linea-link ul {
		margin: 0px 0px 0px 0px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	section#linea-link ul li {
		width: calc(80% / 2 - 40px);
	}

	section#linea-link a.macappstore_link {
		width: 80%;
		padding: 0px;
		margin: 20px 0px 60px 0px;	
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		background: none;
	}
	
	section#privacy-policy div {
		margin-left: 20px;
		margin-right: 20px;
	}

	section#tips div.content {
		margin-left: 20px;
		margin-right: 20px;
	}
}

/*---------------------------------------------*/
/*          media max-width: 700               */
/*---------------------------------------------*/


@media screen and (max-width: 700px) {

	section#history p.summary {
		border: none;
	}

}

/*---------------------------------------------*/
/*          media max-width: 640               */
/*---------------------------------------------*/


@media screen and (max-width: 640px) {

	header {
		width: 100%;
		height: 112px;
		left: 0;
		margin-left: 0px;
	}
	
	div#logo {
		float: none;
		width: 100%;
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 7px;
	}
	
	div#logo a img {
		width: 216px;
		height: auto;
	}


	nav ul {
		clear:both;
		float: none;
		margin-left: auto;
		margin-right: auto;
		height: 80px;
		width: 60%;
		margin-top: 20px; /* I have no idea why this is 14px on iconfactory.com and needs to be 20px here (#logo size is computed as 50px instead of 56px) */
	}
	
	nav ul li {
		text-align: center;
		width: 50%;
		margin: 0px;
	}
	

	section#tout {
		background-position: center 75%;
		padding-top: 130px;
	}
	


 	section#tout div.screenshots {
		background-size: 510px 352px;
		padding-top: 44px;
	}

	section#tout div.screenshots div.screenshot {
		width: 378px;
		height: 285px;
	}

	section#tout div.screenshots div.screenshot div.back {
		left: -50px;
		background-size: 15px 28px;
		width: 50px;
		height: 285px;
	}
	
	section#tout div.screenshots div.screenshot div.forward {
		right: -50px;
		background-size: 15px 28px;
		width: 50px;
		height: 285px;
	}

	section#tout img {
		width: 378px;
		height: 285px;
	}
	
	
	
	
	section#tout_normal {
		padding-top: 80px;
		/* height: 390px; */
		/* background-size: auto 390px; */
		/* background-position: calc(50% + 20px) 140px; */

		background-size: 640px auto;
		background-position: center 110px;
		background-color: #dda87b;
	}
	
	section#tout_normal h2 {
		margin-top: 480px;
		font-size: 2.4em;
	}

	section#tout_normal p {
		padding-bottom: 30px;
		font-size: 1.1em;
	}

	
	
	
	
	section#tout_short {
		padding-top: 120px;
		padding-bottom: 0;
		background-size: 140% auto;
		background-position: center 110px;
	}
	
	section#tout_short h1 a {
		position: relative;
		z-index: 100;
	}
	
	section#tout_backtoschool {
		padding-top: 80px;
		height: 390px;
		background-size: auto 390px;
		background-position: calc(50% + 20px) bottom;
	}
	
	section.banner div.content div.text {
		width: 100%;
		text-align: center;
	}

	section.banner {
		background-position: center calc(100% + 260px);
	}

	section.banner div.download {
		width: 100%;
		text-align: center;
	}




	section#description div.appvideo {
		float: none;
		padding: 36px 0px 36px 0px;
		width: 100%;
		text-align: center;
 	}
 	 	
	section#description div.appvideo video {
		margin-left: 0px;
	}
	
	
	
	section#testimonials div.press div.pressitem p.quote {
		font-size: 1.4em;
		line-height: 1.2em;
	}

	section#testimonials div.press div.pressitem p.attribution {
		font-size: 1.0em;
		margin-bottom: 40px;
	}



	section#features div#overview div.description p {
		width: 100%;
	}
	
	section#features div#list div.feature {
		clear: none;
		padding: 0 20px;
		margin-bottom: 40px;
	}

	section#features h3 {
		padding: 0;
	}
	
	section#features img {
 		width: 100%;
	}

	section#features img.even {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

	section#features img.odd {
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}

	section#features video {
 		width: 100%;
	}

	section#features video.even {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

	section#features video.odd {
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}


	section#tools > p {
		padding-bottom: 100px; /* 200px */
	}

	section#tools ul {
		margin-top: -70px; /* -170px */
	}

	section#tools li {
		height: 200px;
		padding: 20px 5px 5px 5px;
		font-size: 0.8em;
		background-size: 60px auto !important;
	}

	section#tools li:nth-child(1) {
		border-radius: 0;
	}
	section#tools li:nth-child(5) {
		border-radius: 0;
	}
	

	section#tips img {
 		width: 100%;
	}

	section#tips img.even {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

	section#tips img.odd {
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}

	section#tips video {
 		width: 100%;
	}

	section#tips video.even {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

	section#tips video.odd {
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}

	section#instagram div.container {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	section#instagram h2 {
		font-size: 1.25em;
	}	
	section#instagram p {
		font-size: 1.0em;
	}
	section#instagram div.text {
		padding-right: 0;
	}
	section#instagram div.thumbnail {
		margin-top: 20px;
	}
}



/*---------------------------------------------*/
/*          media max-width: 480               */
/*---------------------------------------------*/


@media screen and (max-width: 480px) {

 	section#tout div.screenshots {
		background-size: 340px 235px;
		padding-top: 48px;
	}

	section#tout div.screenshots div.screenshot {
		width: 252px;
		height: 190px;
	}

	section#tout div.screenshots div.screenshot div.back {
		left: -35px;
		background-size: 15px 28px;
		width: 35px;
		height: 190px;
	}
	
	section#tout div.screenshots div.screenshot div.forward {
		right: -35px;
		background-size: 15px 28px;
		width: 35px;
		height: 190px;
	}

	section#tout img {
		width: 252px;
		height: 190px;
	}
	
	
	
	section#tout_normal {
		background-size: 500px auto;
		background-position: center 110px;
	}
	
	section#tout_normal h2 {
		margin-top: 380px;
		font-size: 2.0em;
	}


	section#tout_short {
		background-size: 640px auto;
		background-position: -130px 110px;
		height: 160px;
	}

	section#tout_short h1 a {
		padding: 130px 0px 0px 0px;
	}

	section.banner.appstore div.content div.text h2 {
		font-size: 2.2em;
	}
	
	
	
	
	section#new2 div#tipstricks {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}


	section#new2 div#tipstricks img {
		margin: 10px;
	}


	section#testimonials div.picker {
		height: 80px;
	}

	section#testimonials div.picker img {
		width: 40px;
		height: 40px;
		margin: 2px;
	}

	section#testimonials div.picker img.selected {
		width: 80px;
		height: 80px;
	}

	section#testimonials div.list {
		height: 250px;
	}

	
	section#optimized {
		background-position: -180px 130%;
	}

	section#optimized h2 {
		margin: 0px 10px 0px 10px;
	}

}

/*---------------------------------------------*/
/*          media max-width: 320               */
/*---------------------------------------------*/


@media screen and (max-width: 320px) {

	section#tout {
		background: none;
	}

	section#features div#overview h2 {
		padding: 45px 0 20px 110px;
		font-size: 2em;
	}

	section#testimonials div.picker {
		height: 60px;
	}

	section#testimonials div.picker img {
		width: 30px;
		height: 30px;
		margin: 2px;
	}

	section#testimonials div.picker img.selected {
		width: 60px;
		height: 60px;
	}

}

/*---------------------------------------------*/
/*              retina images                  */
/*---------------------------------------------*/


@media screen and (-webkit-min-device-pixel-ratio: 2) {

	header {
		background: url('../images/header@2x.png') center top no-repeat;
		background-size: 800px 144px;
	}

}


