@charset "utf-8";
/* CSS Document */

body {
	color:#fff;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
    font-weight: normal;
    background-color: #000000;
    background-image: url(img/julien-blanc.png);
    background-position: -400px top !important;
    background-repeat: no-repeat;
}
.page-wrapper {
	max-width:900px;
	box-shadow:0 0 40px #6c6c6c;
	padding:20px 50px;
	margin:0 auto;
}
/*
.container {
	max-width:900px;
}
*/
img, iframe {
	max-width:100%;
}
p {
	margin-bottom:40px;
	line-height:normal;
}
.space30 {
	height:30px;
	clear:both;
}
.space50 {
	height:50px;
	clear:both;
}
.font14 {
	font-size:14px;
}
.font18 {
	font-size:18px;
}
.font22 {
	font-size:22px;
}
.font25 {
	font-size:25px;
}
.font28 {
	font-size:28px;
}
.font30 {
	font-size:30px;
}
.font36 {
	font-size:36px;
}
.font42 {
	font-size:42px;
}
.font50 {
	font-size:50px;
}
.cambria {
	font-family:Cambria, Arial, sans-serif;
}
.text-shadow {
	text-shadow:2px 2px 5px #fee061;
}
.nomargin {
	margin: 0;	
}
.nopadding {
	padding: 0;	
}
.yellow {
	color:#fee061;
}
.underline {
	text-decoration:underline;
}
.lists {
	font-size:25px;
	list-style:none;
}
.lists li {
	margin-bottom:20px;	
	text-align:left;
}
.sales-video {
	max-width:700px;
	margin:40px auto;
}
.update {
	border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    font-size: 50px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}
.extra {
	text-align:center;
	font-size:26px;
	font-weight:bold;
	margin-bottom:60px;
	text-decoration:underline;
	
}
.worlds-hated {
	font-family:Cambria, Arial, sans-serif;
	font-size:44px;
	font-weight:bold;
	text-align:center;
	margin-top:60px;
	margin-bottom:60px;
}
.got-out {
	text-align:center;
	font-size:32px;
	margin:60px 0;
	line-height:normal;
}
.how-could {
	line-height:normal;
}
.chapters-div {
    background: #fff none repeat scroll 0 0;
    margin-left: -50px;
    padding:40px;
    width: 900px;
}
.chapters {
	background:#fff;
	color:#000;
	font-size:62px;
	text-align:center;
	text-transform:uppercase;
	padding:20px 0;
	border-bottom:2px solid #000;
	border-top:2px solid #000;
	margin:0;

}
.big-headline {
	font-family: Cambria,Arial,sans-serif;
	font-size:62px;
	text-align:center;
	text-transform:uppercase;	
}
.chapter {
	font-size:46px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:underline;
}
.footer-copy a {
	color:#fff;
}

ul.white-checklist {
	list-style: none;
	padding: 0;
	margin:0 0 20px;	
}
ul.white-checklist li {	
	padding: 5px 5px 5px;
	margin-bottom: 15px;	
	text-align:center;
	font-size:22px;
}
.pricing-table-wrap {
	float:left;
	box-shadow: 0 0 40px #6c6c6c;
	font-size: 18px;	
	color: #000;
	font-family: Cambria,Arial,sans-serif;
}
.pricing-table ul {
	list-style: none;
	padding: 0;
	margin: 0;	
}
.pricing-table ul li {
	text-align: center;
		
}
.pricing-table table {
	margin:0;
	background: #fff;	
}
.pricing-table table thead tr td {
	background: none repeat scroll 0 0 #3f3f3f;    
    font-size: 20px;
	text-align: center;
	color: #fff;
	padding: 20px;
}
.pricing-table table tbody tr td {
	height: 90px;
    text-align: center;
    vertical-align: middle;	
}
.pricing-table table tbody tr td img {
	width: 100%;
	max-width: 393px;	
}
.price-left,
.price-mid,
.price-right {
	padding: 0;	
}
.price-mid table tr td {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;		
}
.btn-buy-now {
	/*background: none repeat scroll 0 0 #fee061;*/
    color: #000;
    display: block;
    font-family: Cambria,Arial,sans-serif;
    font-size: 25px;
    font-weight: bold;
    padding: 10px;
	text-transform: uppercase;
}
.btn-buy-now:hover,
.btn-buy-now:active,
.btn-buy-now:focus {
	text-decoration: none;
	color: #000;	
	opacity: 0.9;
}

