#intro h3  {
	width:34em;
	margin-left: auto;
	margin-right: auto;
}

#app-icon {
	padding-top: 5em;
	text-align: center;
}

#download-buy {
	margin-top: 2em;
	text-align: center;
}

#download-buy div {
	margin-left: 1em;
	margin-right: 1em;
	display: inline-block;
}

#download-buy p {
	padding-top: 0.2em;
	font-size: 70%;
	line-height: 1.6em;
}	

#download-buy .more:after {	
	vertical-align:-8%;
}

/*--------------------------------------------------------*/

.paddle-nav {
	position: absolute;
	top:50%;
	width:20px;
	opacity: 0.4;
	margin-top: -30px;
	height: 40px;
	cursor: pointer;
}

@media all and (max-width: 1024px) {
	
	.paddle-nav {
		display: none;
	}
}

.paddle-nav:hover {
	opacity: 0.65;
}

.paddle-nav:active {
	opacity: 0.8;
}

.paddle-nav-left {
	left:-40px;
}

.paddle-nav-right {
	right:-40px;
}

.paddle-nav-left:after {
	content: url("../images/arrow-left-black.svg");
}

.paddle-nav-right:after {
	content: url("../images/arrow-right-black.svg");
}

/*--------------------------------------------------------*/

#screenshots {
	position: relative;
	margin-top: 3em;
	padding-bottom: 1em;
  overflow: hidden;
  background-image:linear-gradient(90deg, #6f2c4e, #6f2c4e, #3E6EC1, #3E6EC1);
}

#wallpaper {
	position: absolute;
	background-image:url("../images/screenshot-background.jpg");
	background-size: 3016px 877px;
	width: 3016px;
	height:877px;
	left:50%;
	margin-left: -1508px;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {

	#wallpaper {
  	background-image:url("../images/screenshot-background@2x.jpg");
	}
}

@media only screen
and (max-width : 1024px) 
and (min-device-width:1024px) {
	
	#screenshots {
		min-width: 1024px;
	}
}

#screenshot-wrapper {
	position: relative;
	margin-top: 3em;
}

#screenshot {
	padding-top: 62.5%;  /* 640/1024px */
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;  /* Internet Explorer*/
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.68);
	box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.68);
	-webkit-border-radius:6px;
	border-radius: 6px;
	cursor: pointer;
	margin-bottom: 1em;
	-webkit-transform:translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
}

#screenshot-wrapper .image-title {
	margin-bottom: 0.5em;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

#screenshot-wrapper .image-description {
	width: 50em;
	height: 3em;
	overflow: hidden;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

#screenshot-wrapper .paddle-nav {
	margin-top: -80px;
}

#screenshots h4 {
	color:white;
}

#screenshots p {
	color:white;
	font-weight: 400;
}

#screenshots .indicator {
	background-color: rgba(255, 255, 255, 0.22);
}

#screenshots .indicator-selected {
	background-color: rgba(255, 255, 255, 0.72)
}

#screenshots .paddle-nav {
	opacity: 0.5;
}

#screenshots .paddle-nav:hover {
	opacity: 0.65;
}

#screenshots .paddle-nav:active {
	opacity: 0.8;
}

#screenshots .paddle-nav-left:after {
	content: url("../images/arrow-left-white.svg");
}

#screenshots .paddle-nav-right:after {
	content: url("../images/arrow-right-white.svg");
}

/*--------------------------------------------------------*/

#workflow {
	background-color: #f8f8f8;
	text-align: center;
}

#workflow .table {
	margin-top: 5em;
	margin-bottom: 5em;
  padding-left: 150px;
	padding-right: 150px;
	text-align: center;
	table-layout: fixed;
}

#workflow .table a {
	font-size: 20pt;
	font-weight: 300;
	color:#9e47a0;
}

#workflow .table p {
	margin-top: 1em;
	font-size: 13pt;
	font-weight: 200;
	color:#845f84;
}

#workflow .table .cell {
	width: 33%;
	max-width: 33%;
} 

#workflow .table .cell img {
	max-width: 100%;
} 

