/* Don't look here, the CSS is a mess - all efforts are going into building the program, not the site... */

body, input, button, li {
	font-family: Raleway;
}


body.noScroll {
	overflow-y:hidden;
}

.menu {
	width: 900px;
	margin: 0 auto 170px;
	position: relative;
}

.menu ul {
	position: absolute;
	right: 0;
	left: auto;
}

.menu li {
	float: left;
	padding: 10px 20px;
	text-shadow: none;
	font-weight: 100;
	margin-left: 2px;
	text-transform: uppercase;
	font-size: 13px;
}

.logo {
	float: left;
	padding: 10px;
}

.logo img {
	width: 170px;
	margin-bottom: -14px;
	margin-right: 7px;
	padding: 2px 5px;
	background: rgba(255,255,255,0.3);
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,0.1);
}

.seal {
	display: block;
	margin-top: 20px;
}

.referer {
	position: fixed;
	bottom: -50px;
	background: #fafafa;
	border: 1px solid #dedede;
	padding: 8px 20px;
	text-align: center;
	font-size: 13px;
	color: gray;
	right: 10px;
	display: block;
	opacity: 0;
}

.referer.visible {
	bottom: 10px;
	opacity: 1;
	z-index: 10000;
}

.referer .button {
	padding: 2px 3px 4px;
	font-weight: normal;
}

.referer .button b {
	color: gray;
}

.referer .button img {
	margin-bottom: -4px;
	width: 16px;
	height: 16px;
}

.referer iframe {
	margin-bottom: -7px;
	margin-left: 4px;
}

.block {
	padding: 90px 40px;
	position: relative;
}

.block.columnized {
	padding-bottom: 0;
	padding-top: 0px;
}

.block.gradient {
	background: linear-gradient(105deg,#2d5d7b,#6ea4c5 35%,#7dd2a7);
	color: white;
	min-height: 200px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	overflow: hidden;
	padding: 20px 40px 100px;
}
.block.gradient::after, .block.gradient::before, .block.gradient .deco {
	content: "";
	display: block;
	position: absolute;
	background: rgba(84, 168, 166, 0.33);
	bottom: -48px;
	left: -100px;
	right: -100px;
	height: 100px;
	transform: rotate(1deg);
}

.block.gradient::after {
	transform: rotate(1.5deg);
	background: white;
	bottom: -70px;
}

.block.gradient p {
	text-shadow: none;
	font-size: 17px;
	text-align: center;
}

.block.gradient p b {
	background: rgba(255,255,255,0.1);
	color: black;
	display: inline-block;
	font-weight: 100;
	padding: 4px 10px;
}

.block p.small {
	font-size: 12px;
}

.block .badge, .lineNumber {
	background: black;
	color: white;
	padding: 3px 4px;
	border-radius: 5px;
}

.inviteViaBeta input {
	margin-bottom: 10px;
}
.inviteViaBeta {
	max-width: 430px;
	margin: 0 auto;
	text-align: center;
}

.block.gradient .deco {
	transform: rotate(-1deg);
}

.block.gradient .container {
	width: 900px;
}

.block.screenshot {
	padding: 0;
	text-align: center;
	margin-top: 90px;
}

.block.screenshot .screenshotImg {
	border: 30px solid white;
	border-radius: 15px 15px 0 0;
	box-shadow: 0 -15px 60px 10px rgba(0,0,0,0.05);
	margin-top: 40px;
}

.block.columnized .container {
	display: table;
	width: 920px;
}

.block.columnized .fullColumn {
	width: 100%;
}

.block.columnized .column {
	display: table-cell;
	padding: 5px;
	width: 33%;
}

.block.columnized .column h2 {
	font-size: 18px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
}

.block.columnized .column p {
	margin: 0;
	margin-top: 10px;
	font-size: 12px;
}

.block .container.tagCloud {
	margin-top: 80px;
	text-align: center;
}

.tagCloud span {
	border: 1px solid #e3e7ea;
	font-size: 15px;
	font-weight: 300;
	padding: 15px;
	display: inline-block;
	background: #fbfbfc;
	margin: 5px;
	border-radius: 5px;
}

.tagCloud img {
	width: 25px;
	margin-right: 8px;
	margin-bottom: -6px;
	margin-top: -3px;
}

.block.gray {
	background: #f3f3f3;
	padding: 50px 0;
}

.block.gray p {
	text-align: center;
}

.block.feature {
	padding: 140px 40px 140px;
}

.block.feature:nth-child(2n) {
	background: #f6f6f4;
}
.block.feature:nth-child(2n) .img {
	border:1px solid #c3c3c3;
}
.block.feature:nth-child(2n) .img img {
	margin-bottom: -3px;
}

.block.feature .container {
	width: 920px;
}

.block.feature .container .img {
	overflow: hidden;
	position: relative;
	float: right;
	padding: 0;
}

.block.feature .container .text {
	float: left;
	max-width: 50%;

}

.block.feature .container .text h2 {
	margin: 0px;
}

.block.feature .container .text .keywordTitle {
	font-family: Raleway;
	margin-bottom: 20px;
	display: block;
	color: #588d9e;
	text-transform: uppercase;
}

/*.block.feature .container .img::after, .block.feature .container .img::before {
	content: "";
	position: absolute;
	left: -20px;
	right: -20px;
	height: 90px;
	background: white;
	bottom: -61px;
	transform: rotate(2deg);
	border-top: 1px solid #cad0d4;
}*/
.block.feature.center .container {
	text-align: center;
}
.block.feature.center .container .text {
	width: 600px;
	clear: both;
	margin: 0 auto;
	float: none;
}

.block.feature.center .container .img {
	float: none;
	position: static;
}

.block.feature.list .container .text {
	max-width: 800px;
	margin: 0 auto;
	float: none;
	font-size: 14px;
}

.block.feature.right .text {
	float: right;
	width: 360px;
}

.block.feature.right.smallRight .text {
	float: right;
	width: 260px;
}

.block.feature.right .img {
	float: left;
}

.block.feature.list p {
	font-size: 14px;
	margin: 10px 0;
}

.block.list ul {
	font-weight: 300;
	padding: 0 30px;
	list-style-type: square;
}
.block.list ul li {
	padding: 5px 0;
}

.block.feature.wideImg .container {
	width: 1080px;
}
.block.feature.wideImg .container .text {
	width: 400px;
}

.block.feature img {
}

.block.feature.wideCenter .container {
	width: 1300px;
	text-align: center;
}

.block.feature.wideCenter .text {
	float: none;
	width: 600px;
	margin: 0 auto;
}

.block.feature.wideCenter .img {
	float: none;
	display: inline-block;
}

.block .container {
	width: 600px;
	margin: 20px auto;
}

.block.wide .container {
	width: 800px;
}

h1 {
	font-size: 43px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1.5px;
}

h1 i {
	display: block;
	font-size: 15px;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.4);
	width: 200px;
	margin: 30px auto 60px;
	text-shadow: none;
	font-weight: 100;
}