.box-bootcamp {
    border: 3px solid #3b3e43;
    padding: 30px 30px 0;
	max-width:700px;
	width:100%;
	margin:0 auto;
}
.ps-box {
    margin: 0 auto;
    max-width: 630px;
}

/*************************** MEDIA QUERIES *****************************/

@media only screen and (min-width:668px) and (max-width:768px) {
	 body {
		 background-image:none;
		 font-size:18px;
	}
	 .page-wrapper {
		 padding:20px;
	}
	.worlds-hated {
    	font-size: 40px;
	}
	.font42 {
    	font-size: 40px;
	}
	.chapters-div {
		margin-left: 0;
		max-width: 900px;
		padding: 40px;
		width:100%;
	}
	.chapters {
		font-size: 46px;
	}
	.chapters-div {
		margin-left: 0;
		max-width: 900px;
		padding: 25px;
		width: 100%;
	}
	.text-right .font42{
		text-align:left;
	}
}

@media only screen and (min-width:481px) and (max-width:667px) {
	 body {
		 background-image:none;
		 font-size:18px;
	}
	 .page-wrapper {
		 padding:20px;
	}
	.text-right .font42{
		text-align:left;
	}
	.worlds-hated {
		font-size:20px;
	}
	.extra {
		font-size:18px;
	}
	.got-out {
		font-size:20px;
	}
	.font25 {
    	font-size: 20px;
	}
	.font36 {
    	font-size: 26px;
	}
	.font28 {
    	font-size: 22px;
	}
	.font42 {
    	font-size: 28px;
	}
	.font30 {
    	font-size: 24px;
	}
	.chapters-div {
    	max-width: 900px;
    	width: 100%;
		margin-left:0;
	}
	.chapters {
		font-size: 26px;
	}
	.chapter {
		font-size: 36px;
	}
	.space50 {
    	height: 25px;
	}
	.space30 {
    	height: 15px;
	}
	iframe {
    	height: 320px;
	}
	 
}

@media only screen and (max-width:568px) {
	body {
		 background-image:none;
		 font-size:18px;
	}
	 .page-wrapper {
		 padding:20px;
	}
	.text-right .font42{
		text-align:left;
	}
	.worlds-hated {
		font-size:20px;
	}
	.extra {
		font-size:18px;
	}
	.got-out {
		font-size:20px;
	}
	.font25 {
    	font-size: 20px;
	}
	.font36 {
    	font-size: 26px;
	}
	.font28 {
    	font-size: 22px;
	}
	.font42 {
    	font-size: 28px;
	}
	.font30 {
    	font-size: 24px;
	}
	.chapters-div {
    	max-width: 900px;
    	width: 100%;
		margin-left:0;
	}
	.chapters {
		font-size: 26px;
	}
	.chapter {
		font-size: 36px;
	}
	.space50 {
    	height: 25px;
	}
	.space30 {
    	height: 15px;
	}
	iframe {
    	height: 220px;
	}
}

@media only screen and (max-width:320px) {
	body {
		 background-image:none;
		 font-size:18px;
	}
	 .page-wrapper {
		 padding:20px;
	}
	.text-right .font42{
		text-align:left;
	}
	.worlds-hated {
		font-size:20px;
	}
	.extra {
		font-size:18px;
	}
	.got-out {
		font-size:20px;
	}
	.font25 {
    	font-size: 20px;
	}
	.font36 {
    	font-size: 26px;
	}
	.font28 {
    	font-size: 22px;
	}
	.font42 {
    	font-size: 28px;
	}
	.font30 {
    	font-size: 24px;
	}
	.chapters-div {
    	max-width: 900px;
    	width: 100%;
		margin-left:0;
	}
	.chapters {
		font-size: 26px;
	}
	.chapter {
		font-size: 36px;
	}
	.space50 {
    	height: 25px;
	}
	.space30 {
    	height: 15px;
	}
	iframe {
    	height: 220px;
	}
}




.contact-banner {
	background-image: url('../img/contact-banner.png');
	background-size:cover;
	background-size:no-repeat;
	background-color:none;
    background-position:center top;
    border: medium none;
    display: block;
    height: 293px;
    position: fixed;
    right: 0;
    top: 150px;
    width: 95px;
    z-index: 9999;
    text-indent:-9999px;
}

.get-it {
    color: #000;
    display: block;
    max-width: 350px;
    padding: 16px 0;
    text-align: center;
    width: 100%;
	font-family: Cambria, Arial, sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin: 40px auto;
    background-color: #fee061;
    text-decoration: none;
    text-transform: uppercase;
}

.get-it:hover {
	 color: #000;
	text-decoration:none;
}