#workflow a {
	color:#9e47a0;
}

#workflow .table .row:nth-child(3) .cell {
	padding-top: 2.5em;
}

#workflow .table .center {
	height:150px;
}

#workflow p {
	margin-bottom: 1em;
}

#workcycle-container {
	height: 210px;
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}

#workcycle-mask {
	z-index: 2;
	background-image: url("../images/workcycle-mask.png");
	background-size: 240px 240px;
	width: 240px;
	height: 240px;
	left:-15px;
	top:-15px;
	position: absolute;
	background-repeat: no-repeat;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {
	
	#workcycle-mask {
		background-image: url(../images/workcycle-mask@2x.png);
	}
}

#workcycle-background {
	z-index: 1;
	width: 232px;
	height: 232px;
	background-size: 232px 232px;
	left:-13px;
	top:-10px;
	background-image: url("../images/workcycle-background.png");
	position: absolute;
	background-repeat: no-repeat;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {
	
	#workcycle-background {
		background-image: url(../images/workcycle-background@2x.png);
	}
}

#workcycle-connector-left {
	vertical-align: top;
	text-align: right;
	padding-top: 20px;
	padding-right: 15px;
}

#workcycle-connector-right {
	vertical-align: top;
	text-align: left;
	padding-top: 20px;
	padding-left: 15px;
}

#workcycle-connector-right img {
	-moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/*--------------------------------------------------------*/

#diff {
	background-color: white;
}

#diff-wrapper {
	position: relative;
	margin-top: 4em;
	padding-top: 0;
}

#diff-screen {
	padding-top: 35.156%;  /* 380/1024px */
  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;  /* Internet Explorer*/
  -webkit-transition: background-image 0.45s linear;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
	margin-bottom: 2em;
}

#diff .paddle-nav {
	margin-top: -80px;
}

#diff .image-title {
	margin-bottom: 0.5em;
}

#diff .image-description {
	width: 50em;
	height: 3em;
	overflow: hidden;
}

#diff {
	text-align: center;
}

#diff p {
	margin-bottom: 1.2em;
}

/*--------------------------------------------------------*/

#merge {
	background-color: #f8f8f8;
	text-align: center;
}

#merge p {
	margin-bottom: 1.2em;
}

#merge a {
	color:#c53c12;
}

#merge-img {
	position: relative;
	width: 288px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
	margin-bottom: 4em;
}

#merge-img img {
	position: absolute;
}

#merge-img img:nth-child(1) {
	z-index: 1;
	left:0px;
}

#merge-img img:nth-child(2) {
	z-index: 2;
	top:80px;
	left:100px;
}

/*--------------------------------------------------------*/

#timeline {
	background-color: white;
}

#timeline .table {
	margin-top: 5em;
	margin-bottom: 5em;
	table-layout: fixed;
	width: 100%;
}

#timeline .table .cell {
	vertical-align: top;
	padding-left: 40px;
	padding-right: 40px;
	width: 50%;
}

#timeline .table .cell h3 {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
} 

#timeline .table .cell p {
	margin-top: 1em;
	font-size: 13pt;
	color:#7b7b7b;
	font-weight: 200;
	text-align: left;
	margin-bottom: 0.5em;
} 

#timeline .table .row:nth-child(2) .cell {
	padding-top: 4em;
}

#timeline h3 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;	
}

/*--------------------------------------------------------*/

#annotations {
	background-color: #f8f8f8;
	text-align: center;
}

#annotations a {
	margin-top: 5em;
	display: block;
}

#annotations img{
	margin-top: 5em;
}

/*--------------------------------------------------------*/

.grid-subsection .table {
	margin-top: 5em;
	margin-bottom: 5em;
  padding-left: 90px;
	padding-right: 90px;
}

.grid-subsection .table p {
	margin-top: 1em;
	font-size: 13pt;
	color:#7b7b7b;
	font-weight: 200;
}

.grid-subsection .table .cell {
	width: 33%;
	padding-left: 1.5em;
	padding-right: 1.5em;
	text-align: center;
}

