@charset "UTF-8";
/* CSS Document */
@font-face{
	font-family:"ProximaNova";
	src:url(fonts/ProximaNova-Regular.otf);
}
@font-face{
	font-family:"ProximaNovaSemiBold";
	src:url(fonts/ProximaNova-Semibold.otf);
}
@font-face{
	font-family:"ProximaNovaBold";
	src:url(fonts/ProximaNova-Bold.otf);
}
@font-face{
	font-family:"Berkshire";
	src:url(fonts/BerkshireSwash-Regular.ttf);
}
body{
	background:url(images/wood-tileable-pattern.jpg);
	padding:0;
	margin:0;
	font-family:"ProximaNova";
	font-size:18px;
}
.wrapper{
	background:url(images/wrapper-bg.png) no-repeat;
	background-position:center top;
}
.sales-body{
	width:100%;
	max-width:1064px;
	background:#ffffff;
	margin:auto;
}
.highlight{
	padding:15px 25px;
	background-color:#fff55b;
	text-align:center;
	font-family:"ProximaNovaBold";
	font-size:34px;
}
.hightlight span{
	font-family:"ProximaNova";
}
.highlight img{
	float:left;
}
.red{
	color: #e74c3c;
}
.berkshire{
	font-family:"Berkshire";
	color: #227dac;
	font-size: 40px;
	text-align:center;
}
.blue{
	color:#227dac;
}
.twenty-two{
	font-size:22px;
}
h1{
	font-family:"ProximaNovaBold";
	text-align:center;
}
.forty{
	font-size:40px;
	line-height:40px;
}
.forty-eight{
	font-size:48px;
	line-height:48px;
}
h1 span{
	/*display:block;*/
}
.body-text{
	padding:0 80px;
}
img{
	max-width:100%;
}
.semi-bold{
	font-family:"ProximaNovaSemiBold";
}
h3{
	font-family:"ProximaNovaBold";
	font-size:28px;
	text-align:center;
}
.bold{
	font-family:"ProximaNovaBold";
}
.twenty-four{
	font-size:24px;
	line-height:24px;
}
.sixty{
	font-size:60px;
	line-height:60px;
}
.thirty-six{
	font-size:36px;
	line-height:36px;
}
.book-back{
	background:url(images/book-bg.jpg) no-repeat center top;
	text-align:center;
}
.float-right{
	float:right;
	margin-left:36px;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
li{
	background:url(images/green-check.jpg) no-repeat;
	margin:0 80px 30px 80px;
	padding:0 0 0 55px;
	min-height:27px;
}
.normal-list{
	list-style:disc;
}
.normal-list li{
	background:none;
	padding-left:15px;
}
.guarantee{
	background:#444444;
	padding:35px;
	color:#FFFFFF;
}
.guarantee h1{
	font-size:44px;
	text-align:center;
	margin:auto;
}
.thirty{
	font-size:30px;
}
.thirty-one{
	font-size:31px;
}
.line-through{
	text-decoration:line-through;
}
.arrows{
	position:relative;
	top:-100px;
	margin-bottom:-191px;
}
.guarantee img{
	float:left;
	margin-right:20px;
}
.testimonial-right{
	background:url(images/testimonial-right-bg.jpg) no-repeat;
	width:905px;
	height:250px;
	position:relative;
	margin:auto;
	/*vertical-align:middle;*/
	font-size:20px;
	font-style:italic;
	text-align:center;
	color:#333333;
	display:table-cell;
	padding:0 30px;
}
.testimonial-right .name{
	text-align:right;
	font-family:"ProximaNovaBold";
	position:relative;
	top:60px;
	right:60px;
}
.testimonial-left{
	background:url(images/testimonial-left-bg.jpg) no-repeat;
	width:905px;
	height:250px;
	position:relative;
	margin:auto;
	/*vertical-align:middle;*/
	font-size:20px;
	font-style:italic;
	text-align:center;
	color:#333333;
	display:table-cell;
	padding:0 30px;
}
.testimonial-left .name{
	text-align:left;
	font-family:"ProximaNovaBold";
	position:relative;
	top:60px;
	left:60px;
}
.float-left{
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}
.clear{
	clear:both;
}
.footer{
	width:100%;
	max-width:1064px;
	margin:auto;
	text-align:right;
	font-size:14px;
	color:#ffffff;
}
.footer a{
	color:#ffffff;
	text-decoration:none;
}
.footer ul{
	list-style:none;
	margin:0;
	padding:0;
}
.footer li{
	background:none;
	display:inline-block;
	padding:0;
	margin:0;
}
.footer li:after{
	content:"|";
	margin-right:20px;
	margin-left:20px;
}
.footer li:last-child{
	margin-right:0px;
}
.footer li:last-child:after{
	content:"";
	margin-right:0px;
	margin-left:0px;
}
.pop-back{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(130,130,130,0.8);
	display:none;
}
.no-break{
	display:inline;
}
.popup{
	width:80%;
	max-width:831px;
	background:#ffffff;
	border-radius:3px;
	position:fixed;
	top:50px;
	right:0;
	left:0;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	font-size:14px;
	padding-bottom:41px;
	display:none;
}
.close-button{
	font-size:15px;
	font-family:"ProximaNovaBold";
	padding:7px 10px 7px 10px;
	border-radius:50%;
	position:absolute;
	background:#ffffff;
	left:98%;
	top:-15px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
.popup form{
	width:90%;
	margin:auto;
	border-radius:3px;
	border:#CBCBCB 1px solid;
	padding:5px;
	text-align:right;
	position:relative;
	margin-bottom:37px;
}
.popup input[type=email]{
	border:none;
	font-style:italic;
	font-size:18px;
	position:absolute;
	left:20px;
	top:20px;
}
.popup input[type=submit]{
	background:url(images/button-arrow.png) no-repeat;
	background-position:155px;
	border-radius: 5px;
	background-color: #f29e02;
	color:#ffffff;
	font-size:24px;
	font-family:"ProximaNovaBold";
	text-align:left;
	border:none;	
	padding:13px 44px 13px 10px;
}
.sixty-four-padding{
	padding-top:64px;
}
.forty-five-padding{
	padding-top:45px;
}
.thirty-five-padding{
	padding-top:35px;
}
.video{
	text-align:center;
}
.inside-challenge{
	border-radius: 10px;
	border-width: 3px;
	border-color: #66be8a;
	border-style: dotted;
	background-color: #ecf7f1;
	padding:25px;
}
.inside-challenge h1{
	font-size:40px;
}
.inside-challenge img{
	float:left;
	margin-right:10px;
}
.inside-challenge h2{
	font-size:30px;
	text-align:left;
	font-family:"ProximaNovaBold";
}
.inside-challenge hr{
	border:none;
	border-bottom:3px #66be8a dotted;
	clear:both;
	margin:40px 0;
}
.left-align{
	text-align:left;
}
.italic{
	font-style:italic;
}
.green{
	color: #0a9e01;
}
@media screen and (max-width:1024px){
	.thirty-five-padding{
		padding-top:0px;
	}
	.sixty-four-padding{
		padding-top:0px;
	}
	.sidebar{
		float:none;
		display:block;
		margin:auto;
	}
	.testimonial-left{
		background:#F3F3F3;
		border:#E9E7E7 2px solid;
		border-radius:20px;
		width:auto;
		height:auto;
		padding:20px;
		margin-bottom:30px;
	}
	.testimonial-right{
		background:#F3F3F3;
		border:#E9E7E7 2px solid;
		border-radius:20px;
		width:auto;
		height:auto;
		padding:20px;
		margin-bottom:30px;
	}
	.testimonial-left .name{
		position:static;
		text-align:center;
	}
	.testimonial-right .name{
		position:static;
		text-align:center;
	}
	.float-right{
		display:none;
	}
	.arrows{
		display:none;
	}
}
@media screen and (max-width:736px){
	.veggies{
		display:none;
	}
	.body-text{
		padding:0 20px;
	}
	.highlight{
		padding:25px 20px;
	}
	li{
		margin:0 20px 30px 20px;
	}
	.footer{
		text-align:center;
	}
	.footer .float-left{
		float:none;
	}
	.popup input{
		position:static!important;
		display:block;
		margin:auto;
	}
	.popup input[type=email]{
		text-align:center;
		margin-bottom:20px;
	}
}
@media screen and (max-width:414px){
	.guarantee img{
		display:block;
		margin:auto;
		float:none;
	}
}
.twenty-six{
	font-size:26px;
}

	