/* HTML selectors */
body {
	font: 14px 'Roboto', sans-serif;
	font-weight: 400;
	color: #000;
	background: #f3f3f4;
}
body, p, ul, li, form, fieldset, input, img, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 36px;
	font-weight: 100;
	color: #000;
	text-align: center;
	padding: 40px;
}
h1.sub {
	padding: 15px 60px 40px 60px;
}
h2 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-align: center;
	padding-top: 40px;
	color: #bfc1c5;
}
h3 {
	font-size: 18px;
	font-weight: 100;
	padding-bottom: 6px;
}

/* Position */
.container {
	margin: 0 auto;
	width: 960px;
}
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clear { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */
.hide {
		display: none;
	}

/* Links */
a {
	color: #00adf2;
}
a:hover, a:active, #main #article p.meta a:hover, #main #article p.meta a:active {
	color: #D9403E;
}
#main #article p.meta a {
	color: #bfc1c5;
}
#main #article a.more {
	color: #bfc1c5;
	text-decoration: none;
}
#main #article a:hover.more, #main #article a:active.more {
	color: #D9403E;
	text-decoration: underline;
}

/* Header */
#header {
	background-color: #dadbdd;
	padding-top: 50px;
}
#header .container {
	background: #e7e8e9;
}
#header .nav {
	text-align: center;
	height: 40px;
	padding-top: 20px;
}
#header .nav a {
	color: #fff;
	text-decoration: none;
	padding: 6px 10px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #dadbdd;
	margin: 0 5px;
	text-transform: uppercase;
	font-weight: 700;
}
#header .nav a:hover, #header .nav a:active {
	background: #00adf2;
}

/* Main */
#main .container {
	background: #fff;
	padding: 30px 20px 20px 20px;
	width: 920px;
}
#main #featured {
	float: left;
	width: 400px;
	border-right: 2px solid #f3f3f4;
	padding: 0 40px 0 20px;
}
#main p strong, .cta p strong {
	font-weight: 700;
}
#main #quotes {
	float: right;
	width: 398px;
	padding: 0 40px 0 20px;
}
#main #price {
	float: right;
	width: 378px;
	padding: 0 40px 0 40px;
}
.circular {
	width: 40px;
	height: 40px;
	-khtml-border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}
.quote-photo {
	float: left;
	width: 40px;
	margin-top: 4px;
}
.quote-tdb {
	background: url("../img/tdb@1x.jpg") no-repeat;
}
.quote-nd {
	background: url("../img/nd@1x.jpg") no-repeat;
}
.quote-rw {
	background: url("../img/rw@1x.jpg") no-repeat;
}
.quote-author {
	float: right;
	width: 340px;
	margin-bottom: 15px;
}
.last {
	margin: 0;
}
.quote-author strong {
	font-weight: 700;
	font-size: 12px;
	color: #00adf2;
}
#main ul {
	list-style: none;
	font-size: 18px;
	line-height: 26px;
}
#main ul.newsletters li {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 10px;
	background: url("../img/check@1x.png") no-repeat 0 3px;
}
#main ul.newsletters li:last-child {
	padding-bottom: 0;
}
#main ul li span {
	font-size: 14px;
	line-height: 22px;
	color: #bfc1c5;
}
#main ul li {
	background: url("../img/check@1x.png") no-repeat 0 6px;
	padding-left: 25px;
}
#main #article {
	padding: 0 120px;
}
#main #article p {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 20px;
}
#main #article p.result {
	font-size: 24px;
	line-height: 34px;
}
#main #article p.meta {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 0;
	color: #bfc1c5;
}
#main #article p.join {
	color: #bfc1c5;
	font-size: 18px;
	line-height: 26px;
	padding: 4px 130px 0 130px;
	margin: 0;
	border-bottom: none;
	text-align: center;
}
#main .win {
	padding-left: 55px;
	border-bottom: 2px solid #f3f3f4;
	margin-bottom: 20px;
}
#main .win-1 {
	background: url("../img/win_1@1x.png") no-repeat 0 6px;
}
#main .win-2 {
	background: url("../img/win_2@1x.png") no-repeat 0 6px;
}
#main .win-3 {
	background: url("../img/win_3@1x.png") no-repeat 0 6px;
	border-bottom: none;
	margin-bottom: 0;
}
#main #article .win-3 p {
	padding-bottom: 0;
}
.cta {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	background: #fff9bc;
	margin-top: 30px;
	padding: 20px 20px 0 20px;
}
.pro {
	background: #C7EBFA;
}
.error {
	background: #F5CFCE;
}
.success {
	background: #CEEDCF;
}
.cta p {
	padding-bottom: 20px;
	text-align: center;
}
.cta p.note {
	font-size: 12px;
	font-weight: 400;
	color: #999570;
}
.pro p, .pro p.note {
	color: #00adf2;
}
.error p.note {
	font-size: 12px;
	font-weight: 400;
	color: #000;
}
.error p {
	color: #000;
}
.success p {
	text-align: left;
	color: #000;
}
#main p.price {
	color: #3bba39;
	font-size: 80px;
	line-height: 80px;
	font-weight: 100;
}
#main p.price span {
	font-size: 40px;
}
#main p.small {
	color: #bfc1c5;
}