.grid-subsection .table h4 {
	margin-top: 0.3em;
	margin-bottom: 1em;
	color:#7e7e7e;
	font-size: 18pt;
}

.grid-subsection .table p {
	font-size: 12pt;
}

.grid-subsection .table .row:nth-child(2) .cell,
.grid-subsection .table .row:nth-child(3) .cell {
	padding-top: 3em;
}

.grid-subsection img {
	width: 62px;
}

/*--------------------------------------------------------*/

#summary {
	background-color: #6e3d76;
	padding-bottom: 2em;
}

#summary h3 {
	color: white;
	margin-bottom: 0.3em;
	font-weight: 200;
	font-size: 32pt;
}

#summary p {
	color: #d0aed5;	
	font-weight: 400;
	font-size: 120%;
	margin-bottom: 1em;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

#summary a {
	color: #efacf9;
}

/*--------------------------------------------------------*/

#more {
	background-color: white;
}

/*--------------------------------------------------------*/

#even-more {
	background-color: #f8f8f8;
}

/*--------------------------------------------------------*/

#beanstalk {
	border: none;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	text-align: center;
	background-repeat: repeat-x repeat-y;
	background-position-x: center;
	background-image: url(../images/wildbit.png);
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {
	
	#beanstalk {
		background-image: url(../images/wildbit@2x.png);
	}
}

#beanstalk p {
	color: #D6FAD3;
	font-size: 14pt;
	font-weight: 500;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	padding: 0;
	margin-top: 1em;
}

/*--------------------------------------------------------*/

#customers {
	background-color: white;
	text-align: center;
}

#customers h3 {
	margin-bottom: 0.3em;
}

#companies.table {
	margin-top: 0em;
	margin-bottom: 5em;
  padding-left: 30px;
	padding-right: 30px;
}

#companies.table .cell {
	width: 16%;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
}

#companies.table .cell img {
	opacity: 0.4;
	width: 100px;
	vertical-align: middle;
}

#companies.table .row:nth-child(n+1) .cell {
	padding-top: 3em;
}

#feedback.table {
	margin-top: 4em;
	margin-bottom: 5em;
  padding-left: 30px;
	padding-right: 30px;
}

#feedback.table blockquote {
	width: 100%;
}

#feedback.table .cell {
	width: 33%;
	padding-left: 2em;
	padding-right: 1em;
	border-right: 1px solid #ddd;
}

#feedback.table .cell:nth-child(3) {
	border: none;
}

#feedback.table h4 {
	text-align: left;
	font-size: 11pt;
	margin-top: 1em;
	color: #444;
}

#feedback.table p {
	text-align: left;
	font-size: 9pt;
	padding-top: 0.4em;
	color: #888;
}

blockquote {
	font-size: 16pt;
	font-weight: 300;
	font-style: italic;
	color: #5a5a5a;
	text-align: left;
	position: relative;
	display: block;
  line-height: 20pt;
}

blockquote:before {
	font-family: "Hoefler Text", "Times New Roman", serif;
	font-style: normal;
  color: #ddd;
  content: open-quote;
  font-size: 300%;
  line-height: 0px;
  margin-right: 0.1em;
  vertical-align: -0.3em;
}

blockquote:after {
	content: close-quote;
	color: rgba(0, 0, 0, 0);
}

/*--------------------------------------------------------*/

#features {
	background-color: white;
	text-align: center;
}

#features h3 {
	margin-bottom: 0.3em;
}

#features .table {
	margin-top: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#features .table .cell {
	width: 50%;
	padding-left: 2em;
	padding-right: 2em;
}

#features .table h4 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	text-align: left;
	font-size: 15pt;
	color:#828282;
}

#features .table li {
	width: 100%;
	font-size: 8pt;
	color: #adadad;
	padding-top: 0.2em;
	font-weight: 200;
	text-align: left;
}

#features .table li p {
	margin-left: 0;
	padding-left: 0;
	text-align: left;
	font-size: 11pt;
	color: #4f4f4f;
}

#features .table ul ul {
	margin-left: 1em;
}
