﻿/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
@import url(http://fonts.googleapis.com/css?family=Raleway:400,900,800,700,600,500,300,200,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,600italic,700,700italic,800);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html {
	background:#faf9e1 url(../img/pattern.png) repeat center top;
}
body {
	font:normal 15px/20px 'Open Sans', 'sans-serif';
	color:#3f4953;
}
h1,h2,h3,h4,h5,h6 {
	color:#222;
	font:bold 'Raleway', 'sans-serif';
	text-align:center;
	margin:0;
}
h1 { font-size:40px; line-height:36px; }
h2 { font-size:36px; line-height:35px; }
h3 { font-size:30px; line-height:24px; }
h4 { font-size:24px; line-height:20px; }
h5 { font-size:20px; line-height:18px; }
h6 { font-size:18px; line-height:16px; }
.hide {
	background:none;
	font-size:1px;
	display:none;
	height:0;
	left:-9999px;
	overflow:hidden;
	position:absolute;
	top:-9999px;
	width:0;
	z-index:0;
	line-height:0px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.b { font-weight:bold; }
.u { text-decoration:underline; }
.i { font-style:italic; }
.strike { text-decoration:line-through; }
.white, .white a { color:#fff; }
.center { text-align:center; }
.float-left { float:left; }
.float-right { float:right; }
.align-left { text-align:left; }
.align-right { text-align:right; }
#menu {
	background:#f7941e;
	list-style:none;
	padding:15px 0;
	margin:0;
	text-align:center;
	height:30px;
	-moz-box-shadow: 3px 3px 3px 3px #E6E5CF;
	-webkit-box-shadow: 3px 3px 3px 3px #E6E5CF;
	box-shadow: 3px 3px 3px 3px #E6E5CF;
}
#menu li {
	background:url(../img/divider.png) no-repeat right center;
	display:inline-block;
	padding:5px 20px 5px 16px;
	color:#ffd9ab;
	font:700 16px 'Raleway', 'sans-serif';
	text-decoration:none;
	text-shadow: 1px 1px 1px #f37812;

}
#menu li:last-child {
	background:none;
}
#menu li a {
	color:#ffd9ab;
	font:700 14px 'Arial', 'sans-serif';
	text-decoration:none;
	text-shadow: 1px 1px 1px #f37812;
}
#menu li a:hover {
	color:#fff;
}

#loginheader {
	border: 2px solid;
	border-radius: 0 0 15px 15px;
	text-align: center;
	font-size: 12px;
	color: #990000;
	width: 200px;
	height: 20px;
	margin-left:750px;
	background: #990000;
	text-decoration: none;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