/* Footer */
#footer .container {
	padding: 20px 0;
}
#footer #plane {
	background: url("../img/plane@1x.png") no-repeat;
	width: 42px;
	height: 41px;
	margin: 0 auto;
}
#footer #plane span {
	display: none;
}

/* Form */
form {
	text-align: center;
	padding-bottom: 20px;
}
fieldset {
	border: none;
}
legend {
	display: none;
}
input {
	font: 20px 'Roboto', sans-serif;
	font-weight: 400;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 10px;
}
input.field {
	background: #fff;
	width: 300px;
	border: 1px solid #fff;
}
input.submit {
	cursor: pointer;
  	color: #000;
  	background: #fedd38;
  	border: 1px solid #fedd38;
	margin-left: 10px;
}
.pro input.submit {
	color: #fff;
	background: #00adf2;
  	border: 1px solid #00adf2;
}
.error input.submit {
	color: #fff;
  	background: #D9403E;
  	border: 1px solid #D9403E;
}
input.submit:hover, input.submit:active {
	color: #fff;
  	background: #000;
  	border: 1px solid #000;
}

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
	#main ul li {
		background: url("../img/check@2x.png") no-repeat 0 6px;
		background-size: 17px 15px;
	}
	#main ul.newsletters li {
		background: url("../img/check@2x.png") no-repeat 0 3px;
		background-size: 17px 15px;
	}
	.quote-tdb {
		background: url("../img/tdb@2x.jpg") no-repeat;
		background-size: 40px 40px;
	}
	.quote-nd {
		background: url("../img/nd@2x.jpg") no-repeat;
		background-size: 40px 40px;
	}
	.quote-rw {
		background: url("../img/rw@2x.jpg") no-repeat;
		background-size: 40px 40px;
	}
	#main .win-1 {
		background: url("../img/win_1@2x.png") no-repeat 0 6px;
		background-size: 41px 37px;
	}
	#main .win-2 {
		background: url("../img/win_2@2x.png") no-repeat 0 6px;
		background-size: 41px 37px;
	}
	#main .win-3 {
		background: url("../img/win_3@2x.png") no-repeat 0 6px;
		background-size: 41px 37px;
	}
	#footer #plane {
		background: url("../img/plane@2x.png") no-repeat;
		background-size: 42px 41px;
	}
}