h2 {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

p {
	font-weight: 300;
	font-size: 17px;
	margin: 15px 0;
	line-height: 1.6;
}

.bigInput, .bigButton {
	padding: 20px;
	font-size: 20px;
	font-weight: 100;
	border: 1px solid #cad0d4;
	border-radius: 10px;
	width: 100%;
	margin-top: 30px;
	background: white;
}

.bigButton {
	background: linear-gradient(#fafafa,#f0f0f0);
	border: 1px solid #c9c9c9;
	box-shadow: 0 0 1px rgba(255,255,255,0.5) inset, 1px 1px 2px rgba(0,0,0,0.1);
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
	width: 350px;
}

.choosePassword input {
	margin: 10px auto;
	width: 290px;
	display: block;
	float: none;
}

.choosePassword {
	text-align: center;
}

.downloadButton {
	color: black;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	width: 190px;
	margin-right: 10px;
	margin-bottom: 50px;
}

.downloadButton .title {
	font-size: 17px;
	width: 120px;
	float: left;
	font-weight: 500;
}

.downloadButton .info {
	font-size: 11px;
	float: left;
	font-weight: 300;
	width: 100px;
	padding: 10px 0;
	color: gray;
	line-height: 1.3;
}

.downloadButton.halfVisible {
	opacity: 0.3;
}

.downloadButton.halfVisible:hover {
	opacity: 1;
}

.vip {
	margin-bottom: -7px;
	margin-left: 5px;
}

h2 .vip {
	margin-bottom: -3px;
	margin-left: 0;
}
.footer::before {
	content: "";
	display: block;
	top: -61px;
	height: 100px;
	background: white;
	left: -20px;
	right: -20px;
	position: absolute;
	border-bottom: 1px solid #d4dade;
	transform: rotate(2deg);
}

.footer {
	margin-top: 20px;
	background: #eeeeec;
	min-height: 240px;
	padding-top: 60px;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.footerHolder {
	width: 620px;
	text-align: center;
	margin: 20px auto;
	font-size: 12px;
	color: gray;
}

.footerHolder a {
	color: gray;
}

.footerHolder small {
	font-size: 9px;
}


/**
 * Old names from old design cause we don't wanna break JS..
 */

.hidden {
	display: none;
}

.invalidEmail {
	position: absolute;
	color: red;
	padding: 5px;
}


.signedUpWrap, .popupCover {
	background: rgba(0,0,0,0.4);
	opacity: 0;
	transform: translateY(-100px);
	top: 0;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
}

.signedUpWrap.visible {
	opacity: 1;
	transform: translateY(0px);
}

.signedUpWrap button {
	font-size: 16px;
	padding: 10px 19px 12px;
}

.referInput {
	display: block;
	float: left;
	height: 42px;
	width: 100%;
	font-size: 14px;
}

.copyButton {
	float: left;
	margin-left: 5px;
}

.mailgunEmail input  {
	animation: glowBlink 3s infinite;
}

@keyframes glowBlink {
	0% { box-shadow: 0 0 0px transparent }
	50% { box-shadow: 0 0 5px rgba(0,0,0,0.2); }
	100% { box-shadow: 0 0 0px transparent }
}

.signupWrap {
	width: 920px;
	left: 50%;
	position: absolute;
	margin-left: -460px;
}

.signupHolder {
	float: right;
}

.signedUpWrap {
	font-size: 24px;
}

.signedUpWrap  input:focus {
	outline:none; /*or outline-color:#FFFFFF; if the first doesn't work*/
	-webkit-box-shadow: 0px 0px 4px 0px blue;
	box-shadow: 0px 0px 4px 0px blue;
}

.signedUpWrap .invitedMode.mode0 {
	text-align: left;
}
.signedUpWrap .invitedMode.mode0 b {
	font-weight:normal;
}


.inviteViaEmail {
	margin-top: 15px;
}

.inviteViaEmail input {
	/*font-size: 13px;
	padding: 5px;*/
	margin: 5px;
	width: 180px;
	clear: left;
	font-weight: normal;
	text-align: right;
	margin-right: 0;
	border-radius: 3px 0 0 3px;
}

.inviteViaEmail span {
	display: inline-block;
	padding: 8px 5px 7px;
	background: #ececec;
	border: 1px solid #cccccc;
	border-left: none;
}

.inviteViaEmail input.full {
	width: 248px;
	text-align: left;
	margin-left: 15px;
}

.inviteViaEmail .teamMate {
	font-size: 16px;
	font-weight: 100;
	color: gray;
	position: relative;
}

.inviteViaEmail .teamMate b {
	display: none;
	color: blue;
	position: absolute;
	padding-left: 5px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: 100;
	cursor: pointer;
}

.inviteViaEmail button {
	width: 200px;
	margin-top: 10px;
}


.signedUp, .popup {
	margin: 50px auto;
	width: 460px;
	font-size: 20px;
	font-weight: 100;
	text-align: center;
	line-height: 1.5;
	position: relative;
	background: white;
	padding: 50px 150px;
}

.signedUp h2 {
	margin-bottom: 30px;
}

.signedUp i {
	font-style: italic;
}
.signedUp u {
	text-decoration: none;
	cursor: help;
}

.share {
	font-size: 14px;
	margin-top: 20px;
}
.share button {
	font-size: 13px;
	padding: 4px 8px;
	border-radius: 8px;
	border: none;
}

.bigSignup .signedUp input,
.bigSignup .signedUp button {
	font-size: 16px;
}

.share button.facebook {
	color: white;
	background: #3b5998;
}

.share button.facebook:hover {
	background: #4572bb;
}

.share button.twitter {
	background: #339cc3;
	color: white;
}

.share button.twitter:hover {
	background: #33add4;
}

.share button.linkedin {
	background: #0077b5;
	color: white;
}

.share button.linkedin:hover {
	background: #0089ca;
}

.copied {
	width: 100px;
	margin: 3px auto;
	text-align: center;
	opacity: 0;
	background: #5789a8;
	color: white;
	padding: 3px;
	font-size: 13px;
	font-weight: 100;
}

.copied.visible {
	opacity: 1;
}
.signedUpWrap .waiting {
	display: block;
	font-size: 18px;
	font-weight: 100;
	line-height: 1.8;
	width: 400px;
	margin: 40px auto;
}

.signedUpWrap .waiting small {
	font-size: 11px;
	font-weight: normal;
}


input, textarea {
	font-size: 12px;
	padding: 5px;
	width: 270px;
	border:1px solid #cccccc;
	resize: none;
	border-radius: 3px;
}

input, button, .button {
	font-size: 16px;
	padding: 10px;
	font-weight: 100;
	color: black;
	text-decoration: none;
	display: inline-block;
}

button, .button {
	font-size: 15px;
	padding: 11px 21px 10px;
	background: linear-gradient(#fafafa,#f0f0f0);
	border: 1px solid #c9c9c9;
	box-shadow: 0 0 1px rgba(255,255,255,0.5) inset, 1px 1px 2px rgba(0,0,0,0.1);
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	color: black;
}

button:hover, .zeroclipboard-is-hover, .button:hover, .bigButton:hover {
	/*background: linear-gradient(#7fb8dc,rgb(63, 127, 167));*/
	background: linear-gradient(#ffffff, #e1e1e1);
	box-shadow:0 0 8px rgba(0,0,0,0.1);
}

.els {
	width: 470px;
	margin: 30px auto 0;
}
.container .els small {
	margin: 10px auto;
	font-size: 12px;
	font-family: "Roboto", Arial;
}
.mailgunEmail {
	display: inline-block;
}

.footerHolder .footerLogo {
	width: 32px;
	float: left;
}

.footerHolder {
	width: 320px;
	line-height: 1.2;
	text-align: left;
}

.footerHolder div {
	margin-left: 10px;
	float: left;
	width: 260px;
}

body .block.signupBlock {
	margin-top: -310px;
	margin-bottom: 330px;
}

body .block.signupBlock h2 {
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 0px;
}

.videoHolder .playButton {
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	opacity: 0.85;
	width: 128px;
	text-align: center;
	line-height: 27px;
	font-weight: 300;
	width: auto !important;
	opacity: 0.5;
}
.videoHolder:hover .playButton {
	opacity: 1;
}

.videoCover {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0,0,0,0.3);
	z-index:4999;
}

.demoVideo {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -327px;
	margin-left: -539px;
	z-index: 5000;
	border: 1px solid #356b7f;
}

@media only screen and (max-width: 699px) {
	h1, h2, h3 {
		font-size: 18pt;
		width: 100%;
	}

	.demoVideo {
		position: fixed;
		top: 50%;
		left: 50%;
		margin: 0;
		transform: translate(-50%, -50%);
		background: black;
	}

	.gradient h1 {
		/*font-size: 24pt;*/
		line-height: 1.3;
	}

	body .signup button, body .signup input {
		font-size: 11pt;
		padding: 5px;
		border-radius: 4px;
		box-shadow: none;
		box-sizing: border-box;
	}

	.wrapContainer h1 {
		margin-top: 55px;
		font-size: 19pt;
	}

	.copyButton {
		width: 100px;
		clear: left;
		margin: 10px auto;
		float: none;
	}

	.mailgunEmail input  {
		animation: none;
		width: 100%;
	}


	.logo {
		text-align: center;
		margin: 0 auto;
		float: none;
	}


	.referer.visible {
		border-bottom: none;
		border-left: none;
		border-right: none;
		bottom: 0px;
		left: 0px;
		right: 0px;
		font-size: 10pt;
	}

	.copyButton {
		display: none;
	}

	body .signedUpWrap {
		width: 94%;
		padding: 3%;
		overflow: auto;
		margin: 0px auto;
	}

	.getInvitedText p {
		padding: 0;
	}

	.referInput {
		width: 95%;
	}

	body .d3signup h2 {
		display: none;
	}

	.dotNavi {
		/*right: -9px;*/
		display: none;
	}

	.sectionWrap {
		width: 100%;
		margin: 0;
	}

	.signedUpWrap .signedUpWrap {
		margin-top: 0;
	}

	.signedUpWrap .signedUp {
		width: 88%;
		padding: 5%;
		margin: 0;
		left: 0;
		top: 0;
	}

	.signedUpWrap .signedUp h1 {
		margin: 10px;
		font-size: 25px;
		margin-bottom: 30px;
	}
	.signedUpWrap .signedUpText {
		font-size: 16px;
	}

	.signedUpWrap .mailgunEmail {
		width: 50%;
		display: inline-block;
		margin-right: 15px;
	}

	.inviteViaEmail span {
		font-size: 15px;
		padding-bottom: 8px;
	}

	.signedUpWrap .or {
		margin-top: 0;
		font-size: 16px;
	}

	.signedUpWrap .inviteViaEmail {
		margin-top: -35px;
	}

	.signedUpWrap .inviteTeam {
		margin-top: -25px;
	}

	.block {
		padding: 0;
	}

	.block.gradient {
		padding: 20px 40px 40px;
	}

	.block.screenshot {
		margin-top: 0px;
	}

	.block.screenshot .container {
		width: auto;
	}

	.block.screenshot .screenshotImg {
		border-width: 0px;
		width: 90%;
		margin: 2%;
		padding: 2%;
	}

	body .block .container,
	body .block.gradient .container,
	body .block.columnized .container,
	body .block.feature .container,
	body .block.feature.wideImg .container,
	body .block.feature.wideCenter .container,
	body .block .menu {
		width: 94%;
	}

	.block .menu {
		margin: 0 auto 60px;
	}

	.els {
		width: 100%;
	}

	.block.columnized .column h2 {
		font-size: 10pt;
	}

	.block.columnized .column p {
		font-size: 8pt;
	}

	.block.gray {
		padding: 20px 0;
	}

	.block.gray .bigInput {
		width: 78%;
		margin: 30px auto 0;
		display: block;
		font-size: 11pt;
		padding: 15px;
	}

	.block.feature {
		padding: 70px 10px;
	}

	.block.feature .container .text,
	.block.feature.wideImg .container .text {
		max-width: 100%;
	}

	.block.feature.right.smallRight .text {
		float: none;
		width: auto;
	}

	.block.feature h2 {
		font-size: 15pt;
	}
	.block.feature p {
		font-size: 10pt;
		margin: 10px 0;
	}

	.block.feature .container .img {
		padding: 0;
		width: 100%;
	}
	.block.feature img {
		width: 100%;
	}
	.block.list ul {
		font-size: 10pt;
		padding: 0 20px;
	}
	.block.list ul li {
		padding: 5px 0;
	}
}

@media only screen and (max-width: 320px) {
	.d3signup .mailgunEmail input {
		width: 120px;
	}
}

/* NEW SITE STYLE FOR v0.9 */

.menu {
	width: 840px;
	margin-bottom: 130px;
}

h1 {
	position: relative;
}

h1::after {
	position: absolute;
	content: "";
	border-bottom: 1px solid #e3e7ea;
	left: 320px;
	right: 320px;
	bottom: -20px;
}

.block.gradient {
	background: #fbfbfc;
	border-bottom: 1px solid rgba(153, 170, 180, 0.25);
	text-shadow: none;
	color: black;
	font: caption;
	min-height: 460px;
}

.block.gradient::after, .block.gradient::before, .block.gradient .deco {
	display: none;
}

.container {
	width: 700px;
}
.container h2 {
	text-transform: none;
	letter-spacing: -0.5px;
	font-size: 33px;
	line-height: 1.2;
	margin-bottom: 60px;
	font-weight: 600;
	text-align: center;
	border-top: 1px solid gainsboro;
	padding-top: 60px;
	margin-left: 100px;
	margin-right: 100px;
	font-family: "Work Sans";
}

.container h2 {
	border-top: none;
	padding-top: 0;
}

.container p {
	color: #232323;
	font-size: 18px;
	line-height: 1.67;
	text-align: left;
}

.container small {
	font-size: 13px;
	color: gray;
	width: 400px;
	margin: 0 auto;
	text-align: center;
	display: block;

}

.screenshot-timeline {
	position: relative;
	margin: -240px auto 50px;
	width: 1280px;
	height: 490px;
}

.screenshot-timeline .img {
	width: 800px;
	border: 1px solid #e1e2e2;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	position: absolute;
	left: 50%;
	margin-left: -401px;
}

.screenshot-timeline .img.small {
	width: 520px;
	margin-left: -260px;
	margin-top: 70px;
}

.screenshot-timeline .img.animate {
	transition:margin 0.5s cubic-bezier(.4,0,.42,1);
}

.screenshot-timeline.showSmall .img.left {
	margin-left: -630px;
}

.screenshot-timeline.showSmall .img.right {
	margin-left: 110px;
}

.screenshot-timeline .img img {
	width: 100%;
	border-radius: 3px;
}

.screenshot-timeline .img.small.hover {
	z-index: 5;
}

.screenshot-timeline .img.unfocused {
	filter: grayscale(100%) blur(2px);
}

.screenshot-timeline .img .year {
	display: block;
	position: absolute;
	top: -20px;
	left: 0px;
	font-size: 12px;
	color: gray;
}

.screenshot-timeline .img .details {
	display: none;
	position: absolute;
	bottom: -29px;
	left: -1px;
	right: -1px;
	background: #fbfbfc;
	font-size: 12px;
	padding: 10px;
	color: gray;
	border: 1px solid #e1e2e2;
}

.screenshot-timeline .img:hover .details {
	display: block;
}

.screenshot-timeline .img.center .year {
	left: 50%;
	margin-left: -13px;
}

.screenshot-timeline .img.right .year {
	left: auto;
	right: 0px;
}

.story {
	height: 230px;
	overflow: hidden;
	position: relative;
}

.story.full {
	height: auto;
}

.story .show-full-story {
	background: linear-gradient(transparent, #fbfbfc 40%);
	height: 50px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-top: 80px;
	font-size: 18px;
	font-weight: 100;
}

.story .show-full-story .button {
	width: 100%;
	box-sizing: border-box;
	font-weight: normal;
}

.question {
	margin-top: 50px;
	margin-bottom: 0px;
}

.answers {
	width: 100%;
}
.answers li {
	font: caption;
	padding: 10px 0;
	float: left;
	background: #f9f9f9;
	border: 1px solid #d8ddde;
	margin: 2px;
	border-radius: 3px;
	width: 134px;
	text-align: center;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05)
}

.answers.large .answer-option {
	width: 260px;
	height: 30px;
}

.answers li.answer-option.selected {
	cursor: pointer;
	background: #e6e6e6;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
	border-color: #c3c2c2;
}

.answers li.answer-option.unselected:hover,
.slider td:hover .button {
	cursor: pointer;
	background: #f5f5f5;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
}

.answers .otherField {
	background: none;
	border: none;
	padding:0;
	margin-top: 20px;
	width: 100%;
	text-align: left;
	box-shadow: none;
}

.answers label {
	display: block;
	margin-bottom: 10px;
	text-align: left;
	font-size: 14px;
}

.answers textarea {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	height: 60px;
	box-shadow: inset -1px 1px 2px rgba(0,0,0,0.05);
	border-color: gainsboro;
	box-sizing: border-box;
}

.survey input {
	width: 100%;
	box-sizing: border-box;
	box-shadow: inset -1px 1px 2px rgba(0,0,0,0.05);
}

li.slider {
	background: none;
	border: none;
	width: 100%;
	box-shadow: none;
}

.slider table {
	width: 100%;
}

.slider table td {
	position: relative;
	padding-top: 40px;
	cursor: pointer;
	color: #cacaca;
}

.slider table td::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0px;
	right: 0px;
	border-top: 1px solid gainsboro;
}

.slider table td:first-child::before {
	left: 50%;
}
.slider table td:last-child::before {
	right: 50%;
}
.slider table td .button {
	display: none;
}
.slider:hover table td .button,.slider table td.selected .button {
	position: absolute;
	display: block;
	left: 50%;
	top: 16px;
	margin-left: -6px;
	width: 0;
	padding: 3px;
	box-shadow: none;
	border-radius: 100%;
	background: white;
}

.slider table td:hover .button {
	top: 11px;
	padding: 8px;
	margin-left: -10px;
}

body .slider td.selected i, body .slider td.selected {
	color: black;
}

body .slider td.selected .button  {
	display: block;
	top: 11px;
	padding: 8px;
	margin-left: -10px;
	background: #e6e6e6;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
	border-color: #c3c2c2;
}

.slider i, .slider.hasSelected td {
	color: rgba(0,0,0,0.1);
	font-style: normal;
}

.slider:hover i, .slider:hasSelected td {
	color: gray;
}

.survey .bigButton {
	margin: 2px;
	width: 100%;
	margin-top: 40px;
	font-weight: normal;
	color: white;
	border-color: #285d7e;
	background: linear-gradient(#2d698e, #285d7e);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.6);
}

.block.storyContainer {
	background: #fbfbfc;
	padding-bottom: 100px;
	padding-top: 100px;
	margin-bottom: -100px;
}

.popupCover, .signedUpWrap {
	opacity: 1;
	transform: none;
	background: rgba(255,255,255,0.8);
}

.popup, .signedUp {
	font: message-box;
	line-height: 1.5;
	padding: 30px 20px;
	border: 1px solid #cbcfd2;
	background: white;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);

	top: 0px;
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -301px;
	overflow: auto;
}

.signedUp {
	padding: 40px 70px;
}

.popup .small {
	border-top: 1px solid gainsboro;
	padding-top: 20px;
	margin-top: 20px;
	font-size: 12px;
}

.footer {
	margin-top: 100px;
	background: #e4e4e7;
	border-top: 1px solid rgba(153, 170, 180, 0.25);
	box-shadow: inset 0 10px 20px -10px rgba(0,0,0,0.1);
}

.footer::before {
	display: none;
}

.main-action {
	background: linear-gradient(#3b788a,rgb(63, 65, 68));
	color: white;
	box-shadow: none;
	border-color: #3f4144;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.main-action:hover {
	background: linear-gradient(#74aab9,rgb(19, 100, 125));
	box-shadow: inset 0 0 10px rgba(255,255,255,0.4);
}

.main-action .info {
	color: white;
}

.platform {
	margin: 100px auto 0;
	width: 490px;
}

.gradient .platform p {
	margin: 0;
	text-align: left;
	margin-top: 20px;
}

.platform input {
	width: 98%;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: normal;
}

.downloadButton.main-action img {
	filter: invert();
}

.popup h1 {
	font-size: 33px;
}

.contribute {
	float: right;
	width: 369px;
	margin-right: 20px;
}

.paymentForm {
	background: #fbfbfc;
	padding: 46px;
	padding-bottom: 47px;
	text-align: center;
	border: 1px solid #c3c3c3;
	width: 300px;
	float: left;
}

.paymentQuestions {
	margin-top: 9px;
	color: gray;
	text-align: center;
	font-size: 12px;
}

.paymentForm p {
	text-align: center;
	color: gray;
}

.paymentForm #amount {
	width: 80px;
	padding-left:20px;
	font-weight: 300;
}

.paymentForm .amountHolder {
	display: inline-block;
	position: relative;
}

.paymentForm .amountHolder .dollar {
	position: absolute;
	top: 14px;
	left: 10px;
	color: gray;
	font-weight: 300;
}

.paymentForm .badges {
	width: 130px;
	margin: 20px auto 0;
}

.paymentForm .badges img {
	height: 19px;
}

.paymentForm .badges .badgeCard {
	height: 24px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
}

.block.pwyw {
	background: white;
	width: 800px;
	margin: -250px auto 0;
	box-shadow: 0 -5px 10px -3px rgba(0,0,0,0.1);
	padding: 30px;
}

.block.pwyw .container {
	margin: 0;
	width: auto;
}

.block.pwyw h2 {
	margin: 30px 0 10px;
	text-align: left;
	font-size: 22px;
	clear: both;
}

.block.pwyw h2.center {
	text-align: center;
}

.pwyw .contribution {
	float: left;
	border: 1px solid #e3e7ea;
	padding: 10px;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 15px;
	height: 76px;
}

.pwyw .contribution:nth-child(3n) {
	margin-right: 0px;
}

.pwyw .contribution .title {
	color: #588d9e;
	text-transform: uppercase;
	font-size: 12px;
}

.pwyw .contribution .dollar {
	font-size: 19px;
	margin: 5px 0
}

.pwyw .contribution p {
	margin: 0;
	font-size: 14px;
}

.pwyw .aboutMe {
	margin-top: 20px;
	margin-bottom: 40px;
}
.pwyw .aboutMe .me, .pwyw .aboutMe p {
	float: left;
	max-width: 80%;
	margin: 0;
	font-size: 14px;
	line-height: 1.9;
}
.pwyw .aboutMe p.info {
	max-width: 100%;
	width: 100%;
	margin-top: 20px;
}

.pwyw .aboutMe p.info.firstInfo {
	margin-top: 0px;
	margin-bottom: 20px;
}

.pwyw .aboutMe .me {
	border-radius: 100%;
	display: inline-block;
	overflow: hidden;
	width: 100px;
	height: 100px;
	margin-right: 20px;
}

.pwyw .aboutIvelope p {
	font-size: 14px;
	margin: 5px 0 20px;
}

.pwyw .firstText {
	padding: 30px;
	text-align: center;
}

.pwyw .me img {
	height: 100px;
	width: 100px;
}

.block.pwyw .storyTitle {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #e3e7ea;
}

.block.pwyw .storyEnd {
	margin-bottom: 30px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e3e7ea;
}

.timeline {
	margin-top: 40px;
	border-top: 1px solid #e3e7ea;
	position: relative;
	height: 80px;
	width: 800px;
}

.pwyw .bubble, .pwyw .timeline .years div {
	position: absolute;
	border: 1px solid #e3e7ea;
	padding: 5px;
	font-size: 12px;
	width: 120px;
	top: 10px;
	line-height: 1.2;
}

.pwyw .timeline div span {
	color:gray;
	display: block;
	margin-bottom: 5px;
	text-align: center;
}

.pwyw .bubble::after {
	content: "";
	border: 1px solid #e3e7ea;
	width: 10px;
	height: 10px;
	display: block;
	transform: rotate(45deg);
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -6px;
	background: white;
	border-bottom: none;
	border-right: none;
}

.pwyw .timeline .t1 {
	left: 40px;
}
.pwyw .timeline .t2 {
	left: 180px;
}
.pwyw .timeline .t3 {
	left: 320px;
}
.pwyw .timeline .t4 {
	left: 530px;
}
.pwyw .timeline .events .t5 {
	right: 0px;
	border-color: gray;
}

.pwyw .timeline .events .t5::after {
	border-color: gray;
}

.pwyw .timeline .years div {
	top: -30px;
	border: none;
	width: auto;
}

.pwyw .timeline .years div::after {
	content: "";
	display: block;
	height: 10px;
	border-left: 1px solid #e3e7ea;
	left: 50%;
	position: absolute;
}

.pwyw .timeline .y1 {
	left: 0px;
}

.pwyw .timeline .y2 {
	left: 250px;
}

.pwyw .timeline .y3 {
	left: 500px;
}

.pwyw .screenshots div {
	width: 200px;
	float: left;
	margin-right: 5px;
	margin-top:55px;
	filter: grayscale(100%);
}

.pwyw .screenshots span {
	font-size: 12px;
	display: block;
}

.pwyw .screenshots img {
	width: 100%;

}

.pwyw .screenshots div:last-child {
	width: 390px;
	margin-top: 0px;
	margin-right: 0px;
	filter: none;
}


.pwyw .unsubscribe {
	font-weight: normal;
	float: right;
	color: gray;
	font-size: 15px;
}
.paymentForm .mode2 #amount {
	width: 50px;
	font-size: 21px;
	padding-top:10px;
}

.paymentForm .mode2 .amountHolder {
	width: 150px;
	display: block;
	margin: 0 auto 10px;
}

.paymentForm .mode2 .dollar {
	margin-top: 5px;
}
.paymentForm .mode2 .permonth {
	display: inline-block;
}

.paymentForm .mode2 button {
	clear: both;
	width: 150px;
	margin-left: 2px;
}

.pwyw .roadmap {
	margin-bottom: 20px;
}

.pwyw .roadmap li {
	padding: 5px;
	font-size: 13px;
	color: gray;
	cursor: pointer;
	float: left;
	width: 45%;
}

.pwyw .roadmap li span {
	opacity: 0.2;
	color: #7ace53;
}
.pwyw .roadmap li:hover span {
	opacity: 1;
}

.pwyw .roadmap li:last-child {
	border-bottom: none;
}

.pwyw .roadmap li button {
	font-size: 13px;
	padding: 5px 10px;
}

@media only screen and (max-width: 699px) {
	.pwyw .roadmap li {
		width: 100%;
	}

	.screenshot-timeline .small {
		display: none;
	}

	.screenshot-timeline .img.center {
		left: 10px;
		right: 10px;
		width: auto;
		margin-left: 0;
	}

	.screenshot-timeline {
		width: auto;
		margin-bottom: -200px;
	}

	.block.wide .container.survey {
		width: 90%;
	}

	.survey h2, .storyContainer h2, .container h2 {
		margin: 0;
	}

	.survey small {
		width: auto;
		line-height: 15px;
		font-size: 10px;
		margin-bottom: 30px;
		display: none;
	}

	.survey p.question {
		margin-top: 10px;
	}

	.block.storyContainer {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.popup, .signedUp {
		width: 80%;
		padding: 10% 5%;
		top: 5%;
	}

	.storyContainer p {
		padding-left: 5%;
		padding-right: 5%;
		font-size: 14px;
	}

	.block.pwyw {
		width: 90%;
		padding: 5%;
	}

	.block.pwyw .contribute {
		width: 100%;
		margin: 0;
	}

	.block.pwyw .contribution {
		width: 90%;
		margin-right: 0px;
		margin-bottom:10px;
		height: auto;
		padding: 5%;
	}

	.block.pwyw .paymentForm {
		width: 90%;
		padding: 10% 5%;
	}

	.block.pwyw .firstText {
		padding: 0px;
	}

	.block.pwyw .timelineHolder {
		width: 100%;
		overflow: auto;
	}

	.pwyw .screenshots div {
		display: none;
	}

	.pwyw .screenshots div:last-child {
		display: block;
		width: 100%;
	}
}