header {
	height:103px;
	background:url(../img/glow.png) no-repeat center top;
	padding:45px 0 5px;
}
header #logo{
	height:103px;
	width:461px;
	margin:0 auto;
	background:url(../img/logo.png) no-repeat center top;
	text-indent:-999em;
}
.container {
	background:#d5dac4;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding:12px;
	margin-bottom:20px;
}
.container .inner {
	background:#fff;
	-moz-box-shadow: 0px 0px 4px 2px #BEC2AF;
	-webkit-box-shadow: 0px 0px 4px 2px #BEC2AF;
	box-shadow: 0px 0px 4px 2px #BEC2AF;
	padding:38px;
}
.container .inner.black { background:#3f4953; }
.container .inner.green { background:#19b4aa; }
.container .inner.yellow { background:#f7941e; }

.light-red {
	color:#e25942;
}
.red {
	color:#ad0000;
}
.orange {
	color:#f7941e;
}
.green {
	color:#13a89e;
}
.yellow {
	color:#f7941e;
}
.container h1 {
	font:900 48px 'Raleway', 'sans-serif';
	margin:0 auto 20px;
	letter-spacing:-2px;
}
.container h3 {
	font:900 36px 'Raleway', 'sans-serif';
	margin:0 auto 20px;
	letter-spacing:-1px;
}
.bonus {
	list-style:none;
	margin: 0 0 13px;
	padding:0;
	overflow:hidden;
}
.bonus li {
	background:#fff;
	display:inline-block;
	width:242px;
	padding:0 18px 18px;
	margin-right:13px;
	min-height:603px;
	float:left;
}
.bonus li:last-child {
	margin-right:0;
}
.bonus li .value {
	width:142px;
	height:142px;
	margin:-71px auto 15px;
	display:block;
}
.bonus li h1 {
	background:#e25942;
	width:242px;
	padding:25px 18px 70px;
	margin:0 0 0 -18px;
	font:900 40px 'Raleway', 'sans-serif';
	color:#fff;
	text-shadow:2px 2px 0 #c04c38;
}
.bonus li h3 {
	margin:0;
	font:700 30px 'Raleway', 'sans-serif';
	color:#ae0000;
}
.bonus li h5 {
	margin:0;
	font:bold 22px 'Open Sans Condensed', sans-serif;
	color:#13a89e;
}
.bonus li p {
	text-align:center;
}
.special-bonus {
	padding:20px 20px 20px 310px;
	background:#f7941e url(../img/special-bonus-woman.jpg) no-repeat left bottom;
}
.special-bonus .value {
	width:142px;
	height:142px;
	position: relative;
	left: 86px;
	top: -181px;
	float:right;
	margin-bottom:-142px;
}
.special-bonus h1 {
	font:900 60px 'Raleway', 'sans-serif';
	text-transform:uppercase;
	color:#ad0000;
	text-shadow:1px 1px 0 #fab646;
	margin:10px 0 0;
	letter-spacing:-2px;
}
.special-bonus h3 {
	font:700 30px 'Raleway', 'sans-serif';
	text-transform:uppercase;
	color:#111;
	text-shadow:1px 1px 0 #fab646;
	letter-spacing:-1px;
	margin:0 0 0;
}
.special-bonus p {
	color:#111;
	text-shadow:1px 1px 0 #fab646;
}
.testimonial {
	list-style:none;
	overflow:hidden;
	padding:0;
}
.testimonial li {
	float:left;
	display:inline-block;
	margin-right:13px;
	width:278px;
	text-align:center;
	background:#81d6d0;
	padding:50px 0;
}
.testimonial li:last-child {
	margin-right:0;
}
.testimonial li img {
	border:solid 10px #fff;
}
.testimonial li .audio-player {
	margin:15px auto;
	width:200px;
	height:29px;
}
.testimonial li h5 {
	font:900 24px 'Raleway', 'sans-serif';
}
.guarantee {
	width:230px;
	height:230px;
	margin:-185px auto 0;
}
.guaranteelong {
	width:575px;
	height:155px;
	margin:-150px auto 0;
}

.arrow {
	background:url(../img/arrow.png) no-repeat center bottom;
	width:731px;
	height:190px;
	margin:30px auto -75px;
}
.arrow h1 {
	font:900 72px 'Raleway', 'sans-serif';
}
.button {
	text-align:center;
	width:500px;
	height:112px;
	margin:0 auto 0;
}
.button a {
	background:url(../img/btn-get-started.png) no-repeat;
	width:500px;
	height:112px;
	text-indent:-999em;
	display:block;
}
.credit-card {
	list-style:none;
	margin:10px auto 20px;
	padding:0;
	text-align:center;
}
.credit-card li {
	margin:0 auto;
	display:inline-block;
}
.opt-in {
	background:url(../img/dollars.jpg) no-repeat center bottom;
	height:420px;
	width:1220px;
	display:block;
	margin: 0 0 -80px -180px;
}
.opt-in h3 {
	font:900 36px 'Raleway', 'sans-serif';
	
	margin:0 auto 20px;
	letter-spacing:-1px;
}
.opt-in .field {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow:2px 3px 0 0 #F37913;
	-webkit-box-shadow:2px 3px 0 0 #F37913;
	box-shadow:2px 3px 0 0 #F37913;
	border:none;
	padding:12px 15px;
	margin:0 auto 12px;
	display:block;
	width:410px;
	font:600 24px 'Raleway', 'sans-serif';
	text-align:center;
}
.opt-in .button {
	font:900 36px 'Raleway', 'sans-serif';
	color:#fff;
	text-shadow:2px 2px 0 #8c0000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow:0px 7px 0 0 #5b0000, inset 0 2px 0 0 #d20000;
	-webkit-box-shadow:0px 7px 0 0 #5b0000, inset 0 2px 0 0 #d20000;
	box-shadow:0px 7px 0 0 #5b0000, inset 0 2px 0 0 #d20000;
	border:solid 3px #9a0000;
	padding:12px 15px;
	margin:0 auto 12px;
	display:block;
	background: #ae0000;
	background: -moz-linear-gradient(top,  #bb0000 0%, #9a0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb0000), color-stop(100%,#9a0000));
	background: -webkit-linear-gradient(top,  #bb0000 0%,#9a0000 100%);
	background: -o-linear-gradient(top,  #bb0000 0%,#9a0000 100%);
	background: -ms-linear-gradient(top,  #bb0000 0%,#9a0000 100%);
	background: linear-gradient(to bottom,  #bb0000 0%,#9a0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0000', endColorstr='#9a0000',GradientType=0 );
	width:445px;
	height:75px;
}
.calculator {
	background:#f2e7da;
	width:540px;
	padding:0 20px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin:0 auto 10px;
}
.calculator h3 {
	background:#13a89e;
	color:#fff;
	font:900 30px 'Raleway', 'sans-serif';
	text-shadow:2px 2px 0 #108f86;
	width:560px;
	margin-left:-20px;
	padding:10px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.calculator .field {
	font:bold 15px 'Raleway', 'sans-serif';
	display:block;
	height:30px;
}
.calculator .field select {
	width:120px;
	float:right;
	clear:right;
}
.calculator .income {
	list-style:none;
	padding:0;
	overflow:hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin:10px 0 0;
}
.calculator .income li {
	display:inline-block;
	text-align:center;
	width:180px;
	float:left;
	font:900 30px 'Raleway', 'sans-serif';
	color:#111;
	text-shadow:2px 2px 0 #fab646;
	background:#f7941e;
	padding:0 0 20px;
}
.calculator .income li h6 {
	font:700 18px 'Raleway', 'sans-serif';
	text-shadow:2px 2px 0 #d63e2c;
	color:#fff;
	background:#e25942;
	padding:12px 0;
	margin-bottom:15px;
}
.calculator .income li:nth-child(even) {
	background:#f9ab39;
}
.calculator .income li:nth-child(even) h6 {
	background:#e97862;
}












footer {
	font:normal 10px 'Open Sans', 'sans-serif';
	color:#6f745c;
	text-align:center;
	margin-bottom:20px;
}
footer p {
	padding:0;
	margin:0;
}
footer ul {
	list-style:none;
	padding:0;
	margin:0;
}
footer ul li {
	list-style:none;
	display:inline-block;
}
footer ul li a {
	color:#6f745c;
	text-decoration:none;
}
footer ul li a:hover {
	color:#1b1f0f;
}
footer ul li span {
	margin:0 5px;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}