/* Medium screens */
@media only screen and (max-width: 976px) and (min-width: 766px) {
	.container {
		width: 750px;
	}
	#header {
		padding-top: 9px;
	}
	h1 {
		font-size: 28px;
		padding: 30px 40px;
	}
	#main .container {
		width: 710px;
	}
	#main #featured {
		margin-bottom: 30px;
		padding: 0 120px 30px 120px;
		border: none;
		border-bottom: 2px solid #f3f3f4;
	}
	#main #quotes {
		border: none;
		padding: 0 120px 0 120px;
	}
	#main #price {
		padding: 0 120px 0 120px;
		float: none;
		width: 470px;
	}
	#main p.price {
		line-height: 50px;
		padding-bottom: 10px;
	}
	.quote-photo {
		margin-top: 0;
	}
	.quote-author {
		width: 415px;
	}
	#main #featured, #main #quotes {
		float: none;
		width: auto;
	}
	#main #article p.join {
		padding: 4px 20px 0 20px;
	}
}

/* Small screens */
@media only screen and (max-width: 766px) {
	#header {
		padding-top: 10px;
	}
	.container {
		width: 300px;
	}
	h1 {
		font-size: 20px;
		padding: 20px;
		text-align: left;
	}
	h1.sub {
		padding: 10px 20px 20px 20px;
	}
	h2 {
		font-size: 14px;
		padding-top: 20px;
	}
	#main .container {
		padding: 15px;
		width: 270px;
	}
	#main #featured {
		width: 270px;
		border: none;
		border-bottom: 2px solid #f3f3f4;
		padding: 0 0 20px 0;
		margin-bottom: 20px;
	}
	#main ul {
		font-size: 12px;
		line-height: 18px;
	}
	#main ul.newsletters li {
		font-size: 12px;
		line-height: 18px;
		padding-bottom: 5px;
	}
	#main ul li {
		background: url("../img/check@1x.png") no-repeat 0 3px;
	}
	#main ul li span {
		font-size: 11px;
		line-height: 16px;
	}
	#main #quotes {
		width: 270px;
		padding: 0;
	}
	#main #price {
		padding: 0;
		float: none;
		width: 270px;
	}
	.quote-author {
		float: right;
		width: 215px;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.last {
		margin: 0;
	}
	#main #article {
		padding: 0;
	}
	#main #article p {
		font-size: 12px;
		line-height: 18px;
		padding-bottom: 15px;
	}
	#main #article p.join {
		font-size: 12px;
		font-weight: 400;
		line-height: 18px;
		padding: 0 20px;
	}
	#main #article p.result {
		font-size: 12px;
		line-height: 18px;
	}
	#main #article p.meta {
		font-size: 11px;
		line-height: 16px;
	}
	.cta {
		margin-top: 20px;
		padding: 10px 10px 0 10px;
	}
	#main .win {
		padding-left: 50px;
		margin-bottom: 15px;
	}
	.cta p {
		float: none;
		padding-bottom: 10px;
		text-align: center;
		font-size: 12px;
	}
	.success p {
		text-align: left;
	}
	#main p.price {
		font-size: 20px;
		font-weight: 400;
		line-height: 14px;
		padding-bottom: 5px;
	}
	#main p.price span {
		font-size: 12px;
	}
	#main p.small {
		font-size: 11px;
	}
	.cta a {
		padding: 15px 0;
		float: none;
		width: 100%;
		font-size: 24px;
		padding: 15px 0;
	}
	.cta p.note {
		font-size: 11px;
	}
	#footer .container {
		padding: 30px 0 10px 0;
	}
	#footer .container {
		padding: 20px 0;
	}
	form {
		padding-bottom: 10px;
	}
	input {
		font: 12px 'Roboto', sans-serif;
		padding: 6px 8px;
	}
	input.field {
		width: 120px;
	}
	input.submit {
		margin-left: 6px;
	}
	#header .nav {
		text-align: center;
		height: 26px;
		padding-top: 10px;
		font-size: 12px;
	}
	#header .nav a {
		padding: 2px 6px;
		margin: 0 3px;
	}
}

/* Retina small screen */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 766px), only screen and (min-resolution: 192dpi) and (max-width: 766px) {
	#main ul li {
		background: url("../img/check@2x.png") no-repeat 0 3px;
		background-size: 17px 15px;
	}
}